XF 1.4 host for bounce handler

dethfire

Well-known member
Is anyone using pop3 cpanel email on their own server? If so, what do I put for host in the bounce handler unput? I tried localhost and mail.physicsforums.com and neither work
 
The best person to help you with this would be your host. They can tell you how their internal mail servers are structured and what to use.
 
I'm on a dedicated and using the standard cpanel setup :)
Have you looked at the help setup for that account that you created?

Code:
Secure SSL/TLS Settings
(Recommended)
Username:youruser@yourdomain.com
Password:Use the email account’s password.
Incoming Server:host.yourdomain.com

IMAP Port: 993
POP3 Port: 995

Outgoing Server:host.yourdomain.com

SMTP Port: 465

Authentication is required for IMAP, POP3, and SMTP.

Code:
Non-SSL Settings
(NOT Recommended)
Username:youruser@yourdomain.com
Password:Use the email account’s password.
Incoming Server:mail.yourdomain.com

IMAP Port: 143
POP3 Port: 110

Outgoing Server:mail.yourdomain.com

SMTP Port: 25

Authentication is required for IMAP, POP3, and SMTP.
 
Top Bottom