Hello: Currently I've got Postfix running with virtual domains with a MySQL database and am trying to get Mailman to do so as well.
I can get one domain to work [email protected] but anything else is failing as below. Can someone assist? I've loaded the aliases as shown in to mysql and the snip of the mm_cfg.py is below as well. I've looked at varius on line FAQs and other references but am still stuck - have bounced all the relevant iitems postfix and mailman. Thanks in advance, I'm sure its something simple I'm missing. George Error: ===== Feb 7 15:09:29 eagle postfix/smtpd[5953]: Anonymous TLS connection established from mail-by2lp0235.outbound.protection.outlook.com[207.46.163.235]: TLSv1 with cipher AES128-SHA (128/128 bits) Feb 7 15:09:55 eagle magicspam-postfix[5957]: Checking exemption lists... Feb 7 15:09:56 eagle magicspam-postfix[5958]: Checking exemption lists... Feb 7 15:09:56 eagle postgrey[16312]: action=pass, reason=triplet found, client_name=mail-by2lp0235.outbound.protection.outlook.com, client_address=207.46.163.235, [email protected], [email protected] Feb 7 15:09:56 eagle postgrey[16312]: action=pass, reason=triplet found, client_name=mail-by2lp0235.outbound.protection.outlook.com, client_address=207.46.163.235, [email protected], [email protected] Feb 7 15:09:56 eagle postfix/smtpd[5953]: NOQUEUE: reject: RCPT from mail-by2lp0235.outbound.protection.outlook.com[207.46.163.235]: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual mailbox table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<na01-by2-obe.outbound.protection.outlook.com> Feb 7 15:09:56 eagle postfix/smtpd[5953]: disconnect from mail-by2lp0235.outbound.protection.outlook.com[207.46.163.235] Aliases ====== INSERT INTO aliases (mail,destination) VALUES ('[email protected]','[email protected]'), ('[email protected]','[email protected]'), ('[email protected]','[email protected]'), ('[email protected]','[email protected]'), ('[email protected]','[email protected]'), ('[email protected]','[email protected]'), ('[email protected]','[email protected]'), ('[email protected]','[email protected]'), ('[email protected]','[email protected]' ), ('[email protected]','[email protected]. org'); /etc/mm_cfg.py ============= #------------------------------------------------------------- # Default domain for email addresses of newly created MLs DEFAULT_EMAIL_HOST = 'netwrx1.org' #------------------------------------------------------------- # Default host for web interface of newly created MLs DEFAULT_URL_HOST = 'eagle.netwrx1.org' #------------------------------------------------------------- VIRTUAL_HOSTS = {'netwrx1.com','netwrx1.net','netwrx1.org','mke-skywarn.org','petdiabetes.ne t','skywarn.biz','skywarn.tv','skywarn.us','twmbfelinerescue.org'} # Required when setting any of its arguments. #add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) add_virtualhost('www.netwrx1.com','netwrx1.com') add_virtualhost('www.netwrx1.net','netwrx1.net') add_virtualhost('www.netwrx1.org','netwrx1.org') add_virtualhost('www.mke-skywarn.org','mke-skywarn.org') add_virtualhost('www.petdiabetes.net','petdiabetes.net') add_virtualhost('www.skywarn.biz','skywarn.biz') add_virtualhost('www.skywarn.tv','skywarn.tv') add_virtualhost('www.skywarn.us','skywarn.us') add_virtualhost('www.twmbfelinerescue.org','twmbfelinerescue.org') POSTFIX_STYLE_VIRTUAL_DOMAINS = ['netwrx1.com','netwrx1.net','netwrx1.org','mke-skywarn.org','petdiabetes.ne t','skywarn.biz','skywarn.tv','skywarn.us','twmbfelinerescue.org'] --- ===[George R. Kasica]=== +1 262 677 0766 [email protected] +1 206 374 6482 FAX http://www.netwrx1.com/georgek Jackson, WI USA [email protected] ("`-''-/").___..--''"`-._ `6_ 6 ) `-. ( ).`-.__.`) (_Y_.)' ._ ) `._ `. ``-..-' _..`--'_..-_/ /--'_.' ,' (il),-'' (li),' ((!.-' ------------------------------------------------------ Mailman-Users mailing list [email protected] https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
