[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: Changing structure of Maildir



Victor <victor_volpe@xxxxxxxxxx> wrote:
> How I can change parameters of vpopmail to accept this and make automaticaly ?

Execute this query all in one line and it will replace all pw_dir with
the format you want:

   update vpopmail 
   set pw_dir=concat_ws('/',
   '/mailhome/domains',
   pw_domain,
   substring(pw_name,1,1),
   pw_name);

-- 
Antonio Dias