[EXIM] autoreply question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Adam M Donahue
日付:  
To: exim-users
古いトピック: Re: [EXIM] How to only use a smart host for "good" addresses?
題目: [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/ ***