PRO Server uses its own internal mail server to send out email alerts and reports. You can also configure PRO Server to use an external mail server.
SSL: true host: smtp.gmail.com:465 username: <yourGmailAccount>@gmail.com password: <yourPassword>NOTE: You must enter your full gmail address (including @gmail.com) and Gmail password. PRO Server stores it so it can send email after a restart, but it is only shared with Gmail.
Either you are probably not connected to the Internet or the CrashPlan mail server is temporarily down.
This occurs because PRO Server cannot figure out the hostname it is running on. You'll need to modify the startup parameters for your operating system and add:
-Dmail.smtp.localhost=localhost
(Or your server hostname). Email us for help with modifying the startup parameters for your OS.
If you think the external mail server is rejecting your connection and you have access to the mail servers logs, they may provide further information on why it's not accepting the connection.
HELO localhost MAIL FROM: noreply@crashplan.com RCPT TO: noreply@crashplan.com DATA Hi Mom . QUIT**
jon:~ jcarlson$ telnet mail.c42 25 Trying 10.10.22.52... Connected to mail.c42. Escape character is '^]'. 220 mail.code42.com ESMTP Postfix HELO localhost 250 mail.code42.com MAIL FROM: noreply@crashplan.com 250 Ok RCPT TO: noreply@crashplan.com 250 Ok DATA 354 End data with <CR><LF>.<CR><LF> Hi Mom! . 250 Ok: queued as 6767D42F7 QUIT 221 Bye Connection closed by foreign host.
Check the system logs for debug output and mail errors.