>May 1 11:20:31 mail sendmail[16439]:
>g41BKV016438: forward /home/public/.//.forward.mail+: Permission denied
>
>
>Что ему (sendmailу) вообще нажо в
>/home/public?
ну он же тебе честно сообщает: неверные пермишены
у файла .forward
confDONT_BLAME_SENDMAIL DontBlameSendmail
прочти:
less /usr/src/contrib/sendmail/README
less /usr/src/contrib/sendmail/cf/README
там написано что прописать в настройках для твоих
нужд
можешь обойтись без генерации sendmail.cf из .mc
а прямо руками забить в sendmail.cf то что тебе
подходит:
For example, to allow .forward
files in group writable directories:
O DontBlameSendmail=forwardfileingroupwritabledirpath
Or to allow them in both group and world writable directories:
O DontBlameSendmail=forwardfileinunsafedirpath
Items from these unsafe .forward and :include: files will be marked
as unsafe addresses -- the items can not be deliveries to files or
programs. This behavior can also be altered via DontBlameSendmail:
O DontBlameSendmail=forwardfileinunsafedirpath,
forwardfileinunsafedirpathsafe
The first flag allows the .forward file to be read, the second allows
the items in the file to be marked as safe for file and program
delivery.