Your message dated Fri, 31 Mar 2006 09:36:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#359209: postfix: postalias does not inherit the file
access permission from input file
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: postfix
Version: 2.1.5-9
Severity: important
In the man page (man postalias) it is stated that, without the -p
option, postalias inherit the file access permission from the input
file.
But this is not the case. The file access permission is always 640.
This seems to be the cause for mailman bug #359134
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages postfix depends on:
ii adduser 3.63 Add and remove users and groups
ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy
ii dpkg 1.10.28 Package maintenance system for Deb
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-18 Berkeley v4.2 Database Libraries [
ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime
ii netbase 4.21 Basic TCP/IP networking system
-- debconf information:
postfix/master_upgrade_warning:
postfix/db_upgrade_warning: true
* postfix/mailname: localhost.localdomain
postfix/dynamicmaps_upgrade_warning:
* postfix/recipient_delim: +
* postfix/main_mailer_type: Internet with smarthost
postfix/transport_map_warning:
* postfix/relayhost: smtp.gmail.com
* postfix/procmail: true
postfix/bad_recipient_delimiter:
* postfix/chattr: false
* postfix/root_address: manlio
postfix/rfc1035_violation: false
* postfix/mynetworks: 127.0.0.0/8 192.168.24.0/24 [::1]/128
[fe80::20c:29ff:fedf:82d9]/64
* postfix/destinations: localhost.localdomain, localhost.localdomain, localhost
postfix/nqmgr_upgrade_warning:
postfix/not_configured:
* postfix/mailbox_limit: 0
--- End Message ---
--- Begin Message ---
On Sun, Mar 26, 2006 at 08:06:58PM +0200, Manlio Perillo wrote:
> In the man page (man postalias) it is stated that, without the -p
> option, postalias inherit the file access permission from the input
> file.
> But this is not the case. The file access permission is always 640.
>
> This seems to be the cause for mailman bug #359134
The man page states:
If the result files do not exist they will be created with the same
group and other read permissions as the source file.
...
-p Do not inherit the file access permissions from the input file
when creating a new file. Instead, create a new file with
default access permissions (mode 0644).
Write permissions are never inherited for group or other.
lamont
--- End Message ---