On 12/18/2013 01:01 PM, EyeLand wrote: > Hello, on VPS Debian I install Mailman, and everyday I receive error > from Cron, can you consult? Thank you! > > ***UNCHECKED*** Cron <list@vps1> [ -x > /usr/lib/mailman/cron/senddigests ] && > /usr/lib/mailman/cron/senddigests > List: mailman: problem processing /var/lib/mailman/lists/mailman/digest.mbox: > [Errno 13] Permission denied: > '/var/lib/mailman/archives/private/mailman/attachments'
Run Mailman's bin/check_perms -f as root. This should fix the problem. If not, all the directories /var/lib/mailman /var/lib/mailman/archives /var/lib/mailman/archives/private/mailman/ /var/lib/mailman/archives/private/mailman/attachments should have mode 2775 (drwxrwsr-x) and group equal Mailman's group (probably 'list' on Debian, and /var/lib/mailman/archives/private should have the same group and either the mode should be 2770 (drwxrws---) and the owner should be the web server user (probably www-data) or the mode should be 2771 (drwxrws--x). See the Warning: box at <http://www.list.org/mailman-install/node9.html>. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
