Hi all,
I use xmail for smtp/pop3 and it works well.
I also have some php scripts that send mail directly invoking sendmail: it's
ok for foreign addresses, but when a script sends a mail to a local account,
say [EMAIL PROTECTED] (handled by xmail), sendmail try to put the messages in his
local unix mailbox,
obviously not finding it and returning the mail back to root.
Did I made someting wrong? Is sendmail really stupid?
I should try to force sendmail to send mail by smtp even for local account or
to replace sendmail at all?