1 message in net.sourceforge.lists.courier-maildrop[maildropl] problems with autoreply
FromSent OnAttachments
Alexander BrunsDec 10, 2001 10:22 am 
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:[maildropl] problems with autoreplyActions...
From:Alexander Bruns (abr@ftk.de)
Date:Dec 10, 2001 10:22:41 am
List:net.sourceforge.lists.courier-maildrop

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("abr@ftk.de"))) { 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 abr@ftk.de 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?