OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: vacation doesn't work

From: Wietse Venema (wietseporcupine.org)
Date: Thu Dec 01 2005 - 15:52:26 CST


Robert Cerny:
>
> On 1.12.2005, at 22:26, Wietse Venema wrote:
>
> > Robert Cerny:
> >> Dec 1 22:07:57 marvin postfix/local[20091]: 86E4A1C085F:
> >> to=<cernydataline.cz>, relay=local, delay=0, status=sent (delivered
> >> to command: /usr/bin/vacation cerny)
> >> Dec 1 22:07:57 marvin postfix/qmgr[4469]: 86E4A1C085F: removed
> >>
> >> Or did I understand it wrong?
> >
> > In that case vacation
> >
> > - Either reports errors elsewhere
> >
> > - Reports no error.
> >
> > Do you actually realize that vacation does not deliver mail?
> >
> > Wietse
>
> Ehh,
> sorry?

Vacation is an autoresponder; it will send a message only once
and then make a record in its database file to not send again to
the same address for some configurable amount of time.

The database is initialized with "vacation -i". To examine the
database, you may use

    postmap -s .vacation | less

This will show the addresses and the (binary) time stamps. Once
an address is in there Postfix won't autoreply to it for a while.

        Wietse