BlueEar
RE relay host: i didn't include it in my conf file... since sasl should determine where to send the email...
RE grep output: I gather you aren't using SSL (TLS)? When you compiled Cyrus-SASL, did your use flags have SSL in it? I'm not sure what side effects occur when sasl is compiled for SSL but not used... If on the other hand you intended to use SSL, then you're /etc/postfix/main.cf file is missing the appropriate lines... Depending on which way you're going (IE: No ssl), you may wish to try SSL hehe and get it working as it should, then work on taking SSL out of the picture...
--
taskara
Great that fcron is working
1 & 2: I believe the problems to be related...
Can you follow this code block, matching output with yours... except for username specific stuff..:
Code: Select all
root@server # sasl2dblistuser
beowulf@odin.beowulf.bounceme.net: cmusaslsecretOTP
beowulf@odin.beowulf.bounceme.net: userPassword
root@server # grep -v ^# /usr/lib/sasl2/smtpd.conf | grep pwcheck
pwcheck_method:sasldb
root@server # /etc/init.d/saslauthd status
* status: stopped
root@server # grep -v ^# /etc/postfix/saslpass
smtp.isp.some.server.com isp_smtp_user:isp_smtp_pass
root@server # ls -l /etc/sasl2/sasldb2
-rw------- 1 postfix root 12288 May 23 21:44 sasldb2
root@server # postfix check
root@server # grep -v ^# /etc/postfix/main.cf | grep smtp
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains
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
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/saslpass
smtp_sasl_security_options =
root@server #
3: What's not working with SSL? I appologize, as i know you're getting frustrated with this guide and me... but i need a bit more to go on... is authenticating with SSL not working? If that's the case, did you compile the software with the USE flag ssl? What errors are you getting? Still the same log error about socket not existing? Is it when sending an email over SSL it is failing? Are your ssl cert files in /etc/postfix world readable? Again, sorry... but just a touch more info would be most helpful in solving this re-occuring problem...
4: Yep... you need your SSL key generated by someone like Thawte, Verisign or one of those other people that charge $100 for a year... It's a home network so who really cares if your SSL cert isn't verified... but if you do, http://www.verisign.com & http://www.thawte.com
--
hope this helps... if not, post back and try to give as much detail as you can... hears to hoping the problems will be solved soon




