Majordomo - not writing correct list.aliases file

just upgraded last night and tested, still same problem.
should I restart all services?
 
Did you test with a new list, or to see if the problem was fixed with the old list. I don't think you can fix old lists; you might have to find and create the aliases manually.

Which version of exim.conf are you running (you can post the top five lines of the file if you're not sure). I still recommend the advice in my last reply; contact support.

Jeff
 
I posted this on the forum much long after contacting support directly.. and they didn't think it was a DA issue at the time. They tried to point it as a freebsd problem.

I am running exim version: ESMTP Exim 4.66 Tue, 08 May 2007 14:53:34 -0400, with exim.conf stating "RSS-1.0da"

new list/old list, still same problem.
 
You're running a very old version of your exim.conf file.

I'd upgrade to either SpamBlocker2 or SpamBlocker3 (look here for more information). Either way, be sure to follow all the instructions as upgrading without following the instructions can result in a non-working exim.

Jeff
 
that did not work. ( chmod 751 )
it wasnt a permissions problem, i've had 755 in the past and that did not work either.
 
I had the same problem. It is just a matter of accessibility of the 2 alias-files "list.aliases" and "private.aliases".

So:

cmod 755 /etc/virtual/example.com/majordomo
cmod 644 /etc/virtual/example.com/majordomo/*.aliases

Change "example.com" to the domainname having the problem.
 
Back
Top