Le 29/07/2011 16:53, Wietse Venema a écrit :
Frank Bonnet:
Hello
I'm facing an egg and chicken problem ,,,
We have received the following instructions "From Above" :
1 - Forbid the email forwarding for our users
2 - Some kind of vacation program must be still available for users
that are Out Of Office
We use "real" unix users with LDAP backend ( pam_ldap + nss_ldap )
Thanks for any info/links/idea
grep @ /home/*/.forward
Wietse
Hi Wiese
Yes I know how grep for @ in */.forward files
but I think it is misunderstanding due to me
I would like to disable the forwarding capabilities
for some users ( mainly students )
For now the only solution I found is to create an empty
.forward file in their home directories owned by root
and chmoded 444 ...
not very elegant but it seems to work
Now ... how to have a vacation utility that still works ?
maybe sieve could be usable with dovecot LDA ?
Thanks for your answer