Just in case, here are my notes from after upgrading to v7.3.0.

Good luck
Reio

On 19.08.2023 23:56, Reio Remma wrote:
I've now found two ways to get mlmmj working.

.forward file method fails with the lmtp action that I've been successfully using thus far because it tries to pass it to mlmmj as 'smtpd' user:

action deliver_mlmmj    lmtp "/var/run/dovecot/lmtp" rcpt-to virtual <mlmmj_virtuals> userbase <mlmmj_userinfo>

.forward file method starts working if I replace lmtp with expand-only - mail is passed to mlmmj as the user from userbase not as 'smtpd' user:

action deliver_mlmmj   expand-only virtual <mlmmj_virtuals> userbase <mlmmj_userinfo>

Using the mda action passing mail to mlmmj works both with and without the .forward file, both ways delivered as the user from userbase:

action deliver_mlmmj   mda "/usr/bin/mlmmj-receive -L /var/vmail/mlmmj/%{rcpt.domain}/%{rcpt.user}/" virtual <mlmmj_virtuals> userbase <mlmmj_userinfo>


Reply via email to