Hi All,
I'm using the latest version of QmailAdmin, Qmail, vpopmail and
autoresponder.
I'm having a slight problem I can't seem to wrap my head around using
vpopmail and the autoresponder. If mail sent to a vpop user has an
autoresponder setup, the autoresponse works, but the original e-mail is
bounced or not delivered.
As far as I can tell from digging around in various mailing lists and
archives, this is caused because the format of the .qmail-user file is as
follows
| autoresponder x x message.txt directory_for_logging
&[EMAIL PROTECTED]
I think the problem is the &[EMAIL PROTECTED], which causes the message to
be re-injected into qmail and qmail rejects as a duplicate because of the
Delivered-To line is already in the message from the original message.
It appears the fix would be to change the second line to something like
./<user>/Maildir/
but before I go around changing code, I want to make sure I'm on the right
track and that I don't have a configuration problem.
Regards,
Rick