1 message in net.sourceforge.lists.courier-maildrop[maildropl] Autoreply problems with r...
FromSent OnAttachments
JoeDec 28, 2004 9:57 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:[maildropl] Autoreply problems with reformailActions...
From:Joe (lis@rcsigs.ca)
Date:Dec 28, 2004 9:57:39 pm
List:net.sourceforge.lists.courier-maildrop

I'm having a bit of an issue with creating an autoreply. I've got a user (real unix account) of one of my postfix virtual hosted domains who wants a vacation message sent back for all incoming email. In their .mailfilter I added

cc $DEFAULT xfilter "reformail -r -t" to "| ( cat - ; echo ''; cat autoreply.txt) | $SENDMAIL"

A message is sent back alright but the issue is that the From address of the autoreply isn't the expected address (the To: from the incoming message) but is of the form name.vdomain@host.domain. What I would like is a From: of name@vdomain.

How do I go about this? Hopefully there is a blanket solution as I host quite a few users across many domains and I don't want to have to go to a lot of effort for every one of them!

Thanks in advance,