Page 1 of 1

maildrop: Unable to create a dot-lock

Posted: 2006-04-16 14:16
by sammlerjaeger
Hallo,

habe Postfix mit Maildrop + amavis + virtuelle user unter Debian eingerichtet. Läuft bis auf die autom. Verzeichniserstellung mit Maildrop.

Die Fehler habe ich je nach Teststadium :cry:

Code: Select all

maildrop: Unable to create a dot-lock. oder 
maildrop: Invalid home directory permissions - world writable

Config:

ergänzt in main.cf

Code: Select all

maildrop_destination_recipient_limit = 1 
virtual_transport = maildrop
ergänzt in main.cf

Code: Select all

maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d vmail ${user} ${nexthop}

Habe ich ein Rechteproblem?

cu
Sammlerjaeger

Re: maildrop: Unable to create a dot-lock

Posted: 2006-04-16 14:50
by captaincrunch
Ja:
maildrop: Invalid home directory permissions - world writable

Re: maildrop: Unable to create a dot-lock

Posted: 2006-04-16 18:06
by sammlerjaeger
... und wie löse ich es ??

Re: maildrop: Unable to create a dot-lock

Posted: 2006-04-16 18:38
by Joe User

Code: Select all

chmod 0700 $(grep $USERNAME /etc/passwd | cut -d: -f6);