Re: multiple IPs and postscreen

2015-10-21 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> > TLS? In that case you also need two tlsproxy services, each with >> > their own certificate stuff. >> > >> > 1.2.3.5:smtp inet n - n - 1 postscreen >> > -o tlsproxy_service_name=tlsproxy_1.2.3.5 >> > -o smtpd_service_name=

Re: multiple IPs and postscreen

2015-10-20 Thread Wietse Venema
Eric Abrahamsen: > > TLS? In that case you also need two tlsproxy services, each with > > their own certificate stuff. > > > > 1.2.3.5:smtp inet n - n - 1 postscreen > > -o tlsproxy_service_name=tlsproxy_1.2.3.5 > > -o smtpd_service_name=smtpd_1.2.3.5 > > -o syslog_name=postfix/1.2.3.5 > >

Re: multiple IPs and postscreen

2015-10-20 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> wie...@porcupine.org (Wietse Venema) writes: >> >> > Eric Abrahamsen: >> >> > One more thing: to make the logging understandable you also need >> >> > to specify the syslog_name. >> >> > >> >> > 1.2.3.5:smtp inet n - n - 1 posts

Re: multiple IPs and postscreen

2015-10-20 Thread Wietse Venema
Eric Abrahamsen: > wie...@porcupine.org (Wietse Venema) writes: > > > Eric Abrahamsen: > >> > One more thing: to make the logging understandable you also need > >> > to specify the syslog_name. > >> > > >> > 1.2.3.5:smtp inet n - n - 1 postscreen > >> > -o smtpd_service_name=smtpd_1.2.3.5 > >>

Re: multiple IPs and postscreen

2015-10-20 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> > One more thing: to make the logging understandable you also need >> > to specify the syslog_name. >> > >> > 1.2.3.5:smtp inet n - n - 1 postscreen >> >-o smtpd_service_name=smtpd_1.2.3.5 >> >-o syslog_name=postfix/1.2.

Re: multiple IPs and postscreen

2015-10-20 Thread Wietse Venema
Eric Abrahamsen: > > One more thing: to make the logging understandable you also need > > to specify the syslog_name. > > > > 1.2.3.5:smtp inet n - n - 1 postscreen > > -o smtpd_service_name=smtpd_1.2.3.5 > > -o syslog_name=postfix/1.2.3.5 > > smtpd_1.2.3.5 pass - - n - - smtpd > >

Re: multiple IPs and postscreen

2015-10-20 Thread Benny Pedersen
On October 20, 2015 3:48:56 PM Eric Abrahamsen wrote: While we're still here, can I ask for my own information -- is the 127.0.0.1:smtp clause at the top still necessary, and if so, what does it actually do? allow localhost to send email localy or aliases forwarded, to see what happend if po

Re: multiple IPs and postscreen

2015-10-20 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > Eric Abrahamsen: >> > master.cf with postscreen: >> > 1.2.3.5:smtp inet n - n - 1 postscreen -o >> > smtpd_service_name=smtpd_1.2.3.5 >> > smtpd_1.2.3.5 pass - - n - - smtpd >> > >> > Ditto for the service on 1.2.3.4. >> > >> >Wietse

Re: multiple IPs and postscreen

2015-10-20 Thread Wietse Venema
Eric Abrahamsen: > > master.cf with postscreen: > > 1.2.3.5:smtp inet n - n - 1 postscreen -o > > smtpd_service_name=smtpd_1.2.3.5 > > smtpd_1.2.3.5 pass - - n - - smtpd > > > > Ditto for the service on 1.2.3.4. > > > > Wietse > > Awesome! That worked like a charm. Noel had me wo

Re: multiple IPs and postscreen

2015-10-19 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > A. Schulze: >> >> Eric Abrahamsen: >> >> > It works fine, until I try to add postscreen into the mix. >> you did not post a complete config. but you may check your master.cf: >> >> master.cf without postscreen: >> smtp inet n - n - - smtpd >

Re: multiple IPs and postscreen

2015-10-19 Thread Wietse Venema
A. Schulze: > > Eric Abrahamsen: > > > It works fine, until I try to add postscreen into the mix. > you did not post a complete config. but you may check your master.cf: > > master.cf without postscreen: > smtp inet n - n - - smtpd > > master.cf with postscreen: > smtp inet n - n

Re: multiple IPs and postscreen

2015-10-19 Thread A. Schulze
Eric Abrahamsen: It works fine, until I try to add postscreen into the mix. you did not post a complete config. but you may check your master.cf: master.cf without postscreen: smtp inet n - n - - smtpd master.cf with postscreen: smtp inet n - n - 1 postscreen smtpd pass - -

Re: multiple IPs and postscreen

2015-10-19 Thread Benny Pedersen
Eric Abrahamsen skrev den 2015-10-19 15:15: So the setup is, in master.cf, first a clause for the local server: 127.0.0.1:smtp inet n-n -- smtpd -o syslog_name=postfix-localhost -o smtp_helo_name=localhost -o smtp_bind_address=127.0.0.1 -o myhostname=loc

Re: multiple IPs and postscreen

2015-10-19 Thread Noel Jones
On 10/19/2015 8:15 AM, Eric Abrahamsen wrote: > Hi, > > I've gotten postfix working with multiple IPs/domains/ssl certs, and so > far so good. I used the accepted answer at this link as a template: > > http://serverfault.com/questions/650057/postfix-multiple-ip-smtp-banner > > It works fine, unt

Re: multiple IPs in and out

2010-01-26 Thread Noel Jones
On 1/26/2010 1:52 PM, Dan Lists wrote: We host email for several domains. Occasionally an account will get phished and our outbound server will get blacklisted by hotmail and others. We'd like to separate the outbound email so that one domain with a phished account doesn't get all outbound emai

Re: multiple IPs in and out

2010-01-26 Thread Wietse Venema
Dan Lists: > We host email for several domains.? Occasionally an account will get > phished and our outbound server will get blacklisted by hotmail and > others.? We'd like to separate the outbound email so that one domain > with a phished account doesn't get all outbound email blacklisted. > > I'

Re: multiple IPs

2009-12-12 Thread Cristiano Winckler
It works! Perfect... Thank you! - Original Message - From: "Wietse Venema" To: "Postfix users" Sent: Friday, December 11, 2009 10:13 PM Subject: Re: multiple IPs Cristiano Winckler: This is working 100% fine. According to the IP that the connection is comi

Re: multiple IPs

2009-12-11 Thread Wietse Venema
Cristiano Winckler: > This is working 100% fine. According to the IP that the connection > is coming from, a different greeting is used. But, you don't need that to SEND mail to hotmail and yahoo from their dedicated source IP adressess. > I would like to use one of the specific IPs to send email

Re: multiple IPs

2009-12-11 Thread mouss
Cristiano Winckler a écrit : > Hi Guys > > I´m writing here because I could not find a solution on a google search. > I have a mail server and we have 4 usable Ips on this server. > > Postfix is configured and working for a very long time. > I already configured postfix to have different greeti

Re: Multiple IPs

2009-11-20 Thread Eero Volotinen
Kishore Buxani wrote: Hi all, I have a setup of postfix on fedora. I was wondering if there is a way to send emails in IP rotation as i have 5 IPs on my server. I have tried this http://denixsolutions.com/Scripts/Postfix-Multiple-Interfaces-Patch But it doesnt work. Rgds Kishore see th