I just contacted my email provider and they told me that only support SSL and they do not support TLS. But they told me that I can send without encryption using port 587 or 25 port but authentication should be enabled (it requires to send the username and password for the server), so because of the required authentication, then smtp_sasl_auth_enable = yes is needed and that is causing the error that is related to sasl as following: Apr 14 06:19:47 vicibox81 postfix/pickup[15559]: B2ED91049EC3: uid=0...
I just contacted my email provider and they told me that only support SSL and they do not support TLS. But they told me that I can send without encryption using port 587 or 25 port but authentication should be enabled (it requires to send the username and password for the server), so because of the required authentication, then smtp_sasl_auth_enable = yes is needed and that is causing the error that is related to sasl as following: Apr 14 06:19:47 vicibox81 postfix/pickup[15559]: B2ED91049EC3: uid=0...
Hello Ginger; I appreciate your kindly help please. I need to mention one important point that is causing the trouble for me as I believe: Normally when I am sending emails from outlook, if I selected encryption to be TLS, I can not send email but if I selected SSL, then I can send. Currently, I am getting No unauthenticated relaying permitted as shown in the following log after I configured the postfix: Apr 14 04:50:40 vicibox81 postfix/cleanup[1802]: AF43C1049D26: message-id=<5e9508e0.yhkjw2z+qqTN7jeH%bilal@testdomain.com>...
Thanks a lot for your kindly reply and help. Generic postfix question, where it can be done? Actually I need to use postfix only for sending and not for receiving. Also my email provider is requesting from me to use SSL and port 465 for sending. So How I can configure this? Please find below my main.cf file configuration which is related to smtp and please let me know if I have to change any of them (of course, I have to generate ssl cert and place its path and filename in the configuration, but...
Thanks a lot for your kindly reply and help. Generic postfix question, where it can be done? Actually I need to use postfix only for sending and not for receiving. Also my email provider is requesting from me to use SSL and port 465 for sending. So How I can configure this? Please find below my main.cf file configuration which is related to smtp and please let me know if I have to change any of them (of course, I have to generate ssl cert and place its path and filename in the configuration, but...
Hello; My email account requires to use SSL and port 465, so my question: while configuring the postfix outgoing Mail, is it enough to enable TLS encryption to be able to use SSL? Or there is special configuration is needed to be done for SSL to be able to use SSL? As I know that enabling TLS means that SSL is included and no need to do any thing special for SSL. Appreciate kindly help. Regards Bilal