centos7 - MailEnable error connection timed out -


i getting these errors mailenable, os centos. errors /var/log/maillog suggested @olegneumyvakin.

 sep  8 03:33:12 localhost journal: plesk sendmail[38416]: handlers_stderr:$  sep  8 03:33:12 localhost journal: plesk sendmail[38416]: skip during call$  sep  8 03:33:12 localhost postfix/pickup[35664]: 66b7b21f2d4f: uid=0 from=$  sep  8 03:33:12 localhost postfix/cleanup[38422]: 66b7b21f2d4f: message-id$  sep  8 03:33:12 localhost postfix/qmgr[9634]: 66b7b21f2d4f: from=<root@loc$ 

the email cannot send nor receive anything. trying work since site , needs send/receive emails.

you can check virtual address command:

 postmap -q mail@example.tld  hash:/var/spool/postfix/plesk/virtual 

virtual.db berkeley db file

you can check content berkeley db dump util:

# db5.1_dump -p /var/spool/postfix/plesk/virtual.db  version=3 format=print type=hash h_nelem=4103 db_pagesize=4096 header=end  drweb@example.tld\00  drweb@localhost.localdomain\00  kluser@example.tld\00  kluser@localhost.localdomain\00  mail1@example.tld\00  mail1@example.tld\00  postmaster@example.tld\00  postmaster@localhost.localdomain\00  root@dexample.tld\00  root@localhost.localdomain\00  anonymous@example.tld\00  anonymous@localhost.localdomain\00  mailer-daemon@example.tld\00  mailer-daemon@localhost.localdomain\00 data=end 

you can install util yum install libdb-utils

also in case have issues sending mail can check limitations on outgoing email messages @ tools & settings > mail server settings , if have enabled them tools & settings > outgoing mail control


Comments