Re: Minimum configuration for Dovecot SASL only?

2023-11-04 Thread Paul Kudla
i researched MariaDB it seems that it is based from mysql, you will probably need to lookup postfix + mysql auth but the syntax should be pretty close. Have A Happy Saturday !!! Thanks - Paul Kudla (Manager SCOM.CA Internet Services Inc.) Scom.ca Internet Services 004

Re: Minimum configuration for Dovecot SASL only?

2023-11-04 Thread Paul Kudla
some of the main.cf config #Auth Stuff smtpd_sasl_auth_enable = yes #Dovecot #smtpd_sasl_path = private/auth #smtpd_sasl_type = dovecot #Cyrus smtpd_sasl_type = cyrus smtpd_sasl_path = smtpd #SASL Common broken_sasl_auth_clients = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_authen

Re: Minimum configuration for Dovecot SASL only?

2023-11-04 Thread Paul Kudla
Actually postfix can auth with sasl without dovecot I run this myself. I am unfamiliar with MariaDB however postgresql runs just fine. You need to setup postfix + sasl (its an option at compile time) and then setup the main.cf postfix config mappings & outgoing sasl auth accordingly that wil

Re: Minimum configuration for Dovecot SASL only?

2023-11-04 Thread Michael Peddemors
Why use Dovecot/IMAP at all for the SMTP Authentication, can't you simply go direct to your database? On 2023-11-03 09:55, Nick Lockheart wrote: I have a Dovecot IMAP server and a Postfix server on separate machines. The user information is stored in a MariaDB database that is replicated on bot