TwixtedChaox / Guerrilla-SMTPd

Guerrilla SMTPd is minimalist, event-driven I/O, non-blocking SMTP server. The design goal and purpose of Guerrilla SMTPd is to receive large volumes of email and nothing much else. It happily gobbles down millions of emails every week on a single processor system.
http://www.guerrillamail.com
160 stars 25 forks source link

Does not check MySQL settings if MySQL is not used #8

Closed julienmru closed 8 years ago

julienmru commented 8 years ago

We don't use MySQL thanks to a custom save_email_function, so the check for MySQL is useless in our case. This pull-request works in a way that if MYSQL_HOST is not defined, the MySQL settings are not checked.