Re: to/orig_to control

2009-03-04 Thread LuKreme
On 4-Mar-2009, at 20:29, Victor Duchovni wrote: Add "-v" to the cleanup(8) service to see where the change was made. cleanup unix n - n - 0 cleanup -v that REALLY broke things. Lots of stuff, ending with: Mar 4 20:58:22 mail postfix/cleanup[55873]: cleanup

Re: to/orig_to control

2009-03-04 Thread LuKreme
On 4-Mar-2009, at 20:29, Victor Duchovni wrote: On Wed, Mar 04, 2009 at 08:17:27PM -0700, LuKreme wrote: On 4-Mar-2009, at 19:37, Victor Duchovni wrote: On Wed, Mar 04, 2009 at 07:26:34PM -0700, LuKreme wrote: $ grep southgaylord.com /var/log/maillog| grep orig_to | grep john | awk '{prin

Re: to/orig_to control

2009-03-04 Thread Victor Duchovni
On Wed, Mar 04, 2009 at 08:17:27PM -0700, LuKreme wrote: > On 4-Mar-2009, at 19:37, Victor Duchovni wrote: >> On Wed, Mar 04, 2009 at 07:26:34PM -0700, LuKreme wrote: >>> $ grep southgaylord.com /var/log/maillog| grep orig_to | grep john | awk >>> '{print $7" "$8}' >>> to=, orig_to=, >>> to=, orig

Re: to/orig_to control

2009-03-04 Thread LuKreme
On 4-Mar-2009, at 19:37, Victor Duchovni wrote: On Wed, Mar 04, 2009 at 07:26:34PM -0700, LuKreme wrote: $ grep southgaylord.com /var/log/maillog| grep orig_to | grep john | awk '{print $7" "$8}' to=, orig_to=, to=, orig_to=, hiding the full logging for the message in question is not helpful

Re: to/orig_to control

2009-03-04 Thread Victor Duchovni
On Wed, Mar 04, 2009 at 07:26:34PM -0700, LuKreme wrote: > $ grep southgaylord.com /var/log/maillog| grep orig_to | grep john | awk > '{print $7" "$8}' > to=, orig_to=, > to=, orig_to=, hiding the full logging for the message in question is not helpful. Do ditch the awk script and report all oth

Re: to/orig_to control

2009-03-04 Thread LuKreme
On 4-Mar-2009, at 17:13, Victor Duchovni wrote: On Wed, Mar 04, 2009 at 05:07:44PM -0700, LuKreme wrote: If j...@example.com is not in /etc/postfix/virtual, where else could this be controlled? See above. Consider also that the rewrite could be based on a partial match of either the domain o

Re: to/orig_to control

2009-03-04 Thread Victor Duchovni
On Wed, Mar 04, 2009 at 05:07:44PM -0700, LuKreme wrote: > when you have "to=, orig_to=" in the > maillog file, that translation is handled by /etc/postfix/virtual, isn't > it? No, by any mechanism that rewrites the envelope recipient in cleanup(8): recipient_canonical_maps canonical_m

Re: to/orig_to control

2009-03-04 Thread Evan Platt
At 04:07 PM 3/4/2009, you wrote: when you have "to=, orig_to=" in the maillog file, that translation is handled by /etc/postfix/virtual, isn't it? If j...@example.com is not in /etc/postfix/virtual, where else could this be controlled? I did grep -ir jo...@example.com /etc/postfix/ and got 0 hi

to/orig_to control

2009-03-04 Thread LuKreme
when you have "to=, orig_to=" in the maillog file, that translation is handled by /etc/postfix/virtual, isn't it? If j...@example.com is not in /etc/postfix/virtual, where else could this be controlled? I did grep -ir jo...@example.com /etc/postfix/ and got 0 hits, so it's not in virtua