> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Julie S. Lin > i'm getting this error, and it's preventing mail from getting out > > Mar 14 15:46:12 mail courieresmtp: > id=00057E1A.4415AFA4.00002C8C,from=<jlin@ > myvest.com>,addr=<[EMAIL PROTECTED]>: 454 TLS not available > due to local problem Mar 14 15:46:12 slink courieresmtp: > id=00057E1A.4415AFA4.00002C8C,from=<jlin@ > myvest.com>,addr=<[EMAIL PROTECTED]>,status: deferred > > in all my googling it's related to antivirus scanning? i an > on linux, no norton, nothing, and i even turned off clamd > scanning just to see . this error occurs using outlook or > thunderbird. > > can someone point me in the right direction? my settings are > all pretty default but if needed i can post my esmtp and > imapd imapd-ssl configs. any help would be gretly appreciated.
Are you using TLS or SSL? Outlook doesn't work with TLS. Be sure to setup Outlook to use port 993 (SSL connection) and not TLS over the standard IMAP port. The antivirus scanning issue occurs because the A/V scanner acts as a proxy that attempts to scan the content of mail stream, but it is encrypted via TLS, so it cannot scan the email communication dialog and bails. Be sure that you have IMAPDSSLSTART=YES setup in your courier-imap/etc/imapd-ssl config file. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
