On Thu, 11 Aug 2005 07:44, Nick Rout wrote: > Now I am thoroughly confused actually. At first you said it was on > sending mail that you got an error. Then you forward an email about > importing the imap daemon's certificate into windows.
Well it turned out that I seemed to have both problems. > > So is it sending or receiving mail that gives the error? Sending. > And if it is on > sending, is it the interaction with the smtp server (actually sending > the mail) or interaction with the imap server (to save a copy) that is > giving the error? SMTP server is giving the error. Got it sorted now thanks. Disabling the authentication was done in the file /etc/postfix/main.cf I commented out the following:- #smtpd_sasl_auth_enable = yes #smtpd_sasl_security_options = noanonymous #smtpd_sasl_local_domain = #broken_sasl_auth_clients = yes #smtpd_client_restrictions = permit_sasl_authenticated, reject #smtpd_use_tls=yes #smtpd_tls_auth_only = yes #smtpd_tls_key_file = /etc/ssl/postfix/server.key #smtpd_tls_cert_file = /etc/ssl/postfix/server.crt #smtpd_tls_CAfile = /etc/ssl/postfix/server.pem #smtpd_tls_loglevel = 3 #smtpd_tls_received_header = yes #smtpd_tls_session_cache_timeout = 3600s #tls_random_source = dev:/dev/urandom #smtp_sasl_password_maps = hash:/etc/postfix/saslpass Now the only thing not yet working is Outlook and Outlook Express saving sent mail to the IMAP server - but I do not use them so it does not matter. -- Robert Fisher (aka - Rob, Bob, Robbie, Robbo, Fish) FishNet Computer & Electrical Services www.fisher.net.nz Phone: 03 383 5807 Mobile: 027 477 3356
