Alejandro, > Dear all, I have Postfix with amavisd-new 2.4.2 in my mail server. > Postfix is setup with TLS support, and I optionally offer TLS in the > sever side and I enforce SMTP client side to use TLS in main.cf with > these two lines: > > smtpd_tls_security_level = may > smtp_tls_security_level = encrypt > > After that I have this error in the mail.log file: > > postfix/smtp[6656]: 1C3383DA671: to=<[email protected]>, > relay=localhost:10024, delay=0.02, delays=0.01/0.01/0/0, dsn=4.7.4, > status=deferred (TLS is required, but was not offered by host > localhost[127.0.0.1]) > > Does amavisd-new support TLS ???
Yes, staring with 2.6.0, TLS is supported by amavisd on the SMTP client and server side. There is one bug fix to it in 2.6.2. But do you really need it? Encrypting traffic on a loopback interface is really a waste of processing time. Probably what you need is to override smtp_tls_security_level setting on a smtp service feeding amavis, e.g.: amavisfeed unix - - n - 30 smtp ... -o smtp_tls_security_level=none Mark ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
