Majordomo file permissions

Petuhr

New member
Joined
Oct 19, 2012
Messages
2
When i'm adding a maillinglist to a domain, the file majordomo.cf gets the wrong permissions on the group:

-rw-r----- 1 majordomo 9999 10462 Oct 18 16:22 majordomo.cf

Thus resulting in :

The following text was generated during the delivery attempt:

------ pipe to |/etc/virtual/majordomo/wrapper resend -C /etc/virtual/test123.nl/majordomo/majordomo.cf -l uniserver -h test123.nl -f owner-uniserver [email protected]
generated by [email protected] ------

/etc/virtual/test123.nl/majordomo/majordomo.cf not readable; stopped at /etc/virtual/majordomo/resend line 88.


If we do a chgrp to daemon, then the mailinglist works perfectly.

Any idea why the group is 9999 instead of daemon (2) ?
 
Hello,

I've got it also

Code:
-rw-r----- 1 majordomo     9999 10463 Sep 23  2010 majordomo.cf

But still the mailing lists are working fine.
 
Got in contact with support :

I've been able to reproduce the error on our end, so it's a bug which is not isolated to your system.
I've found the bug, and fixed it in the code.


This bug will be fixed in release 1.42.0 ( also in the Pre-release ).
 
Back
Top