Re: [Exim] Clarification on Exim functions

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nico Erfurth
日付:  
To: Kirill Miazine
CC: exim-users
題目: Re: [Exim] Clarification on Exim functions
Kirill Miazine wrote:
>>>Btw, I have a small script that emulates .qmail-foo-default behavior.
>>>It can be fetched from http://pub.krot.org/tmp/cmd-chain.py.
>>My solution is completly done in exim ;) except the queue-queue script,
>>that's needed for ezmlm
> Excellent stuff! The suffix-stripping mechanism is really great!

Tnx ;) Took me some time to while doing this stuff, and i lost some
hairs while thinking about it ;)

With exim4 some things could be done more elegant, like the
rewriting-stuff for &name@domain and ./Mailbox in forwardfiles.
This could be done with ${sg} and ${readfile} before exim handles it.

> cmd-chain was created to use TMDA with Postfix. But it enables
> qmail-like forward files to be used with (hopefully) most MTAs.


But still it needs user interaction to work if you switch from qmail to
exim. With this exim config you can throw it away ;)

ciao