Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 105230

Summary: Qmail alias user is not trusted by maildrop
Product: Gentoo Linux Reporter: Rumba <david>
Component: [OLD] ServerAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: ferdy
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rumba 2005-09-08 02:13:14 UTC
Hi,  
  
I'm setting up a mail server with virtual domains using Qmail and Maildrop  
(amongst others). Since these users have no real system accounts Qmail will  
resort the use of the alias user, wich has /var/qmail/alias as $HOME.  
  
I use .qmail files in this directory to let maildrop handle the email  
delivery. The problem is that the alias user is not a trusted user, as set  
with the configure option:  
  
--enable-trusted-users='apache dspam root mail daemon postmaster qmaild mmdf  
vmail'  
  
and I get "You are not a trusted user" in my log files. After editing the  
ebuild so the above configure line looks like this:  
  
--enable-trusted-users='apache dspam root mail daemon postmaster qmaild mmdf  
vmail alias'  
  
Everything works just fine. Could you please add the alias user to the trusted 
users list? 
 
Thanks! 
 
If you need me to test the ebuild, please let me know... 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Fernando J. Pereda (RETIRED) gentoo-dev 2005-09-20 02:58:02 UTC
Should be fixed in maildrop-2.0.0. It is p.masked but using it should be safe.

Cheers,
Ferdy
Comment 2 Rumba 2005-09-20 05:56:50 UTC
Great, thanks!