Re: Recipient Address rewriting and Transport

2015-08-10 Thread Viktor Dukhovni
On Mon, Aug 10, 2015 at 09:46:33PM +, Rosenbaum, Larry M. wrote: > > Then, as a best-practice, add additional transport addresses to > > each exchange user account: > > > > mail: u...@example.com > > proxyAddresses: SMTP:u...@example.com > > proxyAddresses: smtp:u...@exch.example.

RE: Recipient Address rewriting and Transport

2015-08-10 Thread Rosenbaum, Larry M.
> From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Viktor Dukhovni > > On Mon, Aug 10, 2015 at 08:50:22PM +, Rosenbaum, Larry M. wrote: > > > > main.cf: > > > indexed = ${default_database_type}:${config_directory}/ > > > virtual_alia

Re: Recipient Address rewriting and Transport

2015-08-10 Thread Viktor Dukhovni
On Mon, Aug 10, 2015 at 08:50:22PM +, Rosenbaum, Larry M. wrote: > > main.cf: > > indexed = ${default_database_type}:${config_directory}/ > > virtual_alias_maps = ${indexed}virtual > > transport_maps = ${indexed}transport > > > > virtual: > > u...@mail.

RE: Recipient Address rewriting and Transport

2015-08-10 Thread Rosenbaum, Larry M.
> From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > On Mon, Aug 10, 2015 at 07:58:56PM +, Rosenbaum, Larry M. wrote: > > > I would like to do the following: If the recipient is > > u...@mail.example.com, rewrite the address to u...@example.com and relay > > it to server exch.exam

Re: Recipient Address rewriting and Transport

2015-08-10 Thread Viktor Dukhovni
On Mon, Aug 10, 2015 at 07:58:56PM +, Rosenbaum, Larry M. wrote: > I would like to do the following: If the recipient is > u...@mail.example.com, rewrite the address to u...@example.com and relay > it to server exch.example.com. How would we do this? http://www.postfix.org/ADDRESS_REWRIT

Recipient Address rewriting and Transport

2015-08-10 Thread Rosenbaum, Larry M.
I would like to do the following: If the recipient is u...@mail.example.com, rewrite the address to u...@example.com and relay it to server exch.example.com. How would we do this? We are running Postfix 3.0.2 on RHEL6. Thanks, Larry

Re: Mail receive events

2015-08-10 Thread Andrzej A. Filip
Gyeong Deok Kwon wrote: > Hello postfix community, > > I have a postfix(from source code) + dovecot setup for my university > term-project. > I want postfix call my custom function whenever postfix receive mails, > but couln't find the function. > > Can I know the function of handling mail recepti

Re: Mail receive events

2015-08-10 Thread Moritz Schmitt
> I have a postfix(from source code) + dovecot setup for my university > term-project. I want postfix call my custom function whenever postfix > receive mails, but couln't find the function. > > Can I know the function of handling mail reception? Have a look at this, there are several ways to do

Mail receive events

2015-08-10 Thread Gyeong Deok Kwon
Hello postfix community, I have a postfix(from source code) + dovecot setup for my university term-project. I want postfix call my custom function whenever postfix receive mails, but couln't find the function. Can I know the function of handling mail reception? Regards,

Re: Mailing list sending mail to server with strong anti-spoofing setting

2015-08-10 Thread Vincent Pelletier
On Fri, 7 Aug 2015 16:27:35 -0400 (EDT), wie...@porcupine.org (Wietse Venema) wrote : > I suspect that they are enforcing a DMARC policy that requires > modifications to list managers so that they replace the From: header > address with the sender address of the mailing list. > > Google for "dmarc

Re: Mailing list sending mail to server with strong anti-spoofing setting

2015-08-10 Thread Vincent Pelletier
On Fri, 7 Aug 2015 17:59:06 +, Viktor Dukhovni wrote : > Don't confuse "smtp" with "smtpd". Gah, this is embarrassing. This was indeed my understanding and intention, and I somehow still managed to push myself into this trap. Many eyes, etc. Thanks a lot, this part now does work as I intende