メールの送信者アドレスが更新されませんでした。

メールの送信者アドレスが更新されませんでした。

電子メールを送信しようとしていますが、送信者の電子メールアドレスが間違って表示されます。

オペレーティングシステムの詳細:

NAME="Ubuntu" VERSION="18.04.5 LTS (Bionic Beaver)"  
ID=ubuntu
ID_LIKE=debian  
PRETTY_NAME="Ubuntu 18.04.5 LTS"  
VERSION_ID="18.04" 
HOME_URL="https://www.ubuntu.com/" 
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"  
PRIVACY POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic 
UBUNTU_CODENAME=bionic

メモ:mail私達はおよびを取付けましたssmtp。ファイルにメールハブのみを設定しましたssmtp.conf

Fromアドレスはでなければなりませんが、[email protected]と同じですxyz@guid

これまでに試したコマンドは次のとおりです。

echo "Hello there" | mail -s "Test Mail" -r [email protected] mail-to@[email protected] 
echo "Hello there" | mail -s "Test Mail" -r mail-from@[email protected] mail-to@[email protected] 
echo "Hello there" | mail -s "Test Mail" -r 'First Last <[email protected]>' [email protected] 
echo "Hello there" | mail -s "Test Mail" -aFrom:'First Last <[email protected]>' [email protected] 
echo "Hello there" | mail -s "Test Mail"  [email protected] -aFrom:[email protected]
echo "Hello there" | mail -s "Test Mail"  -aFrom:IROL-Admin\<[email protected]\> [email protected]

ベストアンサー1

以下のSSMTP.Confを使って作業しました。

[email protected]
mailhub=mailhost.company.com:25
FromLineOverride=YES

おすすめ記事