Postfix uses the client to send out the game. Relay access denied appears and refuses to send the message
Solution:
Edit/etc/postfix/main.cn to find
smtpd_recipient_restrictions=permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination,
Amend to
smtpd_recipient_restrictions=permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain
Similar Posts:
- Linux Log Error: cannot update mailbox /var/mail/root for user root. error writing messa ge: File too large
- Python Send Email Error: smtplib.SMTPException: SMTP AUTH extension not supported by server
- Linux sendmail can’t send email [How to Solve]
- 127.0.1.1 host address in Debian (Ubuntu) hosts file
- How to Solve MYSQL ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository
- [Solved] Mysql Got fatal error 1236 from master when reading data from binary log: ‘Could not find first log file name in binary log index file’
- BackupDiskFile::CreateMedia: Backup device ‘D:\\backup\\drm_server20220114.bak’ failed to create. Operating system error 5(Access denied.)
- mysql Slave_IO_Running:NO [How to Solve]
- How to Solve Linux:No route to host
- How to solve the problem of potentially unsupported type in Python sqllite