ProjectOpen での電子メールの構成は一種のハッゼルです。
電子メールを適切なリレーに転送するように Linux サーバーを構成していました
termmail コマンドを使用して機能をテストしました。
echo "Message" | mail -s subject -r sender@abc.com receiver.abc.com
残念ながら、Project Open はまだ電子メールを送信できません。
/var/log/mail.log には次のように記載されています。
A6FD4345661: to=<bounce-37074-3043FD5CD79FB795D3E26192C966ABF25806739A-21457@AS02>, relay=smtp.outlook.office365.com[132.245.74.114]:25, delay=10, delays=0.01/0/4.9/5.4, dsn=5.7.60, status=bounced (host smtp.outlook.office365.com[132.245.74.114] said: 550 5.7.60 SMTP; Client does not have permissions to send as this sender (in reply to end of DATA command))
これを修正する方法は?