DNSに登録されているsmtpサーバー(smtp.drdb.com)があります。 RHEL 6サーバーでMuttユーティリティを設定する必要があります。メールを送信するには、mutt.rcファイルでsmtpサーバーの詳細をどこに入力する必要がありますか? muttからメールを送信しようとすると、無効なURL - smtp.drdb.comエラーが発生します。
ベストアンサー1
使用中の mutt バージョンSMTPサポートでコンパイル済みmuttはSMTP経由で他のサーバーにメールを送信できます。それ以外の場合は、常にローカルメールサーバーを使用します。
smtp_url
これを使用するには変数を設定する必要があります。
smtp_url
Type: string
Default: “”
Defines the SMTP smarthost where sent messages should relayed
for delivery. This should take the form of an SMTP URL, e.g.:
smtp[s]://[user[:pass]@]host[:port]
where “[...]” denotes an optional part. Setting this variable
overrides the value of the $sendmail variable.