Ana Bel�n Santos <[EMAIL PROTECTED]> wrote:
>
>Hi, I would like that when a mail comes to some user another mail could
>be replied
>to the sender answering something I have in one archive .
>
>Can I do this with qmail or have I to make a script to do this??

You do a very simple autoresponder with something like:

|/var/qmail/bin/qmail-inject -f "" "$SENDER" < response

in a .qmail file, where "response" is a file containing the message of
the response. Note that "response" is a *message*, and, as such, much
consist of a header and body separated by a blank line. The header can 
be empty, but, if it is, the blank line separating the header and body 
must be there.

The '-f ""' is important for preventing loops. It sets the return path 
to <>.

If you want/need fancier features, you'll have to write a script or
find one someone else has written.

-Dave

Reply via email to