Hi all,

i'm setting up sympa for mailinglist administration. There is a file /etc/sympa/transport.sympa (640 sympa:postfix) that contains

lists.qno.de error:User unknown in recipient table
[email protected]                              sympa:[email protected]

and some other entries. It is converted to hash format by postmap hash:transport.sympa, file transport.sympa.db (640 sympa:postfix) exists and is newer than transport.sympa

root@bywater /etc/sympa # postalias -q [email protected] hash:./transport.sympa
sympa:[email protected]

from /etc/postfix-out/main.cf
virtual_alias_domains = ${mysql_scripts}virtual_alias_domains.cf
virtual_mailbox_domains = ${mysql_scripts}virtual_mailbox_domains.cf,
  hash:/etc/sympa/transport.sympa
virtual_mailbox_maps = ${mysql_scripts}virtual_mailbox_maps.cf,
  hash:/etc/sympa/transport.sympa,
  hash:/etc/sympa/sympa_transport,
  hash:/etc/sympa/virtual.sympa
virtual_alias_maps = ${mysql_scripts}virtual_alias_maps.cf,
  ${mysql_scripts}virtual_email2email.cf,
  hash:/etc/sympa/virtual.sympa,
  hash:/etc/sympa/transport.sympa

Log:
2025-10-11T22:53:35.837911+02:00 bywater postfix-in/smtpd[28808]: NOQUEUE: reject: RCPT from mail-ej1-x631.google.com[2a00:1450:4864:20::631]: 450 4.1.1 <[email protected]>: Recipient address rejected: unverified address: host ::1[::1] said: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table (in reply to RCPT TO command); from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<mail-ej1-x631.google.com>

(postfix-in gets mails from the internet, filters, and what gets through is sent to postfix-out, [::1]:10025)

What did i do wrong that postfix cannot find the user?

TIA
QNo
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to