On Tuesday, January 30, 2024 1:57:18 PM EST Maurizio Caloro via Postfix-users wrote: > if adding a new user with postfixadmin 3.3.8 or with cli this will run > without problem. > > > > GRANT ALL PRIVILEGES ON mailserver.* TO markus@'domain.com > <mailto:markus@'domain.com> ' IDENTIFIED BY > '***********************************'; > > FLUSH PRIVILEGES; > > also on the DATABASES i see the entry > > > > Debian 11.8 > > Postfix 3.5.23 > > mysql 10.5.21-MariaDB > > > > but if adding with postfixadmin any alias, this will bounce, with following > error > > > > postfix/lmtp[102470]: 3E101208A1: to= <mailto:mar...@domain.com> > mar...@domain.com, relay=mail.domain.com[private/dovecot-lmtp], > > delay=0.12, delays=0.06/0.01/0.02/0.02, dsn=5.1.1, status=bounced (host > mail.domain.com[private/dovecot-lmtp] > > said: 550 5.1.1 mar...@domain.com <mailto:mar...@domain.com> User doesn't > exist: mar...@domain.com <mailto:mar...@domain.com> (in reply to RCPT TO > command)) > > > > added : > virtual_transport = lmtp:unix:private/dovecot-lmtp > > > > please i dont see the mistake, thanks for any possible update
This may be due to a Debian specific mix of mariadb versions. In stable (bookworm) we initially had trouble with the mysql extensions due to a mariadb bug. It was fixed and rebuilding postfix against the newer mariadb released solved it. The postfix version you have was built using a mariadb version that's older than the one currently in oldstable-proposed-updates (bullseye). You installed it either from bullseye-updates or bullseye-proposed updates (packages for the newer version were only released yesterday). There are updates for the next bullseye point release staged in bullseye- proposed-updates for both postfix (3.5.24) and mariadb. Please try installing both the newer postfix (which is built against the newer mariadb) and the newer mariadb from bullseye-proposed-updates. If there was a similar problem in bullseye to what we saw in bookworm, then that should solve it. Please let us know how it works out. Scott K _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org