Problem with send/receive email
-
- Posts: 3
- Joined: Sun Mar 18, 2018 5:22 am
- Os: Debian 8x
- Web: apache + nginx
Problem with send/receive email
Hello
I can't send Email or receive email
Log Exim4
when receiving email
when sending email
I can't send Email or receive email
Log Exim4
when receiving email
Code: Select all
2018-03-18 05:19:56 TLS error on connection from mail-wr0-f182.google.com [209.85.128.182] (cert/key setup: cert=/home/admin/conf/web/ssl.mywebsite.com.crt key=/home/admin/conf/web/ssl.mywebsite.com.key): Error while reading file.
Code: Select all
2018-03-18 05:22:43 1ewPL1-0006TV-KY == [email protected] R=dnslookup T=remote_smtp defer (110): Connection timed out
2018-03-18 05:22:43 1ewrEL-0004Hl-9U Message is frozen
2018-03-18 05:23:06 1ew783-0004NI-3U H=ASPMX2.GOOGLEMAIL.com [173.194.78.26] Connection timed out
2018-03-18 05:23:55 1ew3SV-0007PK-5P H=gmail-smtp-in.l.google.com [108.177.125.27] Connection timed out
2018-03-18 05:23:55 1ewR8a-0000MQ-Bf H=msn-com.olc.protection.outlook.com [104.47.1.33] Connection timed out
2018-03-18 05:23:55 1ewR8a-0000MQ-Bf ==*@msn.com R=dnslookup T=remote_smtp defer (110): Connection timed out
2018-03-18 05:23:55 1ewZcV-0002R0-A8 Spool file is locked (another process is handling this message)
2018-03-18 05:24:14 1ewPuU-0007JC-5F H=ALT2.ASPMX.L.GOOGLE.com [209.85.234.27] Connection timed out
2018-03-18 05:24:32 1ew5AK-00019u-E0 H=gmail-smtp-in.l.google.com [108.177.125.27] Connection timed out
2018-03-18 05:24:34 1ewcWJ-00054z-81 H=mta5.am0.yahoodns.net [66.218.85.52] Connection timed out
-
- Posts: 3
- Joined: Sun Mar 18, 2018 5:22 am
- Os: Debian 8x
- Web: apache + nginx
Re: Problem with send/receive email
I Fix problem to receive Email the solutions thanks to Yoko eagle
1. Find the corresponding ssl files with .pem, .crt and .key for your vesta.panel.domaintld at "/home/admin/conf/web" and change the permission to 664.
2. Find each domain aliases you want to activate email at "/etc/exim4/domains" and change the permission accordingly to 664.
Problem solved, no more mail TLS error on any of my domain.
viewtopic.php?f=12&t=14331&p=66915&hili ... rom#p66915
but the sending email is still
1. Find the corresponding ssl files with .pem, .crt and .key for your vesta.panel.domaintld at "/home/admin/conf/web" and change the permission to 664.
Code: Select all
chmod 664 ssl.vesta.panel.domaintld.crt ssl.vesta.panel.domaintld.pem ssl.vesta.panel.domaintld.key
Code: Select all
chmod 664 /etc/exim4/domains/yourdomain/aliases
viewtopic.php?f=12&t=14331&p=66915&hili ... rom#p66915
but the sending email is still