Hi,
I am trying to compile latest (2.11.1) Postfix on CentOS 7 64 bit with all
uptates applied.
Uname:
Linux mail.acme.com 3.10.0-123.6.3.el7.x86_64 #1 SMP Wed Aug 6 21:12:36 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux
The make command line is:
make -f Makefile.init makefiles \
'CCARGS=
On Wed, Aug 13, 2014 at 02:09:41PM -0400, Alex wrote:
> > > # openssl s_client -connect mail.example.com:465
> >
> > You've not specified a CAfile or CApath. See s_client(1).
>
> Ah, I see. I thought supplying this on the server side in main.cf was the
> proper way. I've supplied it on the opens
Hi,
> > I've enabled debug for my test host, and after restart postfix, I've
tested
> > it with the following openssl command:
> >
> > # openssl s_client -connect mail.example.com:465
>
> You've not specified a CAfile or CApath. See s_client(1).
Ah, I see. I thought supplying this on the server
>
> Perhaps you're looking for this:
>
> http://www.postfix.org/postconf.5.html#smtp_sender_dependent_authentication
>
> http://www.postfix.org/postconf.5.html#smtp_sasl_password_maps
>
Hey nice, so I can actually put senders in sasl_mmaps instead of just
relays. That is indeed what I need. Th
Excluded via: smtpd_client_event_limit_exceptions
That fixed it - thanks!
-Original Message-
From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org]
On Behalf Of Noel Jones
Sent: Monday, August 11, 2014 12:14 PM
To: postfix-users@postfix.org
Subject: Re: smtpd_clie
On 8/13/2014 6:44 AM, Erik Logtenberg wrote:
> Hi, any chance someone could comment on this?
>
> Thanks!
>
>
> Original Message
> Subject: Combining sender_dependent_relayhost_maps and
> smtp_sasl_password_maps
> Date: Fri, 08 Aug 2014 11:11:20 +0200
> From: Erik Logtenberg
>
Hi, any chance someone could comment on this?
Thanks!
Original Message
Subject: Combining sender_dependent_relayhost_maps and
smtp_sasl_password_maps
Date: Fri, 08 Aug 2014 11:11:20 +0200
From: Erik Logtenberg
To: postfix-users@postfix.org
Hi,
I am trying to use the function