I don't succeed to make work the post by mail feature.
Here is what I have:
-I use Postfix
-All emails are situated in maildir format at ~/lj/mail
-ljconfig.pl:
$EMAIL_POST_DOMAIN = "$DOMAIN";
$MAILSPOOL = '/home/lj/mail';
And the usercap:
'emailpost' => 1,
-/home/lj/bin/mailgated.pl is run like this: mailgated.pl --lock=none
Even with all that, post by mail doesn't work...
What have I forgotten?