Difference between revisions of "Voicemail is not sent to email"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 2: Line 2:


Also make sure that mails are not in a Spam folder.
Also make sure that mails are not in a Spam folder.
Make sure Postfix service is not stopped and starts with reboot:
[root@mail3 log]# chkconfig postfix --list
postfix        0:off  1:off  2:on    3:off  4:on    5:on    6:off
(in this example configuration is broken)


Check /var/log/maillog for more clues.
Check /var/log/maillog for more clues.

Revision as of 20:40, 18 November 2016

Please check if e-mail address is correct in "Email:" field in user Device settings.

Also make sure that mails are not in a Spam folder.

Make sure Postfix service is not stopped and starts with reboot:

[root@mail3 log]# chkconfig postfix --list
postfix         0:off   1:off   2:on    3:off   4:on    5:on    6:off
(in this example configuration is broken)

Check /var/log/maillog for more clues.

Example

Dec 12 20:42:51 localhost postfix/smtp[28599]: connect to alt3.gmail-smtp-in.l.google.com[209.85.225.26]: Connection timed out (port 25)

Message shows that mail server cannot be connected.


See also