I've read every possible message containing 'smtp2pop3' in the mail-list archive, read the readme, etc. and I still have a couple questions if you don't mind.
 
Since this is an external check, does it matter what host you specify in the server name in SA?
 
I'd like to perform this check, but at half-hour intervals.  Is this even possible since the timeout in SA must be equal to or greater than, the timeout in the .ini file?
 
 
My configuration is as follows:
 
Host (server name in SA) is set to the POP3 server (192.168.1.151)
timeout is 300 seconds (max allowed)
 
ini file:
 
[default]
SMTPServer=mail.alltel.net
SMTPPort=25
SMTPFrom=<account-name>@alltel.net
SMTPTo=test@<our domain name>.com
POP3User=test
POP3Password=password
POP3Server=192.168.1.151
POP3Port=110
maxtimeout=1800
nrofchecks=6

Reply via email to