|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: OT: postfix admin [mostly solved]
From: Abdullah Karim (duken
olami.net.id)
Date: Sun Mar 21 2004 - 02:56:02 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 21 Mar 2004, Shaun T. Erickson wrote:
> Abdullah Karim wrote:
>
> > hi, i try to modify create-mailbox.php like this :
> > {
> > $maildir = $fDomain . "/" . $fUsername . "Maildir/";
> > }
> > else
> > {
> > $maildir = $fDomain . "/" . $_POST['fUsername'] . "Maildir/";
> > }
> > }
> > else
> > {
> > $maildir = $fUsername . "Maildir/";
> >
> > then I try to create mailbox, I look the Maildir still not exist :(
>
> 1) It should be "/Maildir/".
> 2) Before adding the mailbox to the database, in postfix admin, you must
> manually create the entire path from root all the way to Maildir, making
> sure that the correct ownership and permissions are set along the way.
thx, I has change "Maildir/" to "/Maildir/"
and I try to add mailbox and suscessfuly :), the Maildir should be
created aoutomatic, I'm not create manually that entire path
> It would be nice if postfixadmin could do that, but since it runs as the
> user the webserver runs as, it doesn't have sufficient permissions to do
> so. :(
>
> -ste
Regards,
Duken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]