T 
		
				
			
		Teej
Guest
Fedora Core 5 / Plesk 8.1.0
When attempting to deliver mail to qmail it fails with:
	
	
	
		
After a lot of investigation I found that the file permissions for /var/qmail/users/assign were set to:
	
	
	
		
Changing them to allow group and all read access fixed the issue:
	
	
	
		
But any time I run the Plesk control panel Mail Add New Mail Name or Add New Mail Alias the permissions are reset and the fault returns.
Is there a fix for this?
				
			When attempting to deliver mail to qmail it fails with:
		Code:
	
	Connected to mail.domain.net.
Escape character is '^]'.
220 domain.net ESMTP
EHLO test.net
250-domain.net
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-AUTH LOGIN CRAM-MD5 PLAIN
250-STARTTLS
250-PIPELINING
250 8BITMIME
mail from: [email][email protected][/email]
250 ok
rcpt to: [email][email protected][/email]
421 fopen('users/assign') failed (#5.7.10) Permission denied
Connection closed by foreign host.After a lot of investigation I found that the file permissions for /var/qmail/users/assign were set to:
		Code:
	
	-rw------- 1 root qmail 2772 Apr 22 10:38 assign
		Code:
	
	$ chmod 644 assign
$ ls -l assign
-rw-r--r-- 1 root qmail 2772 Apr 22 10:38 assignIs there a fix for this?