I think the ebuild for cyrus-sasl is broken.  I have been following the virutal mail 
howto guide on gentoo.org.  However when I emerge cyrus-sasl and finaly get it to 
compile (It usualy aborts with a src_compile error the first time)it appears to not be 
working or the wrong version.

When starting saslauthd I get a error telling me that "-H" is not an option. Later 
requests to /etc/init.d/saslauthd restart will not work. You can't shutdown the daemon 
via the init scrip nor can you restart it. It simply says "saslauthd is already 
started".

After telling postfix about sasl, and telneting to the mailserver I do not get any 
AUTH lines as described in the howto. Below are snips of some of my config files

/usr/lib/sasl2/smtpd.conf
-------------------------
pwcheck_method: saslauthd
mech_list: LOGIN PLAIN


/etc/postfix/main.cf (the sasl2 stuff)this is located at the very end of the file
---------------------
# SSL and SASL Support #
smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_local_domain =

smtpd_recipient_restrictions =
        permit_sasl_authenticated,
        permit_mynetworks,
        reject_unauth_destination

smtpd_use_tls = yes
smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/postfix/newreq.pem
smtpd_tls_cert_file = /etc/postfix/newcert.pem
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom


This is an attempt to talk to postfix
-------------------------------------
sunflower1 postfix # telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mail.secure-dt.net ESMTP Postfix
EHLO secure-dt.net
250-mail.secure-dt.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-XVERP
250 8BITMIME




--
[EMAIL PROTECTED] mailing list

Reply via email to