[Bug 727] New: maildirsize not being created with correct permissions

View: New views
4 Messages — Rating Filter:   Alert me  

[Bug 727] New: maildirsize not being created with correct permissions

by Eduardo M KALINOWSKI-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=727
           Summary: maildirsize not being created with correct permissions
           Product: Exim
           Version: 4.68
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Transports
        AssignedTo: nigel@...
        ReportedBy: eduardo@...
                CC: exim-dev@...


The maildirsize is being created with hard-coded permissions of 0600. It should
be created with the same permissions that the mail files are created, as
specified by the mode option of the transport.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##

[Bug 727] maildirsize not being created with correct permissions

by Bugzilla from nigel@exim.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=727

Nigel Metheringham <nigel@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Nigel Metheringham <nigel@...>  2009-10-19 13:42:13 ---
CVS commit by nm4:

Use transport mode as default mode for maildirsize file. Fixes: bug#727

--- CVS commit summary ---
1.575  1.576  +2 -0  -  exim/exim-doc/doc-txt/ChangeLog
1.11   1.12   +1 -1  -  exim/exim-src/src/transports/tf_maildir.c


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##

[Bug 727] maildirsize not being created with correct permissions

by Bugzilla from garlic@mail.ru :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=727

Andrey Chesnakov <garlic@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |garlic@...
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #2 from Andrey Chesnakov <garlic@...>  2009-10-28 22:42:43 ---
It seems following line in tf_maildir.c should be fixed also:

fd = Uopen(tempname, O_RDWR|O_CREAT|O_EXCL, 0600);


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##

[Bug 727] maildirsize not being created with correct permissions

by Bugzilla from nigel@exim.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=727

Nigel Metheringham <nigel@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Nigel Metheringham <nigel@...>  2009-10-30 15:08:26 ---
CVS commit by nm4:

Further fix to maildirsize.  Fixes: bug#727

--- CVS commit summary ---
1.583  1.584  +1 -0  -  exim/exim-doc/doc-txt/ChangeLog
1.12   1.13   +1 -1  -  exim/exim-src/src/transports/tf_maildir.c


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##