Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例:私はエイリアスを持っています:
テストユーザー
sendmail -v testuser@localhost < t.mail , this is working
しかし、別のホストから試しているとき
sendmail -v testuser@host.company.com < t.mail.. 動作していません .. メールが届きません
sendmail -v testuser@host.company.com < t.mail
それを再愛する方法は何ですか?
host.company.com宛てのメールを受け付けますか?MTAを指すhost.company.comのMXレコードはありますか?