Re: Relocated Users

2009-05-14 Thread Scott Haneda
On May 14, 2009, at 3:18 AM, Barney Desmond wrote: 2009/5/14 Scott Haneda : So If I am getting this correct, auto-reply is not something native to postfix other than in a very basic form, and I should look to 3rd party solutions that have matured? Correct, it is an invention on top of SMT

Re: Relocated Users

2009-05-14 Thread Barney Desmond
2009/5/14 Scott Haneda : > So If I am getting this correct, auto-reply is not something native to > postfix other than in a very basic form, and I should look to 3rd party > solutions that have matured? Correct, it is an invention on top of SMTP mail. I blame Exchange and its ilk for leading peopl

Re: Relocated Users

2009-05-13 Thread Fabio Viero
On Wed, May 13, 2009 at 10:01 PM, Fabio Viero wrote: >> look again at the example that Brian proposed. the virtual alias >> contains _two_ (2) addresses. >> >> if it is not clear, use something like this: >> >> u...@example.com        u...@example.com, u...@relocated.example.com >> >> >> then conf

Re: Relocated Users

2009-05-13 Thread mouss
Scott Haneda a écrit : > On May 13, 2009, at 1:08 PM, Randy wrote: > >> You can still do an auto-reply using scripts. Hand off the user's >> message, then send it to the new location. >> I used smtpd_recipient_restrictions and created a list. I then passed >> this on to the autoresponder once a us

Re: Relocated Users

2009-05-13 Thread Scott Haneda
On May 13, 2009, at 2:14 PM, mouss wrote: Thank for any info or links to other docs I am missing. There are problems with auto-responders: - first, there is the backscatter problem (sending the reply to a forged address...). - second, most auto-responders are broken, in so many ways. so at

Re: Relocated Users

2009-05-13 Thread mouss
Fabio Viero a écrit : > 2009/5/13 Brian Evans - Postfix List : >> Fabio Viero wrote: >>> Hi >>> >>> I need to do something like this: >>> >>> Someone sends an e-mail to u...@domain.com >>> Someone gets a reply from postfix saying "User has moved to >>> newu...@newdomain.com" >>> I need postfix to S

Re: Relocated Users

2009-05-13 Thread Fabio Viero
2009/5/13 Brian Evans - Postfix List : > Fabio Viero wrote: >> Hi >> >> I need to do something like this: >> >> Someone sends an e-mail to u...@domain.com >> Someone gets a reply from postfix saying "User has moved to >> newu...@newdomain.com" >> I need postfix to STILL deliver the message to u...@

Re: Relocated Users

2009-05-13 Thread Scott Haneda
On May 13, 2009, at 1:08 PM, Randy wrote: You can still do an auto-reply using scripts. Hand off the user's message, then send it to the new location. I used smtpd_recipient_restrictions and created a list. I then passed this on to the autoresponder once a user/input validation script made

Re: Relocated Users

2009-05-13 Thread Randy
Fabio Viero wrote: On Wed, May 13, 2009 at 2:54 PM, Scott Haneda wrote: On May 13, 2009, at 10:40 AM, Fabio Viero wrote: I need to do something like this: Someone sends an e-mail to u...@domain.com Someone gets a reply from postfix saying "User has moved to newu...@newdomain.com" I n

Re: Relocated Users

2009-05-13 Thread Brian Evans - Postfix List
Fabio Viero wrote: > Hi > > I need to do something like this: > > Someone sends an e-mail to u...@domain.com > Someone gets a reply from postfix saying "User has moved to > newu...@newdomain.com" > I need postfix to STILL deliver the message to u...@domain.com (which > doesn't happens) > > I tried

Re: Relocated Users

2009-05-13 Thread Fabio Viero
On Wed, May 13, 2009 at 2:54 PM, Scott Haneda wrote: > On May 13, 2009, at 10:40 AM, Fabio Viero wrote: > >> I need to do something like this: >> >> Someone sends an e-mail to u...@domain.com >> Someone gets a reply from postfix saying "User has moved to >> newu...@newdomain.com" >> I need postfix

Re: Relocated Users

2009-05-13 Thread Scott Haneda
On May 13, 2009, at 10:40 AM, Fabio Viero wrote: I need to do something like this: Someone sends an e-mail to u...@domain.com Someone gets a reply from postfix saying "User has moved to newu...@newdomain.com" I need postfix to STILL deliver the message to u...@domain.com (which doesn't happens)