For Postfix 3.2 I'll update code and documentation, such that the
default option_group value becomes "client". This causes the "client"
option group to be read twice instead of never (reading it once
is not an option). To get backwards compatibility, specify an empty
option_group value.
For the st
wards compatibility, specify an empty
> option_group value.
>
> For the stable releases I'll update their documentation with a
> suggestion to specify "option_group = client". An incompatible
> code change would be forbidden.
I'd appreciate it if you could do some tes
>> code change would be forbidden.
> I'd appreciate it if you could do some tests with the postmap command
> in postfix-3.2-20160925, which I just rolled out to ftp/www.porcupine.org.
>
> Wietse
I've downloaded the postfix-3.2-20160925 release and done the following
te
On 09/25/2016 08:04 PM, John Fawcett wrote:
>> I'll update their documentation with a
>> >> suggestion to specify "option_group = client". An incompatible
>> >> code change would be forbidden.
> > I'd appreciate it if you could do some te
wietse:
> I'd appreciate it if you could do some tests with the postmap command
> in postfix-3.2-20160925, which I just rolled out to ftp/www.porcupine.org.
John Fawcett:
> I've downloaded the postfix-3.2-20160925 release and done the following
> tests with postmap and g
Hello,
I have a single postfix server servicing my company’s domain and several
customer domains. All outbound mail is first received by postfix, then sent to
the same barracuda email service to go on to it’s final destination.
I want Postfix to use a specific local IPv4 address when it conn
i have postscreen and smtpd running on the same box as submission, and
it seems i am missing something when trying to leverage proxy protocol.
in my main.cf i have the lines:
smtpd_upstream_proxy_protocol = haproxy
...
postscreen_upstream_proxy_protocol = haproxy
this seems to work, but after a
Kevin Long:
>
> Hello,
>
> I have a single postfix server servicing my company?s domain and
> several customer domains. All outbound mail is first received by
> postfix, then sent to the same barracuda email service to go on
> to it?s final destination.
>
> I want Postfix to use a specific local
Brendan Kearney:
> i have postscreen and smtpd running on the same box as submission, and
Running postscreen for the submission service is not recommended.
It should be used for MTA-to-MTA service only. The documentation
even says so, threfore don't do it.
> it seems i am missing something when