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.
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.
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.