
hlocap at gmail
Nov 3, 2009, 5:30 AM
Post #5 of 5
(312 views)
Permalink
|
2009/11/3 Markus Stumpf <lists-qmail[at]maexotic.de> > On Tue, Nov 03, 2009 at 12:10:43PM +0100, mario fibbi wrote: > > |(echo 'Auto-submitted: auto-generated'; cat ) |forward > email2[at]domain.com > > /home/vpopmail/domains/domain.com/bounces/Maildir/ > > | /usr/bin/autorespond 86400 3 /home/vpopmail/domains/ > > domain.com/bounces/vacation/message /home/vpopmail/domains/ > > domain.com/bounces/vacation > > Looks good to me (if the last 3 lines are actually one single line) > However I don't understand the behaviour at all. > > Ok, should have looked at the soure code first. Sorry! > The autoresponder doesn't honor "Auto-submitted" headers. *sigh* > So please change > |(echo 'Auto-submitted: auto-generated'; cat ) |forward > email2[at]domain.com > to > |(echo 'Precedence: bulk'; cat ) |forward email2[at]domain.com > That should fix the problem to get an auto-answer from email2[at]domain.com. > > Great, it works!!! > As to why you didn't get a message from user1: > There is a limit you have set: 86400 3 > Maybe this limit was met? > > > Yes. Thak you, Mario.
|