If you have a local POP mail server on your LAN, you cannot use the web GUI to configure the router to check it and notify you via syslog or the mail waiting LED on the front of the router. The web GUI only works when you have an external POP mail server out on the Internet. So, here is how to setup the router to check a local POP mail server using the CLI via telnet or the serial console.
mailcheck clearTo make sure that there is no existing mail check configuration remnants left over, type the following command:
mailcheck listwhich should produce a listing that looks something like the following:
Mail Check Accounts: ID | Name |Mail UserName/POP3 ServerAddress| WAN interface | Enabled -----|----------|--------------------------------|----------------|--------- ----------------------------------------------------------------------------
mailcheck add c1 waninterface iplanwhere:
mailcheck set c1 interval 5
mailcheck set c1 mail username myusername
mailcheck set c1 mail password mypassword
mailcheck set c1 mail pop3server 192.168.1.2
mailcheck listwhich should produce a listing that looks something like the following:
Mail Check Accounts: ID | Name |Mail UserName/POP3 ServerAddress| WAN interface | Enabled -----|----------|--------------------------------|----------------|--------- 1 | c1 | myusername /192.168.1.2 | iplan | false ----------------------------------------------------------------------------
mailcheck set c1 enabled
system config save
Enjoy!
All queries to: Trev | |
Copyright © 2003, Trevor B Roydhouse |