. forward file jogosultsága?

Fórumok

. forward file jogosultsága?

Hozzászólások

Sziasztok, mire kell állítanom a .forward file jogosultsagat, hogy a procmailrc programmal pájpolni tud a bejovő emailkotat a STDIN -ra?

Üdv.:
Laci

chmod 622 .forward -al már próbálkoztam, de nem jött be.
chmod 722 .forward -al már próbálkoztam, de nem jött be.

man procmail mondja:
... 'In this case your $HOME/.forward (beware, it has to be world readable) file should contain the line below.' ...
Azaz 'chmod 644 ~/.forward'.

chmod go-wx

-----------------------
This becomes the user (for security reasons) and then checks whether or not the user has a safe .forward file in their home directory - it is safe as long as noone other than the user can write to it, i.e. the permissions have been set using the command:

chmod go-wx .forward

------------------------------ 8O [/b]