Remote mail works just fine. I’m trying to send mail to a local user on the localhost:
echo test | mail -s Test test@localhost && tail -f maillog It looks like the response coming back from cipher mail is that it can’t find localhost: Feb 2 00:23:29 mx postfix/smtp[5852]: 22CD28F65E: to=<test@localhost>, relay=none, delay=0.05, delays=0.04/0.01/0/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=localhost type=A: Host not found) [root@mx postfix]# nslookup localhost Server: 172.27.0.201 Address: 172.27.0.201#53 Name: localhost Address: 127.0.0.1 [root@mx postfix]# nslookup 127.0.0.1 Server: 172.27.0.201 Address: 172.27.0.201#53 1.0.0.127.in-addr.arpa name = localhost. Seems to resolve just fine at the dns level. Any ideas why cipher mail can’t resolve localhost? Thanks -jeremy _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
