vpopmail 4.9.10
I have often seen that vdelivermail place the new mail in the Maildir/new
eventhough the messages is bounced due to over quota.

Upon further investigation, the command:
unlink(mailname) is not successful and returns the errno code ENOENT which
means
"A directory component in pathname does not exist or is a dangling symbolic
link."

I am curious why this is because just above some lines in the same function,
the code was able to move the new message from Maildir/tmp to Maildir/new :
safe_rename(tmp_file,mailname)

so the variable mailname is certainly correct.

Any thoughts ?

Lu

Reply via email to