Hi,

we use qmail as MTA, courier-imap as pop3/imap-server, sqwebmail for the
mail-access via web and maildrop to deliver the mails in the
maildir-mailboxes.

With sqwebmail I made a ".mailfilter" in /home/abruns/.mailfilter:

if ((hasaddr("[EMAIL PROTECTED]")))
{
    AUTOREPLYFROM=$FROM
   `/usr/bin/mailbot -A "X-Sender: $FROM" -A "From: $AUTOREPLYFROM" -m
"/home/abruns/Maildir/autoresponses/autoreplytesttext" /usr/sbin/sendmail -f
""`
}

The mail sendet to [EMAIL PROTECTED] is delivered to /home/abruns/.Maildir/ and
accessable via imap or pop3, but the autoreply is not sendet.

The binary /usr/sbin/sendmail is a link to /var/qmail/bin/sendmail, because
the MTA is not sendmail itself, but qmail!

Has anyone a tip for me to handle this?




Alexander Bruns
System- und Netzwerkadministration
FTK - Forschungsinstitut fuer Telekommunikation
Martin-Schmeisser-Weg 4
D - 44227 Dortmund
tel + 49 (0) 231 97 50 56 16
fax + 49 (0) 231 97 50 56 10
mail [EMAIL PROTECTED]


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to