Sergei Maertens wrote: > ><te...@mydomain.com <te...@hkserv.ugent.be>>: host mydomain.com[1.2.3.4] >> said: 550 5.1.1 > > <te...@mydomain.com>: Recipient address rejected: User unknown in local > > recipient table (in reply to RCPT TO command) > > >Final-Recipient: rfc822;te...@mydomain.com > >Original-Recipient: rfc822; <rfc822%3bte...@hkserv.ugent.be>te...@m >ydomain.com > >Action: failed > >Status: 5.1.1 > >Remote-MTA: dns; te...@mydomain.com > >Diagnostic-Code: smtp; 550 5.1.1 <te...@mydomain.com>: Recipient address > > rejected: User unknown in local recipient table > >These are the most important parts from te configfiles: > >/etc/postfix/main.cf > >> myhostname = mydomain.com >> >> alias_maps = hash:/etc/aliases >> >> alias_database = hash:/etc/aliases >> >> myorigin = /etc/mailname >> >> mydestination = mydomain.com, <cut away>, localhost >> >> relayhost = smtprelay.ugent.be >> >> mynetworks = 127.0.0.0/8 # [::ffff:127.0.0.0]/104 [::1]/128 >> >> mailbox_command = #procmail -a "$EXTENSION" >> >> mailbox_size_limit = 0 >> >> recipient_delimiter = + >> >> inet_interfaces = all >> >> inet_protocols = all >> >> home_mailbox = Maildir/ >> >> smtpd_sasl_local_domain = >> >> smtpd_sasl_auth_enable = yes >> >> smtpd_sasl_security_options = noanonymous >> >> broken_sasl_auth_clients = yes >> >> smtpd_recipient_restrictions = >>> permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination >> >> smtp_tls_security_level = may >> >> smtpd_tls_security_level = may >> >> smtpd_tls_auth_only = no >> >> smtp_tls_note_starttls_offer = yes >> >> smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem >> >> smtpd_tls_loglevel = 1 >> >> smtpd_tls_received_header = yes >> >> smtpd_tls_session_cache_timeout = 3600s >> >> tls_random_source = dev:/dev/urandom >> >> transport_maps = hash:/etc/postfix/transport >> >> mailman_destination_recipient_limit = 1 >> >> >> >> DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST are both set to mydomain.com in >/etc/mailman/mm_cfg.py. >MTA=None > >/etc/postfix/transport contains: >mydomain.com mailman: > >I followed the guide at https://help.ubuntu.com/community/Mailman
Which is for installation of the Debian/Ubuntu Mailman package using the officially unsupported by the GNU Mailman project postfix_to_mailman.py script for delivery to Mailman. That said, There is something amis, as your list mail is apparently being handled by Postfix's local transport (per the "User unknown in local recipient table" error) and not by the 'mailman' transport specified in /etc/postfix/transport. Is the mailman transport defined in master.cf? -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org