>> What's in mm_cfg.py? mm_cfg.py is empty on the new server. on the old server it contains:
DEFAULT_EMAIL_HOST = 'visionscience.com' DEFAULT_URL_HOST = 'visionscience.com' VIRTUAL_HOSTS.clear() add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) I added these lines to the new server, but it did not fix the problem. >> What's the output from postconf -n? This is evidently a postfix command. Where do I find/run this? "locate postconf" returns nothing. I do not find a folder /etc/postfix (on either old or new server). How do I tell if postfix is installed? Does the bounce message (below) indicate that postfix is installed? > What does "ls > -l /usr/local/mailman/data" give? visionscience# ls -l /usr/local/mailman/data total 16 -rw-r----- 1 root mailman 41 Dec 31 23:01 adm.pw -rw-r--r-- 1 root mailman 10 May 29 2008 last_mailman_version -rw-rw---- 1 mailman mailman 6 Dec 31 23:01 master-qrunner.pid -rw-r--r-- 1 root mailman 14114 May 29 2008 sitelist.cfg Thanks and regards, Andrew On Jan 3, 2010, at 6:57 AM, Mark Sapiro wrote: > Andrew Watson wrote: >> >> Then switched DNS to new IP. >> Sent first test message to one of the lists (hs), but it bounced. Edited >> bounce message below: >> >>> #< #5.0.0 X-Postfix; host mysite.com[128.xxx.xxx.xxx] said: 553 5.3.0 >>> <[email protected]>... User unknown (in reply to RCPT TO command)> #SMTP# >> >> I ran newaliases. Same result. >> >> The alias hs does appear in the /etc/mail/aliases: >> >> hs: "|/usr/local/mailman/mail/mailman post hs" >> >> >> There is a duplicate definition of the mailman alias, but the two are >> identical. Maybe it makes newaliases unhappy? > > > What's in mm_cfg.py? What's the output from postconf -n? What does "ls > -l /usr/local/mailman/data" give? > > -- > Mark Sapiro <[email protected]> The highway is for gamblers, > San Francisco Bay Area, California better use your sense - B. Dylan > ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
