On 14/7/2004 4:36 PM, Pradeeper wrote:
> I want to implement a email server with web-mail facility (may be horde)
> with MySql on Debian.
> Is it possible to.., store "mail" + "user authentication" with MySQL, is
> it possible with exim?
Exim can perform user authentication against a MySQL db.
However, I don't think Exim natively supports storing the mails into
MySQL. Although it can still be done by using a pipe delivery and piping
the mail into an insertion script.