[courier-users] Delivery-Status message

2007-02-21 Thread Michelle Konzack
Hello *, If I get a Delivery status message I like to see the FQDN there instead of the Host-Alias 8 This is a delivery status notification from mail, running the Courier mail

[courier-users] SMTP-Auth and match a username/password

2007-02-21 Thread Michelle Konzack
Hello *, I need to send messages via courier-mta to my ISP's mx.freenet.de which requires smtp-auth. Currently I have installed a new free E-Mail on my ISP and use it for global authentification if messages are send over Freenet. But what I like to see is the possibility to install different

Re: [courier-users] Delivery-Status message

2007-02-21 Thread Gordon Messmer
Michelle Konzack wrote: If I get a Delivery status message I like to see the FQDN there instead of the Host-Alias 8 This is a delivery status notification from mail, You

Re: [courier-users] SMTP-Auth and match a username/password

2007-02-21 Thread Gordon Messmer
Michelle Konzack wrote: But what I like to see is the possibility to install different uid/passwd for each E-Mail I use. Is this possibel? No. Are you trying to solve an actual problem, or just make your configuration more complicated?

[courier-users] Filter some postmaster messages

2007-02-21 Thread Antonio Di Monaco
Hi. I receive a lot of NOTICE: mail delivery status for unknown users (cause of spammers). I don't want to remove administrative messages, I need them to monitor my mail server, but I'd like to filter the reason why I receive such messages. Do I have to write a maildrop filter, or is there a

[courier-users] about mailbot and autoreply

2007-02-21 Thread Cheng Bruce
Dear all, I have the problem in autoreply via using mailbot, please do me a favor. I set .mailfilter as following # -- /^Subject:.*/ SUBJECT=escape($MATCH) if (! (/^From:[EMAIL PROTECTED]/ || /^From:[EMAIL PROTECTED]/ || /^From:[EMAIL PROTECTED]/ ) ) { cc | mailbot -A 'X-Sender:

Re: [courier-users] about mailbot and autoreply

2007-02-21 Thread Sam Varshavchik
Cheng Bruce writes: Dear all, I have the problem in autoreply via using mailbot, please do me a favor. I set .mailfilter as following # -- /^Subject:.*/ SUBJECT=escape($MATCH) if (! (/^From:[EMAIL PROTECTED]/ || /^From:[EMAIL PROTECTED]/ || /^From:[EMAIL PROTECTED]/ ) ) { cc |