Rick Macdougall wrote:
> 
> 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.

That's your problem. having a pop user and an autoresponder set up
for the same email address wasn't the design idea. 

It's autoresponder OR pop account.

> 
> 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]

You'll have a loop here. You are sending the email through the
autoresponder, and sending a copy to the autoresponder. So each
time an email goes into the autoresponder, you'll "auto responde it"
plus send an email back into the autoresponder. Endless loop.

Ken Jones

> 
> 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

Reply via email to