I have couple custom scripts (scalix backup, scalix password expiration, etc) running on SLES. They used to send sxadmin@[domain].com reports, now all email from root@localhost end up in /var/log/dead.letter.
Code: Select all
File Edit Options Buffers Tools Help
The original message was received at Tue, 29 Jan 2008 09:57:13 -0800
from localhost [127.0.0.1]
with id m0THvBAY013984
----- The following addresses had permanent fatal errors -----
<sxadmin@[domain].com>
(reason: 553 5.3.5 system config error)
----- Transcript of session follows -----
554 5.3.5 Local configuration error
MAILER-DAEMON... Saved message in /var/log/dead.letter
--m0THvDAa013986.1201629433/[hostname].[domain].com
Content-Type: message/delivery-status
Reporting-MTA: dns; [hostname].[domain].com
Received-From-MTA: DNS; localhost
Arrival-Date: Tue, 29 Jan 2008 09:57:13 -0800
Final-Recipient: RFC822; sxadmin@[domain].com
Action: failed
Status: 5.3.5
Remote-MTA: DNS; 192.168.1.31
Diagnostic-Code: SMTP; 553 5.3.5 system config error
Last-Attempt-Date: Tue, 29 Jan 2008 09:57:13 -0800
Code: Select all
netstat -ltpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 30103/stunnel
tcp 0 0 0.0.0.0:5729 0.0.0.0:* LISTEN 3593/advmail.sckd
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 30103/stunnel
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN 1972/omslapd
tcp 0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 527/java
tcp 0 0 192.168.1.31:5733 0.0.0.0:* LISTEN 8181/postmaster
tcp 0 0 0.0.0.0:5767 0.0.0.0:* LISTEN 30103/stunnel
tcp 0 0 0.0.0.0:5768 0.0.0.0:* LISTEN 3643/sxeventserver
tcp 0 0 192.168.1.31:8009 0.0.0.0:* LISTEN 527/java
tcp 0 0 192.168.1.31:427 0.0.0.0:* LISTEN 20072/slpd
tcp 0 0 127.0.0.1:427 0.0.0.0:* LISTEN 20072/slpd
tcp 0 0 127.0.0.1:3310 0.0.0.0:* LISTEN 5000/clamd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 3677/pop3.server
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 20111/portmap
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 3634/in.imap41d
tcp 0 0 127.0.0.1:2544 0.0.0.0:* LISTEN 18021/zmd
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 30103/stunnel
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 20817/sendmail: acc
tcp 0 0 192.168.1.31:25 0.0.0.0:* LISTEN 5073/omsmtpd SMTP
tcp 0 0 0.0.0.0:636 0.0.0.0:* LISTEN 30103/stunnel
tcp 0 0 :::80 :::* LISTEN 6422/httpd2-prefork
tcp 0 0 :::22 :::* LISTEN 21335/sshd
tcp 0 0 :::443 :::* LISTEN 6422/httpd2-prefork