Re: [EXIM] setting up auto-notification

Top Pagina
Delete this message
Reply to this message
Auteur: Vadim Vygonets
Datum:  
Aan: exim-users
Onderwerp: Re: [EXIM] setting up auto-notification
Quoth Jim Pazarena on Wed, Jun 23, 1999:
> What I would like to do is send an email to any one who incorrectly
> uses "qcisland.net" and say something like:


You should create an autoreply transport such as:

qcisland_reply:
driver = autoreply
from = MAILER_DAEMON@???
to = $sender
subject = "Wrong!"
file = /var/exim/error_message
user = exim
group = exim

And an unseen driver such as:

qcisland_re:
driver = smartuser
reansport = qcisland_reply
domains = qcisland.net
unseen

But I really don't understand why you need it. I mean, if you
already have this domain, why not make it functional?

Vadik.

-- 
Time is an illusion.  Lunchtime doubly so.
    -- Ford Prefect


--
*** Exim information can be found at http://www.exim.org/ ***