First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 134776
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Icebird2000 <icebird2000@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 134776 depends on: Show dependency tree
Show dependency graph
Bug 134776 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-05-29 06:13 0000
If I configure Postfix like this
---smtpd.conf-------------------------------
log_level: 3
pwcheck_method: auxprop
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
auxprop_plugin: sasldb
--------------------------------------------

I get this error:
warning: SASL authentication problem: unable to open Berkeley db
/etc/sasl2/sasldb2: Permission denied

the ebuild cyrus-sasl-2.1.20.ebuild make this
-------cyrus-sasl-2.1.20.ebuild-------------
chown root:mail "${D}/etc/sasl2/sasldb2"
chmod 0640 "${D}/etc/sasl2/sasldb2"
--------------------------------------------

but the postfix ebuild dosn

------- Comment #1 From Icebird2000 2006-05-29 06:13:57 0000 -------
If I configure Postfix like this
---smtpd.conf-------------------------------
log_level: 3
pwcheck_method: auxprop
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
auxprop_plugin: sasldb
--------------------------------------------

I get this error:
warning: SASL authentication problem: unable to open Berkeley db
/etc/sasl2/sasldb2: Permission denied

the ebuild cyrus-sasl-2.1.20.ebuild make this
-------cyrus-sasl-2.1.20.ebuild-------------
chown root:mail "${D}/etc/sasl2/sasldb2"
chmod 0640 "${D}/etc/sasl2/sasldb2"
--------------------------------------------

but the postfix ebuild dosn“t add the group postfix to the group mail
-------group--------------------------------
mail::12:mail,postfix
--------------------------------------------

------- Comment #2 From Andrej Kacian (RETIRED) 2007-02-04 04:23:53 0000 -------
I have changed 2.2.10 (current stable), 2.3.6 (soon to be stabilized) and 2.3.7
(latest ~arch) ebuilds so that postfix user is added to both postfix and mail
groups.

Note that if postfix user already exists, enewuser will not change its group
membership.

Thanks for reporting this!

First Last Prev Next    No search results available      Search page      Enter new bug