Re: Specifying different source IP address when using sendmail command

2012-01-15 Thread Andrew Beverley
On Sun, 2012-01-15 at 20:49 +0100, Robert Schetterer wrote: > > Sorry, I should have explained. I run a bunch of mailing lists, and use > > different IP addresses for different mailing lists (amongst other > > things). Everything runs from Perl scripts, > > perhaps this helps, if you can wrap it

Re: Specifying different source IP address when using sendmail command

2012-01-15 Thread Andrew Beverley
On Sun, 2012-01-15 at 13:32 -0500, Wietse Venema wrote: > Andrew Beverley: > > > You have not explained what problem you are trying to solve with > > > different IP addresses for different mailings (does mail from the > > > same sender address go out via different IP addresses?), so I won't > > > t

Re: Specifying different source IP address when using sendmail command

2012-01-15 Thread Robert Schetterer
Am 15.01.2012 19:09, schrieb Andrew Beverley: > On Sun, 2012-01-15 at 12:15 -0500, Wietse Venema wrote: >> Andrew Beverley: >>> Hi, >>> >>> I currently use multiple Postfix instances to send email from my server >>> from different IP addresses. Each Postfix instance has its own master.cf >>> file i

Re: Specifying different source IP address when using sendmail command

2012-01-15 Thread Wietse Venema
Andrew Beverley: > > You have not explained what problem you are trying to solve with > > different IP addresses for different mailings (does mail from the > > same sender address go out via different IP addresses?), so I won't > > try to optimize the response. > > Sorry, I should have explained.

Re: Specifying different source IP address when using sendmail command

2012-01-15 Thread Andrew Beverley
On Sun, 2012-01-15 at 12:15 -0500, Wietse Venema wrote: > Andrew Beverley: > > Hi, > > > > I currently use multiple Postfix instances to send email from my server > > from different IP addresses. Each Postfix instance has its own master.cf > > file in its own configuration directory, and I use the

Re: Specifying different source IP address when using sendmail command

2012-01-15 Thread Wietse Venema
Andrew Beverley: > Hi, > > I currently use multiple Postfix instances to send email from my server > from different IP addresses. Each Postfix instance has its own master.cf > file in its own configuration directory, and I use the "-C" parameter of > the sendmail command to specify which one to us

Specifying different source IP address when using sendmail command

2012-01-15 Thread Andrew Beverley
Hi, I currently use multiple Postfix instances to send email from my server from different IP addresses. Each Postfix instance has its own master.cf file in its own configuration directory, and I use the "-C" parameter of the sendmail command to specify which one to use. I was wondering whether t