27 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: authmysql and...
FromSent OnAttachments
Ricardo KleemannSep 4, 2003 7:06 am 
Ben KennedySep 4, 2003 12:01 pm 
Sam VarshavchikSep 4, 2003 2:28 pm 
Ben KennedySep 4, 2003 2:55 pm 
Ricardo KleemannSep 4, 2003 3:13 pm 
RolandSep 4, 2003 3:29 pm 
Sam VarshavchikSep 4, 2003 4:23 pm 
Sam VarshavchikSep 4, 2003 4:23 pm 
Ricardo KleemannSep 4, 2003 5:42 pm 
Ben KennedySep 4, 2003 6:39 pm 
Sam VarshavchikSep 4, 2003 7:11 pm 
Sam VarshavchikSep 4, 2003 7:11 pm 
Ricardo KleemannSep 4, 2003 10:04 pm 
Ben KennedySep 5, 2003 7:34 am 
Ricardo KleemannSep 5, 2003 9:23 am 
Ben KennedySep 5, 2003 9:33 am 
Ricardo KleemannSep 5, 2003 11:50 am 
Sam VarshavchikSep 5, 2003 1:04 pm 
Ricardo KleemannSep 5, 2003 3:01 pm 
Ben KennedySep 5, 2003 3:08 pm 
Sam VarshavchikSep 6, 2003 4:08 pm 
Ricardo KleemannSep 6, 2003 8:50 pm 
Ricardo KleemannSep 6, 2003 8:50 pm 
Sam VarshavchikSep 7, 2003 6:52 am 
Ricardo KleemannSep 8, 2003 5:12 pm 
Sam VarshavchikSep 8, 2003 6:39 pm 
Ricardo KleemannSep 8, 2003 8:23 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: authmysql and external programs / forwarding?Actions...
From:Roland (cour@gmx.net)
Date:Sep 4, 2003 3:29:54 pm
List:net.sourceforge.lists.courier-users

--On Donnerstag, 4. September 2003 17:28 -0400 Sam Varshavchik <mrs@courier-mta.com> wrote:

If it is possible to deliver to a program, is it also possible to do forwarding, using the '!' in authmysql as well?

No, for various reasons use '| sendmail user@domain'

Such forwarding could create an endless fast mailoop if user@domain is invalid and $USER@defaultdomain delivers back into the same box.

Courier's dsn-module will immedately fire back a dsn into the forwarder, causing onother reincarnation and eat up lots of cpu. Courier-dsn would have to keep the original headers or fill in the same amount of dummies so courier could detect the mailloop via header count, and maybe some delaying. Until then use:

'| sendmail -f "$SENDER" user@domain'

or setup an external wrapper for the forwarding.

qmail's sendmail takes the sender from 'Return-Path:' if one exists in the first line, would be great if courier's sendmail could be also that smart ;)