Hi,
If any one have document to configure pop3 server in via can send me, and one question RSA supports which version of pop3 server protocol.
Hi,
If any one have document to configure pop3 server in via can send me, and one question RSA supports which version of pop3 server protocol.
Hello Mahantayya ,
Adding to Boris's reply .
POP is the application-layer Internet standard protocol used by e-mail clients to retrieve e-mail.
POP (Post Office Protocol) has been developed through several versions , POP1, POP2..etc..
POP3 (Post Office Protocol -Ver 3) is the recent version of a standard protocol for receiving e-mail
,and that is what we used/support.
Wondering if you are looking for below config :
We can configure POP3 using ADMIN --EMAIL --SETTINGS .. Under Inbound/Reply server
Inbound/Reply Server: -
Host Name/IP: The host name of the inbound email server.
Require SSL: The default is No. If you want an encrypted connection between your email client application and the email server, select Yes.
Port: 110 (default for POP3)
And i think t_system_settings holds all the relevant email settings.
Also ,we need to open PORT 110 in firewall to allow incoming connections (same as Outbound Server SMTP Port =25)
-A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 110 -j ACCEPT
Also , I would Ensure the POP3 server is reachable by ping ,Telnet to the POP3 server on port 110
Thank you,
Rakhee
I'm not sure there is a document to configure the mail section.
Did you try looking in the help section?
Do you have a specific question on one of the fields?
With regards to POP3 version. Can you elaborate more on that question?
What information are you looking for?
As far as I know, POP (Post Office Protocol) is the protocol and 3 is the version.