
Hii Guys
I get the following error while running bin/genaliases
anirudh@ani-lap:/usr/local/mailman/bin$ ./genaliases postalias: fatal: bad string length 0 < 1: setgid_group = Traceback (most recent call last): File "./genaliases", line 116, in <module> main() File "./genaliases", line 102, in main MTA.create(None, nolock=True, quiet=quiet) File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 232, in create _update_maps() File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 53, in _update_maps raise RuntimeError, msg % (acmd, status, errstr) RuntimeError: command failed: /usr/sbin/postalias /usr/local/mailman/data/aliases (status: 1, Operation not permitted)
running the script as 'sudo' also gives the same error
Mailman version : 2.1.12 Mail server: Postfix OS- Debian Lenny
The Cheers Anirudh

anirudh nair wrote:
I get the following error while running bin/genaliases
anirudh@ani-lap:/usr/local/mailman/bin$ ./genaliases postalias: fatal: bad string length 0 < 1: setgid_group =
It looks like you have a problem in your Postfix configuration. This is not a genaliases problem. You'll get the same error if you just run the command
/usr/sbin/postalias /usr/local/mailman/data/aliases
directly. It looks like you have
setgid_group =
somewhere in your Postfix configuration (main.cf) and Postfix is telling you the value must be at least 1 character.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
anirudh nair
-
Mark Sapiro