[Phamm] Using ftp plugin

Alessandro De Zorzi lota at klez.it
Sat Feb 14 09:46:33 CET 2009


Jason Voorhees wrote:
> Phamm. I just want to add support to FTP to every account so I enabled
> ftp plugin in config.inc.php and edited plugins/ftp.xml to change
> <isAccountRelated>1<isAccountRelated>.
>   
yes, it is right
> Do I need to enable/edit/change anything else in Phamm so those object
> classes are included in new accounts?
>   
if you wish use FTP for account only (and not postmaster/domain)

<isDomainRelated>0</isDomainRelated>
<isPostmasterRelated>0</isPostmasterRelated>
<isAccountRelated>1</isAccountRelated>

than change <postmaster>...</postmaster> TO <account>...</account>

because isAccountRelated=1 looking for a valid <account> section

if you wish to use account FTP for any accounts (e-mail) and
postmaster/domain together

<isDomainRelated>1</isDomainRelated>
<isPostmasterRelated>1</isPostmasterRelated>
<isAccountRelated>1</isAccountRelated>

then copy <postmaster>...</postmaster> and create a new
<account>...</account> section inside ftp.xml

cheers,
Alessandro



More information about the Phamm mailing list