質問

We have deployed Google Apps for our email so don't use POP/IMAP.

However, some of our website's scripts (WordPress, OpenCart) use PHP mail function to send emails.

Do I need to keep running a POP3/IMAP server like Dovecot running or can I safely turn it off?

On that note, can I close POP3/IMAP ports safely?

役に立ちましたか?

解決

POP/IMAP are for retrieving email. For sending, which is what PHPMailer is doing, you need an SMTP server, e.g. postfix, sendmail, exim.

他のヒント

No, you need just MTA, so SMTP is only required protocol.

IMAP/POP3 is for receiving mails from your existing mailbox.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top