Setting voicemail server

Hi to all, I have a problem with receiving emails sent from the answering machine. They all go to spam and are therefore lost.
In settings - voicemail admin - servermail I put it
smtp.google.com
related to an email @ gmail.com
Is the mail server wrong or is it just a google management problem?

I did a test … I removed the spam mail and dragged it to the inbox. For a while the new messages went there, then suddenly they started spamming again.

Do you have any suggestions or ideas?

What does your mail log say?

excuse my ignorance, but where do I find the mail log?

that depends on your system but normally somewhere in the result of

ls -l /var/log/mail*

[root@static ~]# ls -l /var/log/mail*
-rw-r----- 1 asterisk asterisk 589645 Dec 4 05:45 /var/log/maillog
-rw-r----- 1 asterisk asterisk 1326293 Nov 10 03:25 /var/log/maillog-20191110
-rw-r----- 1 asterisk asterisk 1331464 Nov 17 03:45 /var/log/maillog-20191117
-rw-r----- 1 asterisk asterisk 1325974 Nov 24 03:25 /var/log/maillog-20191124
-rw-r----- 1 asterisk asterisk 1330745 Dec 1 03:15 /var/log/maillog-20191201

did i do it right?

I believe you need to have the full email address there, not the smtp.gmail.com

You really should setup Postfix to relay to Google (send from you, to you). Because your PBX mail server is sending directly Gmail is seeing it as spam, for various reasons.

If you have Sys Admin Pro you can do this in the GUI. If not you can setup Postfix to relay manually… see below, note that you already have Postfix so you can skip the installation pieces.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.