On Mon, May 15, 2000 at 11:38:47AM -0400, Marcelo J. Iturbe wrote:
> I have several aliases poiting to the same mailbox. (info, support, sales, 
> etc).
> How can I set up an individual auto reply for each alias when they all 
> arrive at the same pop account?

Do it in the control file for the various addresses. You probably have
    .qmail-info
    .qmail-support
    .qmail-sales
    .qmail-etc

Set them up like

.qmail-info
#------------------------------------------------------------------------
|autoresp-info
./Maildir/
#------------------------------------------------------------------------

.qmail-support
#------------------------------------------------------------------------
|autoresp-support
./Maildir/
#------------------------------------------------------------------------

Thus you have different autoresponders, but one POP3-Box.
If you do it via a .qmail-default it's more complicated:

.qmail-default
#------------------------------------------------------------------------
|autoresp-enhanced
./Maildir/
#------------------------------------------------------------------------

Make "autoresp-enhanced" a script that checks $LOCAL and decides what
text to send and then exit 0
Of course you could use this "autoresp-enhanced" also with the "more
.qmail files" setup.

        \Maex

Reply via email to