
Mark Sapiro wrote:
Sean Roe wrote:
2006-01-03 09:42:52 1EtpFL-0003iz-RY == test_emag@adoptionweek.com R=mailman_router T=mailman_transport defer (2): No such file or directory: failed to chdir to /data/mailman/:adoptionweek.com
I believe the problem is the colon at the begining of sub directory name. I cant seem to find where that is coming from. Below are the changes I made to exim to deal with the virt domains:
in 01_exim4-config_listmacrosdefs:
MM_HOME=/data/mailman/${lc::$domain}
Where does this come from? Normally it would just be something like
MM_HOME=/data/mailman/
and not include any reference to $domain. It is the path to but not including the lists/ directory in the Mailman installation.
this is a virtual domain installation. /data/mailman/{domain} refers different mailman installations:
/data/mailman/adoptionlists.com /data/mailman/adoptionweek.com ect.
Sean