Pietro Melideo wrote:
> I apologize for not describing the System Which is TSL 2.2
> 
> I'm trying to send mail from a web application written in PHP the
> function used is sendmail, but
> I'm becoming crazy; here is the what I've seen in the "warnings" file
> generated by postfix:
> 
> Aug 23 17:41:39 sigea postfix/local[24841]: warning: maildir access
> problem for UID/GID=109/109: create /no/dir/Maildir/tmp/
> 1124811699.P24841.sigea.lgnet.it: Permission denied
> Aug 23 17:41:39 sigea postfix/local[24841]: warning: perhaps you need to
> create the maildirs in advance
> 
> 
> the UID/GID 109 is httpd it should be the default used by the sendmai
> application?
> 
> Which means the location where the Maildir directory (/no/dir/
> Maildir...) should be created? I see that the other(s) Maildir
> directories are created by default inside the home directories inside
> the users directory;
> 
> Where should httpd Maildir (and its subdirectories) be created?

your log indicates postfix is attempting to deliver mail to the httpd user

those mails should be redirected to an actual user, like root or 
melideop in the file /etc/postfix/aliases

Cheers,
-- 
Morten
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to