Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Why Relay access denied for my postfix?

17 views
Skip to first unread message

Length Power

unread,
Oct 7, 2017, 9:54:59 PM10/7/17
to
Email can be sent with command.

echo "test"|mail -s "test" xx...@yahoo.com

Now to test the postfix with telnet command.

telnet localhost smtp
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 localhost.localdomain ESMTP Postfix
ehlo localhost
250-localhost.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
MAIL FROM: <deb...@localhost.localdomain>
250 2.1.0 Ok
RCPT TO: <xx...@yahoo.com>
454 4.7.1 <xx...@yahoo.com>: Relay access denied

Why telnet can't sned email?

Length Power

unread,
Oct 8, 2017, 7:17:36 PM10/8/17
to
在 2017年10月7日星期六 UTC-4下午9:54:59,Length Power写道:
The configuration in main.cf
mynetworks = 127.0.0.0/8,[::1]/128
0 new messages