Hi!
I have Zimbra working on a machine, witch also running as a web server.
Zimbra works fine, I can send, and receive emails.
However, when I try to send mail out from a web site, It wont work.
The same problem if I try it from console:
Code:
/usr/lib/sendmail -v my@mailaddress.com < /etc/motd
In both cases, I can see the mail in mailq, but stucks there.
Code:
mailq
postqueue: warning: Mail system is down -- accessing queue directly
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
D1E2363A194 609 Wed Jul 21 10:27:17 www-data
MY@MAILADDRESS.COM Sendmail also wont work.
Code:
sendmail -q
postqueue: warning: unable to look up public/qmgr: No such file or directory
postqueue: fatal: Cannot flush mail queue - mail system is down
I guess I am using a wrong sendmail ?
So what sould I use to be able to send out a mail from console? I can configure php to use the same I guess But what?
Anyone had this kind of problem before?
Thanks,
Tibby