2

I have setup a diaspora pod on a debian squeeze with exim4 as smtp. If i want to reset my password through user interface (users/password/new) i do not get an email. I can mail email@domain.tld via shell.

How can i test my local configuration in production mode?

My configuration looks like this:

# 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'
tonymarschall
  • 3,862
  • 3
  • 29
  • 52

1 Answers1

1

You might find Mailcatcher useful.

maletor
  • 7,072
  • 7
  • 42
  • 63