Re: [Exim] Re: Implementing ODMR

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: exim-users
CC: Philip Hazel
題目: Re: [Exim] Re: Implementing ODMR
Philip Hazel wrote:

>> (A) ODMR server
>> (B) ODMR client
> I have put both these useful suggestions on the Wish List. I don't


Nice to see you changed your mind regarding odmr.

> think the second need be a daemon at all. It could (as you suggest)


There is already well known software that can act as an ODMR-Client:
fetchmail. I see little advantage by doing it directly with Exim (apart
from fetchmail's sad security history).

However, we are currently using a self coded PERL script for ODMR
service. It's invoked by xinetd, reads users from a mysql-db and mails
from /var/spool/odmr/$domain/ (Exim is configured to deliver it there
with bsmtp). If somebody is interested in the script, just drop me a
mail.