Page 1 of 1

I do not receive Gmail emails

Posted: Mon Dec 16, 2013 11:04 am
by Nodsert
Good morning.

I am having problems with the mail, and I get emails from domains like hotmail, yahoo and others but not the receipt of gmail.

The mail process works properly. What can be the problem?

A greeting and thanks

Re: I do not receive Gmail emails

Posted: Mon Dec 16, 2013 12:53 pm
by hrabbit
Hi Nodsert,

Might need to provide some maillogs outlining the specifics in order to get more help with that issue.
These are normally in /var/log/exim4/{mainlog,rejectlog} (Sanitise before you post that info).

Cheers

Re: I do not receive Gmail emails

Posted: Mon Dec 16, 2013 1:03 pm
by Nodsert
Hello,

exim4 directory does not exist, is maillog log but there is no information describing the problem

I use centos.

Regards

Re: I do not receive Gmail emails

Posted: Mon Dec 16, 2013 1:37 pm
by Nodsert
I found the log, here I leave:

main.log:

http://pastebin.com/fw20iAx2

reject.log:

http://pastebin.com/uVXm9sT2


A greeting.

Re: I do not receive Gmail emails

Posted: Wed Dec 18, 2013 9:18 pm
by skid
Nodsert, have you got it working? Paste has been removed.

Re: I do not receive Gmail emails

Posted: Wed Mar 12, 2014 6:00 pm
by JQuantum
Hi, I had this problem.

main.log kept giving a TLS error for google.

Code: Select all

(SSL_CTX_use_certificate_chain_file file=/etc/pki/tls/certs/exim.pem): error:0200100D:system library:fopen:Permission denied
something like this. I was using a custom self-signed certificate to move away from the default vestacp one.

Change the permissions to 644 and it's working now... finally.

Oh only needed to chmod 644 to the /etc/pki/tls/certs/exim.pem (or whatever the path to your .crt file). On second thought maybe it's because the file is owned by root now (maybe it was owned by exim before).

EDIT: Just switched the permissions to 400 (chmod 400 {path}) and switched hte ownership to exim:exim and it is still working.

Re: I do not receive Gmail emails

Posted: Sun Jan 31, 2016 8:13 am
by cabbagetree
The gmail ports are not added to firwall and thus you need to do the following

You need to go to vesta Panel > Firewall

Update the / SMTP to 25,465,587,2525
Update the / POP3 to 110,995,465
Update the / IMAP to 143,465,993

Re: I do not receive Gmail emails

Posted: Fri Feb 22, 2019 8:26 pm
by mlopez
JQuantum wrote:
Wed Mar 12, 2014 6:00 pm
Hi, I had this problem.

main.log kept giving a TLS error for google.

Code: Select all

(SSL_CTX_use_certificate_chain_file file=/etc/pki/tls/certs/exim.pem): error:0200100D:system library:fopen:Permission denied
something like this. I was using a custom self-signed certificate to move away from the default vestacp one.

Change the permissions to 644 and it's working now... finally.

Oh only needed to chmod 644 to the /etc/pki/tls/certs/exim.pem (or whatever the path to your .crt file). On second thought maybe it's because the file is owned by root now (maybe it was owned by exim before).

EDIT: Just switched the permissions to 400 (chmod 400 {path}) and switched hte ownership to exim:exim and it is still working.
Hey,
Thank you for this solution! I changed the permissions of the certificate.key file and it started to receive gmail and other provider's messages.

Re: I do not receive Gmail emails

Posted: Wed Feb 27, 2019 2:12 am
by Emohlyni
JQuantum wrote:
Wed Mar 12, 2014 6:00 pm
Hi, I had this problem.

main.log kept giving a TLS error for google.

Code: Select all

(SSL_CTX_use_certificate_chain_file file=/etc/pki/tls/certs/exim.pem): error:0200100D:system library:fopen:Permission denied
something like this. I was using a custom self-signed certificate to move away from the default vestacp one.

Change the permissions to 644 and it's working now... finally.

Oh only needed to chmod 644 to the /etc/pki/tls/certs/exim.pem (or whatever the path to your .crt file). On second thought maybe it's because the file is owned by root now (maybe it was owned by exim before).

EDIT: Just switched the permissions to 400 (chmod 400 {path}) and switched hte ownership to exim:exim and it is still working.
I have exactly the same problem. Thank!