我已经在 debian 挤压上设置了一个散居 pod,exim4 作为 smtp。如果我想通过用户界面(用户/密码/新)重置我的密码,我不会收到电子邮件。我可以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'