Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: rf131 on February 04, 2006, 04:43:42 PM
-
Hi There,
I have a situation where I'm off-site, and need to be notified with e-mail when I have problems (backup failure, RAID, etc.).
The server I am building will not have e-mail set up (they go directly to the ISP with POP3).
I know there is a Forwarding address for administrative notices and a place for entering the ISP SMTP server. When I enter this information I'm still not sure I have it set up right since I don't know a straightforward way to force an administrative notice e-mail to test the configuration.
Does it make sense to consider a test button in the panel, or is it just my ignorance here? Perhaps someone can reply with a command-line directive to perform the test? If so, pardon my oversight, and I would recommend a quick mention in the doc that you can "Test this functionality by..."
TIA,
Kevin
-
rf131
login to the server using webmail and send a message to admin@yourdomain
-
Hmmmmm... What happens if, from the shell, you type
echo "test" | mail -s "test" emailaddress
and hit enter? :-D