Welcome! Log In Create A New Profile

Advanced

Re: smtp proxy with postfix

December 20, 2015 12:09PM
The experienced 'Relay Access Denied' message is pretty much similar than in Postfix without a Proxy.
So, I went back to the configuration which I think is correct:

smtp_auth none;
xclient on;

The only issue with this configuration is, that Outlook cannot authenticate - which is the same for IOS by the way as I found out...

After a while, I had a wild idea! What, if I just add the keywords 'AUTH PLAIN LOGIN' to the smtp_capabilities?
This is presented after EHLO in normal postfix
And surprise, this worked!

Hence my config is now:

xclient on;
smtp_auth none;
smtp_capabilities "SIZE 10485760" ENHANCEDSTATUSCODES 8BITMIME DSN "AUTH PLAIN LOGIN";

Does anybody see an issue with this?

Which sparcs another question: Postfix also offers: PIPELINING, VRFY, ETRN, AUTH=PLAIN LOGIN.

Can these keywords be added to the smtp_capabilities because Nginx is not changing the capabilities?

Thanks,
Cugar15



This seems to indicate that an email Client is able to authenticate....
Subject Author Posted

smtp proxy with postfix

Cugar15 December 18, 2015 02:08PM

Re: smtp proxy with postfix

Cugar15 December 19, 2015 08:43AM

Re: smtp proxy with postfix

Cugar15 December 19, 2015 11:41AM

Re: smtp proxy with postfix

B.R. December 19, 2015 11:46AM

Re: smtp proxy with postfix

Cugar15 December 19, 2015 01:37PM

Re: smtp proxy with postfix

itpp2012 December 19, 2015 01:46PM

Re: smtp proxy with postfix

Cugar15 December 19, 2015 03:30PM

Re: smtp proxy with postfix

itpp2012 December 19, 2015 03:49PM

Re: smtp proxy with postfix

Cugar15 December 19, 2015 04:17PM

Re: smtp proxy with postfix

itpp2012 December 19, 2015 05:29PM

Re: smtp proxy with postfix

Cugar15 December 20, 2015 12:09PM

Re: smtp proxy with postfix

Cugar15 December 20, 2015 02:00PM

Re: smtp proxy with postfix

Cugar15 December 30, 2015 08:20AM

Re: smtp proxy with postfix

Maxim Dounin December 30, 2015 10:06AM

Re: smtp proxy with postfix

Cugar15 December 30, 2015 10:49AM

Re: smtp proxy with postfix

Maxim Dounin December 30, 2015 10:58AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 299
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready