exim4 を smtp として、debian スクイーズに diaspora ポッドをセットアップしました。ユーザー インターフェイス (users/password/new) からパスワードをリセットしたいのですが、メールが届きません。mail email@domain.tld
シェル経由でできます。
本番モードでローカル構成をテストするにはどうすればよいですか?
私の構成は次のようになります。
# from application.yml
mailer_on: true
smtp_address: 'localhost'
smtp_port: '25'
mailer_method: 'smtp'
sendmail_location: '/usr/sbin/sendmail'
sendmail_exim_fix: true
smtp_authentication: 'none'
smtp_starttls_auto: true
smtp_domain: 'mydomain.tld'