RE: Not Receiving Mail
01-14-2017, 03:35 PM
(This post was last modified: 01-14-2017, 03:43 PM by Surf3rDud3.)
Here is me checking the status of postfix:
Checked dovecot no errors.
Can't find any mail.log in /var/log/mail.log don't know if its located elsewhere or if its not logging at all.
Code:
[root@cp ~]# systemctl status postfix
● postfix.service - Postfix Mail Transport Agent
Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2017-01-13 23:23:46 CST; 5min ago
Process: 9131 ExecStop=/usr/sbin/postfix stop (code=exited, status=0/SUCCESS)
Process: 9149 ExecStart=/usr/sbin/postfix start (code=exited, status=0/SUCCESS)
Process: 9146 ExecStartPre=/usr/libexec/postfix/chroot-update (code=exited, status=0/SUCCESS)
Process: 9143 ExecStartPre=/usr/libexec/postfix/aliasesdb (code=exited, status=0/SUCCESS)
Main PID: 9221 (master)
CGroup: /system.slice/postfix.service
├─9221 /usr/libexec/postfix/master -w
├─9222 pickup -l -t fifo -u -o content_filter= -o receive_override_options=no_header_body_checks
├─9223 qmgr -l -t fifo -u
└─9224 proxymap -t unix -u
Jan 13 23:25:58 cp.domain.tld postfix/master[9221]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Jan 13 23:26:58 cp.domain.tld postfix/smtpd[9469]: fatal: need service transport:endpoint instead of "reject_unauth_destination"
Jan 13 23:26:59 cp.domain.tld postfix/master[9221]: warning: process /usr/libexec/postfix/smtpd pid 9469 exit status 1
Jan 13 23:26:59 cp.domain.tld postfix/master[9221]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Jan 13 23:27:59 cp.domain.tld postfix/smtpd[9488]: fatal: need service transport:endpoint instead of "reject_unauth_destination"
Jan 13 23:28:00 cp.domain.tld postfix/master[9221]: warning: process /usr/libexec/postfix/smtpd pid 9488 exit status 1
Jan 13 23:28:00 cp.domain.tld postfix/master[9221]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Jan 13 23:29:00 cp.domain.tld postfix/smtpd[9517]: fatal: need service transport:endpoint instead of "reject_unauth_destination"
Jan 13 23:29:01 cp.domain.tld postfix/master[9221]: warning: process /usr/libexec/postfix/smtpd pid 9517 exit status 1
Jan 13 23:29:01 cp.domain.tld postfix/master[9221]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Checked dovecot no errors.
Can't find any mail.log in /var/log/mail.log don't know if its located elsewhere or if its not logging at all.