Building and testing a parallel replacement server

2016-10-26 Thread Bernard T. Higonnet
I want to build and test (at least a little) a new server to replace an existing, production one. The old one is on machine xxx.xxx.xxx.A running FreeBSD10/Postfix 3.0.2 and the new one on xxx.xxx.xxx.B running FreeBSD11/Postfix 3.1.3. I would much appreciate advice on how best to define the

Why does postfix continue to try to deliver mail after getting a 554?

2016-10-26 Thread Julian Kippels
Hi, I was just wondering why my postfix was continuing to try to deliver a mail to another server after getting a 554 response the first time. Shouldn't the delivery stop right then and there and the sender be notified? Instead postfix tried for several days to deliver the message before it ultima

Re: Why does postfix continue to try to deliver mail after getting a 554?

2016-10-26 Thread Matthias Andree
Am 26. Oktober 2016 12:33:48 MESZ, schrieb Julian Kippels : >Hi, > >I was just wondering why my postfix was continuing to try to deliver a >mail to another server after getting a 554 response the first time. >Shouldn't the delivery stop right then and there and the sender be >notified? Instead post

Re: Why does postfix continue to try to deliver mail after getting a 554?

2016-10-26 Thread Julian Kippels
Am Wed, 26 Oct 2016 10:39:58 + schrieb Matthias Andree : > Am 26. Oktober 2016 12:33:48 MESZ, schrieb Julian Kippels > : > >Hi, > > > >I was just wondering why my postfix was continuing to try to deliver > >a mail to another server after getting a 554 response the first time. > >Shouldn't the

Re: Why does postfix continue to try to deliver mail after getting a 554?

2016-10-26 Thread Wietse Venema
Julian Kippels: > Hi, > > I was just wondering why my postfix was continuing to try to deliver a > mail to another server after getting a 554 response the first time. > Shouldn't the delivery stop right then and there and the sender be > notified? Instead postfix tried for several days to deliver

Re: [MASSMAIL]Re: place reject_rbl_client rules in a separate file

2016-10-26 Thread Wietse Venema
> I have following configuration working on postfix 2.6, broken up on > postfix 3.1: > > master.cf: > > > smtpd pass -- n - - smtpd > > ... > > -o { smtpd_recipient_restrictions = > > ... master.cf does not support "-o { name = value }" syntax before Postf

Re: [MASSMAIL]Re: place reject_rbl_client rules in a separate file

2016-10-26 Thread Wietse Venema
> > check_sender_access, > > hash:/etc/postfix/dnsbl_checks > > ... > /etc/postfix/dnsbl_checks: > > > open-talk.ru reject_rbl_client rbl.rbldns.ru, reject_rbl_client That applies 'reject_rbl_client b.barracudacentral.org' to open-talk.ru. And it should warn that reject_rbl_c

Re: Why does postfix continue to try to deliver mail after getting a 554?

2016-10-26 Thread /dev/rob0
On Wed, Oct 26, 2016 at 02:13:37PM +0200, Julian Kippels wrote: > Oct 15 23:16:21 balder postfix/smtp[12174]: 5FDBC8002F90: host > ppmx1.its.rochester.edu[128.151.57.241] refused to talk to me: 554 > ppmx1.its.rochester.edu ESMTP Blocked - see > https://support.proofpoint.com/dnsbl-lookup.cgi?ip

Re: [MASSMAIL]Re: place reject_rbl_client rules in a separate file

2016-10-26 Thread Wietse Venema
> Ok, we deal with access map file. That's the manual: > > http://www.postfix.org/access.5.html > > And it says about logical lines and continuation lines and avaliable > lookup patterns and actions. > > But I can't clearly get : > > - How multiple actions (checks) works against one pattern te

Re: Building and testing a parallel replacement server

2016-10-26 Thread Blake Hudson
I don't have experience with FreeBSD provided Postfix, but in general, you should be able to copy your config file to newer versions of postfix with little or no changes. An alternative would be to run postconf -n on server A to find your customizations and only copy these items to server B. U

"always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-26 Thread linuxc128
Hello, I've set up a mail server on my VPS, which is running CentOS 7. Previously I used Ubuntu for my VPS, but even after having spent endless hours of configuration efforts I wasn't able to get SMTP-SASL authentication working and an admin of my VPS hosting company also told me that they made on

Re: Why does postfix continue to try to deliver mail after getting a 554?

2016-10-26 Thread Bill Cole
On 26 Oct 2016, at 11:45, /dev/rob0 wrote: On Wed, Oct 26, 2016 at 02:13:37PM +0200, Julian Kippels wrote: Oct 15 23:16:21 balder postfix/smtp[12174]: 5FDBC8002F90: host ppmx1.its.rochester.edu[128.151.57.241] refused to talk to me: 554 ppmx1.its.rochester.edu ESMTP Blocked - see https://suppor

Re: Why does postfix continue to try to deliver mail after getting a 554?

2016-10-26 Thread Viktor Dukhovni
> On Oct 26, 2016, at 11:53 PM, Bill Cole > wrote: > > It makes far more sense to implement a truly intentional and permanent block > based absolutely on the client IP by simply not accepting the connection, > either in the lower layers of the network or by the MTA simply rejecting the > con

Re: "always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-26 Thread Wietse Venema
linuxc128: > Hello, > > I've set up a mail server on my VPS, which is running CentOS 7. Previously I > used Ubuntu for my VPS, but even after having spent endless hours of > configuration efforts I wasn't able to get SMTP-SASL authentication working > and an admin of my VPS hosting company also to

Re: "always_bcc" for multiple recipients (via alias) and "recipient_bcc_maps" don't work

2016-10-26 Thread linuxc128
linuxc128: > Hello, > > I've set up a mail server on my VPS, which is running CentOS 7. Previously > I > used Ubuntu for my VPS, but even after having spent endless hours of > configuration efforts I wasn't able to get SMTP-SASL authentication > working > and an admin of my VPS hosting company al