On 17/06/2024 17:28, Paul Schmehl wrote:
How do you set up roundcube to not use authentication? I really don’t
need it since it’s on the same machine as the mail server. What config
options do I need to use?
To be honest, you still likely want authentication. Keep in mind that
you don't need to authenticate as a single user for roundcube but rather
you can have roundcube pass authentication through from it's own user
login and therefore support multiple users while also allowing postfix
to support those same multiple users and see their individual logins.
The point of this is that you can then use settings such as
smtpd_sender_login_maps and reject_sender_login_mismatch in postfix to
control individual users from roundcube.
http://www.postfix.org/postconf.5.html#smtpd_sender_login_maps
http://www.postfix.org/postconf.5.html#reject_sender_login_mismatch
Peter
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org