[EXIM] autoreply question

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Adam M Donahue
Fecha:  
A: exim-users
Temas antiguos: Re: [EXIM] How to only use a smart host for "good" addresses?
Asunto: [EXIM] autoreply question
Hi folks,

I'm trying to implement a little autoreply, but I'm not certain which
driver type I should use in the director. Here's what I have, but it's
not doing the right thing (yet):

## transport
test_autoreply:
driver = autoreply
file = /local/exim/messages/test.txt
from = "Adam Donahue <adam@???>"
subject = "Test autoreply!"

## director
inforeply:
driver = smartuser
domains = mydomain.com
transport = test_autoreply
local_parts = auto

The idea is to have auto@??? reply with a test text file. I'm
using smartuser in the director as per the docs. (Is this driver used as
a catch-all normally?) But when I send mail to auto, it sits in the
queue and does go out. What am I missing?

Thanks.
Adam


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