outbound email destination based on sender's domain

2009-02-27 Thread Iad Scoot
Hi, Working on a project that I need some advice on. I need to build out a Postfix server that will act as a smart host of sorts for several internal mail domains (each domain on a different server). The server will need to: - Relay mail directly between all of the internal mail domains (there

Re: outbound email destination based on sender's domain

2009-02-27 Thread Iad Scoot
bunch for the help On Fri, Feb 27, 2009 at 8:12 AM, Barney Desmond wrote: > I wish I got to work with such cleanly separated systems. > > 2009/2/28 Iad Scoot : > > Relay mail directly between all of the internal mail domains (there are > > 5) without routing traffic to t

Re: outbound email destination based on sender's domain

2009-02-27 Thread Iad Scoot
Gotcha - and after a "little more" research I've found a couple of examples online. It'll be Monday before I can try but much thanks again - I will post back my outcome. - iad On Fri, Feb 27, 2009 at 6:33 PM, Barney Desmond wrote: > 2009/2/28 Iad Scoot : > > Hey t

Re: outbound email destination based on sender's domain

2009-03-02 Thread Iad Scoot
o the gateway and then either back to one of the other internal servers or out to the edge proxy that matches the sender's domain from the internal mail server. How does this new info affect the previous solution that you provided? Thanks... On Fri, Feb 27, 2009 at 6:50 PM, Iad Scoot wrote:

Re: outbound email destination based on sender's domain

2009-03-05 Thread Iad Scoot
permit such traffic so stumped on that but does this box have to do DNS? Thanks... On Mon, Mar 2, 2009 at 10:00 PM, Iad Scoot wrote: > Hey, > > Thanks again for the reply - it seems to be routing the traffic correctly > (at least as far as the maillog shows) but I'm havin

Email notifications to external address

2015-03-04 Thread Iad Scoot
Hi, I have a user who would like to receive a notification message on her personal email account when she gets a new email message in her postfix - based MailDir. She does not want the actual message, just a ping telling her to check her email. I'm finding a lot info on Google that references usi

Re: Email notifications to external address

2015-03-04 Thread Iad Scoot
Thanks for the feedback - using Dovecot so I'll look at the options there as well as the scripted option which looks really interesting. Thanks again...