Re: [mlmmj] new mlmmj install on 64bit CentOS 7 server running Exim
"A. Schulze" <[email protected]>
| Newsgroups | org.mlmmj.mlmmj |
|---|---|
| Message-ID | <[email protected]> |
Am 10.06.2018 um 22:13 schrieb webmaster: > /usr/local/bin/mlmmj-process[29043]: subscriberfuncs.c:135: Could not open /var/spool/mlmmj/vlsc-test/subscribers.d/test.txt: Permission denied > > So it is a linux permissions issue; not really a non-subscriber issue. > > I renamed the subscriber file to 't' but still getting a post denial bounce. did you also fix the permission issue? what give "ls -la /var/spool/mlmmj/vlsc-test/subscribers.d/t" the file /var/spool/mlmmj/vlsc-test/subscribers.d/t must be readable by user mlmmj... check also, /any/ path is accessible: su --login --shell /bi/sh mlmmj cd /var cd spool cd mlmmj cd vlsc-test cd subscribers.d cat t This should finally give you the content of "t" Otherwise you found the protential place of your issue. Andreas