Drew Morris <[EMAIL PROTECTED]> said: > Are their any plans to add support for SMTP-AUTH to dbmail instead of > just POP before SMTP and IMAP before SMTP. SMTP-AUTH would seem like a > very logical thing to have on a system like this.
You can't have SMTP AUTH without an SMTP server ;-) DBMail is only an MDA, Mail Delivery Agent, which receives mail from the MTA, such as Postfix or Sendmail, Exim, and others. Those are the SMTP servers which you would want to configure for SMTP AUTH. In order to share a user base with DBMail, you would need to configure your SMTP AUTH to use DBMail's database. While that information is beyond the scope of DBMail, if you do create a working config, please post it back to the mailing list so that we can include some helpful hints in the DBMail documentation. Aaron