Reporting redirects - API call similar to "sendmail -bv"

2013-05-01 Thread Simon Waters
I suspect I know the answer - but it doesn't hurt to ask. I have a Postfix config set up which uses 4 mysql maps to create role based emails for a (large) set of clubs. The rules in the SQL aren't stunningly complex but they are non-trivial. I'd prefer not to implement them in several places,

Mismatch virtual_alias_maps

2013-05-01 Thread bug
Hello list. This is not working: user1@host1 sends mail to userX@host2 Intention: userX@host2 incoming forwarding to user2@host1 host2 virtual_alias_maps: @host1 user1@host1 @host2 user2@host1 But user1@host1 receive back his eMail with origin userX@host2 This runs after a lot of trials: h

Re: Make install or upgrade for new install location

2013-05-01 Thread Axel Luttgens
Le 30 avr. 2013 à 21:20, Larry Stone a écrit : > [...] > > FWIW, I consider Lion (10.7) to be the last version of OS X for which the > Apple provided Postfix is usable. Hello Larry, I'm going to be somewhat OT here... The postfix binaries coming with 10.8 are per se at least as capable as the

Restrictions after postscreen (was: Re: Postscreen DNSBL Sites)

2013-05-01 Thread /dev/rob0
On Wed, Apr 24, 2013 at 03:44:19PM -0700, Steve Jenkins wrote: > On Wed, Apr 24, 2013 at 3:15 PM, /dev/rob0 wrote: > > > True, but for all we know they could be preceded by a > > check_policy_service or permit_dnswl_client restriction. > > Well, in this case they're not (yet?) preceded by any of

Re: Solution for Store in Virtual then Transport

2013-05-01 Thread Newton Pasqualini Filho
Tks for the reply! But in my case I have the same domain and 2 servers to store the same messages. There is no way to do that? Best Regards! Newton Pasqualini Filho newtonpasqual...@gmail.com Em 01/05/2013, às 00:59, Noel Jones escreveu: > On 4/30/2013 7:20 PM, Newton Pasqualini Filho wrote

Re: Solution for Store in Virtual then Transport

2013-05-01 Thread Noel Jones
Use smtp_generic_maps to rewrite mobile.example.com to example.com during delivery to the second server. http://www.postfix.org/ADDRESS_REWRITING_README.html#generic On 5/1/2013 8:37 AM, Newton Pasqualini Filho wrote: > Tks for the reply! > > But in my case I have the same domain and 2 serve

Re: Reporting redirects - API call similar to "sendmail -bv"

2013-05-01 Thread Wietse Venema
Simon Waters: > doesn't allow me to make this query, in general, without simply feeding > an email through the system? e.g.. "sendmail -bv" works in exactly that > way, presumably for similar reasons? Or is there an exposed API > somewhere that answers the same question? "sendmail -bv" is usefu

Re: Reporting redirects - API call similar to "sendmail -bv"

2013-05-01 Thread Simon Waters
On 01/05/13 15:31, Wietse Venema wrote: Is there any problem with using "sendmail -bv"? The output format (the second and thord part) is meant to be machine-readable. I want to report the value of 30 or 40 redirects in a single web page. I want to generate that report when someone requests th

Re: Mismatch virtual_alias_maps

2013-05-01 Thread Jeroen Geilman
On 05/01/2013 11:17 AM, b...@systron.de wrote: Hello list. This is not working: user1@host1 sends mail to userX@host2 Intention: userX@host2 incoming forwarding to user2@host1 host2 virtual_alias_maps: @host1 user1@host1 @host2 user2@host1 Don't blindly use catch-alls; see below for why.

attachments on bounce messages generated by postfix

2013-05-01 Thread Ben WIlliams
Please can someone help me understand how to configure what is attached to bounce messages. The version is postfix 2.3.3. Originally it only attached the message headers of the failed email with Content-Description: Undelivered Message Headers Now it attaches the entire failed email with Content-

Re: attachments on bounce messages generated by postfix

2013-05-01 Thread Viktor Dukhovni
On Thu, May 02, 2013 at 10:31:43AM +1200, Ben WIlliams wrote: > Please can someone help me understand how to configure what is attached to > bounce messages. > > The version is postfix 2.3.3. Originally it only attached the message > headers of the failed email with Content-Description: Undeliver

Re: attachments on bounce messages generated by postfix

2013-05-01 Thread Ben WIlliams
Thanks that fixed it. On Thu, May 2, 2013 at 11:56 AM, Viktor Dukhovni wrote: > On Thu, May 02, 2013 at 10:31:43AM +1200, Ben WIlliams wrote: > > > Please can someone help me understand how to configure what is attached > to > > bounce messages. > > > > The version is postfix 2.3.3. Originally

sender-based-routing challenge

2013-05-01 Thread Michael Ionescu
I have a corner case where I need to allow an emails generated at my site with certain off-site sender addresses to be routed through my MTA to the off-site smarthost officially responsible for the sender domain. This can be easily done using sender-based-routing. However, it becomes an issues as