[Exim] (basic) autoreply questions

Pàgina inicial
Delete this message
Reply to this message
Autor: Tamas TEVESZ
Data:  
A: exim-users
Assumpte: [Exim] (basic) autoreply questions
hi,

(exim 3.36). i'm trying to set autoreply up. while basically works, i
have some questions.

the setup at large is a mysql-based virtual hosting setup, the
autoreply stuff right now is file-based (because it is in testing
stage now, and no better place to test than the production box :)

## this is basically the first effective director, before this are
## only administrative-like directors

auto_reply:
driver = smartuser
condition = ${if exists{/etc/exim/autoreply/${local_part}@${domain}}{yes}{no}}
no_verify
transport = address_reply
unseen

## this is the transport

address_reply:
driver = autoreply
bcc = ice@???
from = ${local_part}@${domain}
reply_to = ${local_part}@${domain}
user = mail
group = mail
once = /var/spool/exim/autoreply-${local_part}@${domain}
file = /etc/exim/autoreply/${local_part}@${domain}

as said, this basically works. however, my problems:

- i seem to remember someone saying that the autoreply transport
does not respont to junk/list etc messages. i've tried sending
it a Precedence: list message, and i got a reply (i remember someone
posting a nice condition list, which i will use if there's nothing
else to do ;)

- as can se observer above, i have `once' set. there is no file
generated at where `file' points to. (exim runs as mail, so it can
write its spool dir).

- there's bcc set (so that i could see whether it works or not),
however i'm not getting bccs. the spec says that "Specifies the
addresses that are to receive 'blind carbon copies' of the message
when the message is specified by the transport.". if i understand
that correctly, the above case is `transport specifying the
message'. still, no bccs.

i'd appreciate any insights.

thanks,

--
[-]