|
Save the teapot fund New CSS web design for Wibble proudly provided by Kelv. Please contact the webmaster with any questions or concerns. |
Wibble > List archives > postfix > 2004 > September
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: SASL2 Config File
Użytkownik Ian Chilton napisał: Hi, I have a Debian unstable box and I have Postfix and SASL2 working to provide SMTP auth using the postfix-tls package. However, I would like to move from using the sasldb2 file to using system users so I can add a single system account (with the shell as /sbin/nologin of course) and they get pop, imap and smtpauth access. However, I can't get sasl2 to find it's config file. I have created a file called smtpd.conf with the following: pwcheck_method: passwd ..but whereever I put it (including /etc/postfix/sasl and /etc/postfix/sasl2), it doesn't seem to find it because it reverts to sasldb access. Please could someone tell me where I should put the config file and which access method is best to get system users in Debain - passwd, pam or shadow? Here are some commands, that setup sasl2 config for smtpd and it works for me (postfix+sasl2+(now ldap but tested on shadow too)). I don't know if these links are required - I found it somewhere. I have a cyrus-sasl-2.1.19 installed in /usr/local/sasl2. ./configure --prefix=/usr/local/sasl2 ....... ....... cd /usr/lib ln -s /usr/local/sasl2/lib/* . cd /usr/lib/sasl2 echo 'pwcheck_method: saslauthd' > smtpd.conf echo 'mech_list:plain login' >> smtpd.conf /usr/local/sasl2/sbin/saslauthd -a shadow S. -- Sebastian Szuber Alma Internet SA ul. Polska 80 60-401 Poznań tel: (061) 8454-150 fax: (061) 8454-151 e-mail: sebastian.szuber@xxxxxxxxxxxxxxx Attachment:
smime.p7s
|