-
Etherpad email is not working
If you have problems with emails not coming from your etherpad deployment try adding the line
smtpServer = localhost:25to/usr/local/etherpad/trunk/etherpad/etc/etherpad.localdev-default.propertiesand restarting the etherpad daemon# thentelnet localhost 25if you get a Connect message then good times, if not, install an MTA such as postfix. By default my box had exim4 on so I didapt-get remove exim4# thenapt-get install postfixCause I prefer postfix
No related posts.