Re: [qmailtoaster] roundcube password plugin

2019-03-01 Thread Eric Broch

Active

On 3/1/2019 6:38 AM, Jeff Koch wrote:
Hi - is this list still active? I have not seen any messages for the 
past month.


Regards, Jeff Koch

On 1/22/2019 8:37 AM, Eric Broch wrote:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 installation. 
But I did not installed it using yum, I downloaded it from roundcube 
website and run installation script, I guess it is the same result.
I trying to use the password plugin, it seems its default db driver 
does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)



--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-03-01 Thread Leonardo Porto

Hi Jeff,

I manage to use sql driver with password plugin.
At the begining it did not work because my vpopmail password contained a 
"@", after changed it worked.

In the plugins/password/config.inc.php file I have:

$config['password_driver'] = 'sql';
$config['password_db_dsn'] = 'mysql://vpopmail:password@localhost/vpopmail';


Em 01/03/2019 10:38, Jeff Koch escreveu:
Hi - is this list still active? I have not seen any messages for the 
past month.


Regards, Jeff Koch

On 1/22/2019 8:37 AM, Eric Broch wrote:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 installation. 
But I did not installed it using yum, I downloaded it from roundcube 
website and run installation script, I guess it is the same result.
I trying to use the password plugin, it seems its default db driver 
does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)




Re: [qmailtoaster] roundcube password plugin

2019-03-01 Thread Jeff Koch
Hi - is this list still active? I have not seen any messages for the 
past month.


Regards, Jeff Koch

On 1/22/2019 8:37 AM, Eric Broch wrote:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 installation. 
But I did not installed it using yum, I downloaded it from roundcube 
website and run installation script, I guess it is the same result.
I trying to use the password plugin, it seems its default db driver 
does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in command 
line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)




Re: [qmailtoaster] roundcube password plugin

2019-01-24 Thread Remo Mattei
That’s what I have done on my end and that works just fine do not have to 
change anything else.
Remo 

> On Jan 24, 2019, at 12:20, Eric Broch  wrote:
> 
> You can set up dovecot with 'managesieve' in order to be able to edit rules 
> in roundcube and thunderbird. 
> 
> On 1/24/2019 11:57 AM, Leonardo Porto wrote:
>> I just found out what happens:
>> 
>> The default ~/vpopmail/domains/yourdomain/.qmail-default file contains:
>> 
>> | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
>> 
>> and the QmailAdmin vacation message works.
>> When you install and configure Dovecot and Sieve you have to change it to:
>> 
>> |/var/qmail/bin/preline -f /usr/libexec/dovecot/deliver -d $EXT@$USER -o 
>> postmaster_address=postmaster@yourdomain
>> 
>> and then the filters works.
>> 
>> So it's one or another I guess.
>> The filters are a lot more useful and that rule does the job, thanks for the 
>> tip.
>> 
>> btw: I turned the file .qmail-default immutable using chattr because 
>> QmailAdmin change it when you configure a catchall account.
>> 
>> 
>> 
>> Em 24/01/2019 15:58, Remo Mattei escreveu:
>>> so here is what I did on mine to make the vacation working:
>>> 
>>> I have the password which resets the password in case the user wants to 
>>> change it and that works ok unless you are using php7.x
>>> (have not had time to debug that on that server running php 7 yet)
>>> 
>>> I have implemented managesieve plugin which user can set up an responder 
>>> setting like this:
>>> create a new filter, select matching any of the following rules: then 
>>> select to: is equal to your email 
>>> 
>>> select reply with message 
>>> 
>>> That does exactly what qmailadmin autoresponder action does. 
>>> 
>>> Hopefully that helps. 
>>> Remo 
>>> 
>>> --
>>> 
>>> On Thursday, Jan 24, 2019 at 09:52, Leonardo Porto 
>>> mailto:leonardo.po...@iw.net.br>> wrote:
>>> Hi everyone,
>>> 
>>> I tried qmailadmin plugin but it doesn't work for me because it shows 
>>> password and vacation message tabs in english even though my qmailadmin 
>>> works in portuguese.
>>> So I'm working with password plugin and sql driver anyway.
>>> 
>>> I found out vacation message is not working, I'm configuring it via 
>>> QmailAdmin and the files seems ok:
>>> 
>>> # ll /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail -rw--- 1 
>>> vpopmail vchkpw 207 Jan 24 15:31 
>>> /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail # cat 
>>> /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail 
>>> /home/vpopmail/domains/iwtelecom.com.br/fulano/Maildir/ | 
>>> /usr/bin/autorespond 86400 3 
>>> /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message 
>>> /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation 
>>> # ll /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message 
>>> -rw--- 1 vpopmail vchkpw 55 Jan 24 15:31 
>>> /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message # cat 
>>> /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message From: 
>>> ful...@iwtelecom.com.br  Subject: ausente 
>>> No idea why yet.
>>> 
>>> 
>>> 
>>> Em 23/01/2019 09:03, Leonardo Porto escreveu:
 Eric, sorry I did not express myself right, at the time I installed the 
 old server I did not know how to do that, but now I saw it in that link 
 you shared, thank you.
 
 I will use it but also want to test qmailadmin driver to see that it does 
 and I share here.
 
 Thanks
 
 Em 22/01/2019 19:16, Eric Broch escreveu:
> 2nd to last post:
> 
> $rcmail_config['password_driver'] = 'sql';
> $rcmail_config['password_db_dsn'] = 
> 'mysql://vpopmailuser:password@localhost/vpopmail';
> $emailuser=$_SESSION['username'];
> $domain = split("@",$emailuser);
> $dom_table = str_replace(".","_",$domain[1]);
> $rcmail_config['password_query'] = "UPDATE $dom_table SET pw_passwd=%c, 
> pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";
> 
> On 1/22/2019 1:43 PM, Leonardo Porto wrote:
>> Right!
>> 
>> I use that in the old server but I did not know how to convert the "." 
>> into "_" then I fixed the domain name.
>> I considered use it again but I can not remember how I got the vpopmail 
>> user's password in mysql or if I simply changed it.
>> Can I change its password? I mean, will something stop working if I 
>> change it?
>> 
>> 
>> 
>> Em 22/01/2019 13:01, Eric Broch escreveu:
>>> Here's on using mysql driver roundcube and account for our '_' in the 
>>> domain name:
>>> 
>>> https://www.roundcubeforum.net/index.php?topic=6083.0 
>>> 
>>> On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:
 Yeah I saw about it too but I did not try yet... I will try both and 
 post the instructions.
 
 Thanks
 
 
 Em 22/01/2019 12:15, Eric Broch escreveu:
> Here's 

Re: [qmailtoaster] roundcube password plugin

2019-01-24 Thread Eric Broch
You can set up dovecot with 'managesieve' in order to be able to edit 
rules in roundcube and thunderbird.


On 1/24/2019 11:57 AM, Leonardo Porto wrote:


I just found out what happens:

The default ~/vpopmail/domains/yourdomain/.qmail-default file contains:

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

and the QmailAdmin vacation message works.
When you install and configure Dovecot and Sieve you have to change it to:

|/var/qmail/bin/preline -f /usr/libexec/dovecot/deliver -d $EXT@$USER 
-o postmaster_address=postmaster@yourdomain


and then the filters works.

So it's one or another I guess.
The filters are a lot more useful and that rule does the job, thanks 
for the tip.


btw: I turned the file .qmail-default immutable using chattr because 
QmailAdmin change it when you configure a catchall account.



Em 24/01/2019 15:58, Remo Mattei escreveu:

so here is what I did on mine to make the vacation working:

I have the password which resets the password in case the user wants 
to change it and that works ok unless you are using php7.x

(have not had time to debug that on that server running php 7 yet)

I have implemented managesieve plugin which user can set up an 
responder setting like this:
create a new filter, select matching any of the following rules: then 
select to: is equal to your email


select reply with message

That does exactly what qmailadmin autoresponder action does.

Hopefully that helps.
Remo

--

On Thursday, Jan 24, 2019 at 09:52, Leonardo Porto
mailto:leonardo.po...@iw.net.br>> wrote:

Hi everyone,

I tried qmailadmin plugin but it doesn't work for me because it
shows password and vacation message tabs in english even though
my qmailadmin works in portuguese.
So I'm working with password plugin and sql driver anyway.

I found out vacation message is not working, I'm configuring it
via QmailAdmin and the files seems ok:

# ll /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail
-rw--- 1 vpopmail vchkpw 207 Jan 24 15:31
/home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail # cat
/home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail
/home/vpopmail/domains/iwtelecom.com.br/fulano/Maildir/ |
/usr/bin/autorespond 86400 3
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation

# ll
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message
-rw--- 1 vpopmail vchkpw 55 Jan 24 15:31
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message #
cat
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message
From: ful...@iwtelecom.com.br Subject: ausente

No idea why yet.


Em 23/01/2019 09:03, Leonardo Porto escreveu:


Eric, sorry I did not express myself right, at the time I
installed the old server I did not know how to do that, but now
I saw it in that link you shared, thank you.

I will use it but also want to test qmailadmin driver to see
that it does and I share here.

Thanks

Em 22/01/2019 19:16, Eric Broch escreveu:


2nd to last post:

$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] =
'mysql://vpopmailuser:password@localhost/vpopmail';
$emailuser=$_SESSION['username'];
$domain = split("@",$emailuser);
$dom_table = str_replace(".","_",$domain[1]);
$rcmail_config['password_query'] = "UPDATE $dom_table SET
pw_passwd=%c, pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";

On 1/22/2019 1:43 PM, Leonardo Porto wrote:


Right!

I use that in the old server but I did not know how to convert
the "." into "_" then I fixed the domain name.
I considered use it again but I can not remember how I got the
vpopmail user's password in mysql or if I simply changed it.
Can I change its password? I mean, will something stop working
if I change it?


Em 22/01/2019 13:01, Eric Broch escreveu:


Here's on using mysql driver roundcube and account for our
'_' in the domain name:

https://www.roundcubeforum.net/index.php?topic=6083.0

On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:


Yeah I saw about it too but I did not try yet... I will try
both and post the instructions.

Thanks


Em 22/01/2019 12:15, Eric Broch escreveu:


Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you
said.
Do you use roundcube or recommend another driver for
password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to
match the current qmail 

Re: [qmailtoaster] roundcube password plugin

2019-01-24 Thread Leonardo Porto

I just found out what happens:

The default ~/vpopmail/domains/yourdomain/.qmail-default file contains:

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

and the QmailAdmin vacation message works.
When you install and configure Dovecot and Sieve you have to change it to:

|/var/qmail/bin/preline -f /usr/libexec/dovecot/deliver -d $EXT@$USER -o 
postmaster_address=postmaster@yourdomain


and then the filters works.

So it's one or another I guess.
The filters are a lot more useful and that rule does the job, thanks for 
the tip.


btw: I turned the file .qmail-default immutable using chattr because 
QmailAdmin change it when you configure a catchall account.



Em 24/01/2019 15:58, Remo Mattei escreveu:

so here is what I did on mine to make the vacation working:

I have the password which resets the password in case the user wants 
to change it and that works ok unless you are using php7.x

(have not had time to debug that on that server running php 7 yet)

I have implemented managesieve plugin which user can set up an 
responder setting like this:
create a new filter, select matching any of the following rules: then 
select to: is equal to your email


select reply with message

That does exactly what qmailadmin autoresponder action does.

Hopefully that helps.
Remo

--

On Thursday, Jan 24, 2019 at 09:52, Leonardo Porto
mailto:leonardo.po...@iw.net.br>> wrote:

Hi everyone,

I tried qmailadmin plugin but it doesn't work for me because it
shows password and vacation message tabs in english even though my
qmailadmin works in portuguese.
So I'm working with password plugin and sql driver anyway.

I found out vacation message is not working, I'm configuring it
via QmailAdmin and the files seems ok:

# ll /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail
-rw--- 1 vpopmail vchkpw 207 Jan 24 15:31
/home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail # cat
/home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail
/home/vpopmail/domains/iwtelecom.com.br/fulano/Maildir/ |
/usr/bin/autorespond 86400 3
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation

# ll
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message
-rw--- 1 vpopmail vchkpw 55 Jan 24 15:31
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message #
cat
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message
From: ful...@iwtelecom.com.br Subject: ausente

No idea why yet.


Em 23/01/2019 09:03, Leonardo Porto escreveu:


Eric, sorry I did not express myself right, at the time I
installed the old server I did not know how to do that, but now I
saw it in that link you shared, thank you.

I will use it but also want to test qmailadmin driver to see that
it does and I share here.

Thanks

Em 22/01/2019 19:16, Eric Broch escreveu:


2nd to last post:

$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] =
'mysql://vpopmailuser:password@localhost/vpopmail';
$emailuser=$_SESSION['username'];
$domain = split("@",$emailuser);
$dom_table = str_replace(".","_",$domain[1]);
$rcmail_config['password_query'] = "UPDATE $dom_table SET
pw_passwd=%c, pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";

On 1/22/2019 1:43 PM, Leonardo Porto wrote:


Right!

I use that in the old server but I did not know how to convert
the "." into "_" then I fixed the domain name.
I considered use it again but I can not remember how I got the
vpopmail user's password in mysql or if I simply changed it.
Can I change its password? I mean, will something stop working
if I change it?


Em 22/01/2019 13:01, Eric Broch escreveu:


Here's on using mysql driver roundcube and account for our '_'
in the domain name:

https://www.roundcubeforum.net/index.php?topic=6083.0

On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:


Yeah I saw about it too but I did not try yet... I will try
both and post the instructions.

Thanks


Em 22/01/2019 12:15, Eric Broch escreveu:


Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for
password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to
match the current qmail configuration in /var/qmail/supervise/

Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new 

Re: [qmailtoaster] roundcube password plugin

2019-01-24 Thread Remo Mattei
so here is what I did on mine to make the vacation working:

I have the password which resets the password in case the user wants to change 
it and that works ok unless you are using php7.x
(have not had time to debug that on that server running php 7 yet)

I have implemented managesieve plugin which user can set up an responder 
setting like this:
create a new filter, select matching any of the following rules: then select 
to: is equal to your email

select reply with message

That does exactly what qmailadmin autoresponder action does.

Hopefully that helps.
Remo

--

> On Thursday, Jan 24, 2019 at 09:52, Leonardo Porto  (mailto:leonardo.po...@iw.net.br)> wrote:
>
> Hi everyone,
>
>
> I tried qmailadmin plugin but it doesn't work for me because it shows 
> password and vacation message tabs in english even though my qmailadmin works 
> in portuguese.
> So I'm working with password plugin and sql driver anyway.
>
>
> I found out vacation message is not working, I'm configuring it via 
> QmailAdmin and the files seems ok:
>
>
> # ll /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail -rw--- 1 
> vpopmail vchkpw 207 Jan 24 15:31 
> /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail # cat 
> /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail 
> /home/vpopmail/domains/iwtelecom.com.br/fulano/Maildir/ | 
> /usr/bin/autorespond 86400 3 
> /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message 
> /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation
> # ll /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message 
> -rw--- 1 vpopmail vchkpw 55 Jan 24 15:31 
> /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message # cat 
> /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message From: 
> ful...@iwtelecom.com.br (mailto:ful...@iwtelecom.com.br) Subject: ausente
>
> No idea why yet.
>
>
>
>
>
>
> Em 23/01/2019 09:03, Leonardo Porto escreveu:
> >
> > Eric, sorry I did not express myself right, at the time I installed the old 
> > server I did not know how to do that, but now I saw it in that link you 
> > shared, thank you.
> >
> >
> > I will use it but also want to test qmailadmin driver to see that it does 
> > and I share here.
> >
> >
> > Thanks
> >
> >
> > Em 22/01/2019 19:16, Eric Broch escreveu:
> > >
> > > 2nd to last post:
> > >
> > >
> > > $rcmail_config['password_driver'] = 'sql';
> > > $rcmail_config['password_db_dsn'] = 
> > > 'mysql://vpopmailuser:password@localhost/vpopmail';
> > > $emailuser=$_SESSION['username'];
> > > $domain = split("@",$emailuser);
> > > $dom_table = str_replace(".","_",$domain[1]);
> > > $rcmail_config['password_query'] = "UPDATE $dom_table SET pw_passwd=%c, 
> > > pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";
> > >
> > >
> > > On 1/22/2019 1:43 PM, Leonardo Porto wrote:
> > > >
> > > > Right!
> > > >
> > > >
> > > > I use that in the old server but I did not know how to convert the "." 
> > > > into "_" then I fixed the domain name.
> > > > I considered use it again but I can not remember how I got the vpopmail 
> > > > user's password in mysql or if I simply changed it.
> > > > Can I change its password? I mean, will something stop working if I 
> > > > change it?
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Em 22/01/2019 13:01, Eric Broch escreveu:
> > > > >
> > > > > Here's on using mysql driver roundcube and account for our '_' in the 
> > > > > domain name:
> > > > >
> > > > >
> > > > > https://www.roundcubeforum.net/index.php?topic=6083.0
> > > > >
> > > > >
> > > > > On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:
> > > > > >
> > > > > > Yeah I saw about it too but I did not try yet... I will try both 
> > > > > > and post the instructions.
> > > > > >
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > >
> > > > > > Em 22/01/2019 12:15, Eric Broch escreveu:
> > > > > > >
> > > > > > > Here's another plugin that I've found, it logs into qmailadmin:
> > > > > > >
> > > > > > >
> > > > > > > http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube
> > > > > > >
> > > > > > >
> > > > > > > On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:
> > > > > > > >
> > > > > > > > Eric,
> > > > > > > >
> > > > > > > >
> > > > > > > > I found the same page and I am thinking to do exactly you said.
> > > > > > > > Do you use roundcube or recommend another driver for password 
> > > > > > > > plugin?
> > > > > > > >
> > > > > > > >
> > > > > > > > Thanks.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Em 22/01/2019 11:37, Eric Broch escreveu:
> > > > > > > > >
> > > > > > > > > Leonardo,
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > I've never used vpopmaild, but...Have a look here:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > https://qmail.jms1.net/vpopmail/vpopmaild.shtml
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > I think you can tailor the location of the run script to 
> > > > > > > > > match the current qmail configuration in /var/qmail/supervise/
> > > > > > > > >
> > 

Re: [qmailtoaster] roundcube password plugin

2019-01-24 Thread Leonardo Porto

Hi everyone,

I tried qmailadmin plugin but it doesn't work for me because it shows 
password and vacation message tabs in english even though my qmailadmin 
works in portuguese.

So I'm working with password plugin and sql driver anyway.

I found out vacation message is not working, I'm configuring it via 
QmailAdmin and the files seems ok:


# ll /home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail -rw--- 1 
vpopmail vchkpw 207 Jan 24 15:31 
/home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail # cat 
/home/vpopmail/domains/iwtelecom.com.br/fulano/.qmail 
/home/vpopmail/domains/iwtelecom.com.br/fulano/Maildir/ | 
/usr/bin/autorespond 86400 3 
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message 
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation


# ll /home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message 
-rw--- 1 vpopmail vchkpw 55 Jan 24 15:31 
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message # cat 
/home/vpopmail/domains/iwtelecom.com.br/fulano/vacation/message From: 
ful...@iwtelecom.com.br Subject: ausente


No idea why yet.


Em 23/01/2019 09:03, Leonardo Porto escreveu:


Eric, sorry I did not express myself right, at the time I installed 
the old server I did not know how to do that, but now I saw it in that 
link you shared, thank you.


I will use it but also want to test qmailadmin driver to see that it 
does and I share here.


Thanks

Em 22/01/2019 19:16, Eric Broch escreveu:


2nd to last post:

$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 
'mysql://vpopmailuser:password@localhost/vpopmail';

$emailuser=$_SESSION['username'];
$domain = split("@",$emailuser);
$dom_table = str_replace(".","_",$domain[1]);
$rcmail_config['password_query'] = "UPDATE $dom_table SET 
pw_passwd=%c, pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";


On 1/22/2019 1:43 PM, Leonardo Porto wrote:


Right!

I use that in the old server but I did not know how to convert the 
"." into "_" then I fixed the domain name.
I considered use it again but I can not remember how I got the 
vpopmail user's password in mysql or if I simply changed it.
Can I change its password? I mean, will something stop working if I 
change it?



Em 22/01/2019 13:01, Eric Broch escreveu:


Here's on using mysql driver roundcube and account for our '_' in 
the domain name:


https://www.roundcubeforum.net/index.php?topic=6083.0

On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:


Yeah I saw about it too but I did not try yet... I will try both 
and post the instructions.


Thanks


Em 22/01/2019 12:15, Eric Broch escreveu:


Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password 
plugin?


Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match 
the current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 
installation. But I did not installed it using yum, I 
downloaded it from roundcube website and run installation 
script, I guess it is the same result.
I trying to use the password plugin, it seems its default db 
driver does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for 
vpopmaild... is that the usual method? Or you guys use 
something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)


Re: [qmailtoaster] roundcube password plugin

2019-01-23 Thread Leonardo Porto
Eric, sorry I did not express myself right, at the time I installed the 
old server I did not know how to do that, but now I saw it in that link 
you shared, thank you.


I will use it but also want to test qmailadmin driver to see that it 
does and I share here.


Thanks

Em 22/01/2019 19:16, Eric Broch escreveu:


2nd to last post:

$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 
'mysql://vpopmailuser:password@localhost/vpopmail';

$emailuser=$_SESSION['username'];
$domain = split("@",$emailuser);
$dom_table = str_replace(".","_",$domain[1]);
$rcmail_config['password_query'] = "UPDATE $dom_table SET 
pw_passwd=%c, pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";


On 1/22/2019 1:43 PM, Leonardo Porto wrote:


Right!

I use that in the old server but I did not know how to convert the 
"." into "_" then I fixed the domain name.
I considered use it again but I can not remember how I got the 
vpopmail user's password in mysql or if I simply changed it.
Can I change its password? I mean, will something stop working if I 
change it?



Em 22/01/2019 13:01, Eric Broch escreveu:


Here's on using mysql driver roundcube and account for our '_' in 
the domain name:


https://www.roundcubeforum.net/index.php?topic=6083.0

On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:


Yeah I saw about it too but I did not try yet... I will try both 
and post the instructions.


Thanks


Em 22/01/2019 12:15, Eric Broch escreveu:


Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match 
the current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 
installation. But I did not installed it using yum, I 
downloaded it from roundcube website and run installation 
script, I guess it is the same result.
I trying to use the password plugin, it seems its default db 
driver does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... 
is that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)


Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Remo Mattei
I would add a user or look at the user info for your vpopmail in the 
/home/vpopmail/etc you should have a file with the vpopmail.mysql info which 
contains the password and the user.. You can always add a user to your vpopmail 
like this

mysql to your sql server and using diff options or you can just grant all the 
privilege example: grant all privileges on vpopmail.* to user@localhost 
identified by “mynewpasswordisgreat”; 

That should grant that and you can use that in roundcube I use vpopmail on mine 
and did not add a new one. I notice there is an issue with using php 7x

Remo 

> On Jan 22, 2019, at 13:16, Eric Broch  wrote:
> 
> 2nd to last post:
> 
> $rcmail_config['password_driver'] = 'sql';
> $rcmail_config['password_db_dsn'] = 
> 'mysql://vpopmailuser:password@localhost/vpopmail';
> $emailuser=$_SESSION['username'];
> $domain = split("@",$emailuser);
> $dom_table = str_replace(".","_",$domain[1]);
> $rcmail_config['password_query'] = "UPDATE $dom_table SET pw_passwd=%c, 
> pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";
> 
> On 1/22/2019 1:43 PM, Leonardo Porto wrote:
>> Right!
>> 
>> I use that in the old server but I did not know how to convert the "." into 
>> "_" then I fixed the domain name.
>> I considered use it again but I can not remember how I got the vpopmail 
>> user's password in mysql or if I simply changed it.
>> Can I change its password? I mean, will something stop working if I change 
>> it?
>> 
>> 
>> 
>> Em 22/01/2019 13:01, Eric Broch escreveu:
>>> Here's on using mysql driver roundcube and account for our '_' in the 
>>> domain name:
>>> 
>>> https://www.roundcubeforum.net/index.php?topic=6083.0 
>>> 
>>> On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:
 Yeah I saw about it too but I did not try yet... I will try both and post 
 the instructions.
 
 Thanks
 
 
 Em 22/01/2019 12:15, Eric Broch escreveu:
> Here's another plugin that I've found, it logs into qmailadmin:
> 
> http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube 
> 
> On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:
>> Eric,
>> 
>> I found the same page and I am thinking to do exactly you said.
>> Do you use roundcube or recommend another driver for password plugin?
>> 
>> Thanks.
>> 
>> 
>> Em 22/01/2019 11:37, Eric Broch escreveu:
>>> Leonardo,
>>> 
>>> I've never used vpopmaild, but...Have a look here:
>>> 
>>> https://qmail.jms1.net/vpopmail/vpopmaild.shtml 
>>> 
>>> I think you can tailor the location of the run script to match the 
>>> current qmail configuration in /var/qmail/supervise/
>>> 
>>> Eric
>>> 
>>> On 1/22/2019 6:17 AM, Leonardo Porto wrote:
 Hi everyone,
 
 I am using Roundcube with my new qmailtoaster centos7 installation. 
 But I did not installed it using yum, I downloaded it from roundcube 
 website and run installation script, I guess it is the same result.
 I trying to use the password plugin, it seems its default db driver 
 does not work with qmail/vpopmail, so I tryed vpopmaild.
 I run vpopmaild in command line using tcpserver and succefully changed 
 the password in roundcube - I could see it working in command line.
 Now I suppose I have to create supervise files for vpopmaild... is 
 that the usual method? Or you guys use something else?
 Thanks.
 
 Leonardo.
 
>>> -- 
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)
>>> -- 
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Eric Broch

2nd to last post:

$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 
'mysql://vpopmailuser:password@localhost/vpopmail';

$emailuser=$_SESSION['username'];
$domain = split("@",$emailuser);
$dom_table = str_replace(".","_",$domain[1]);
$rcmail_config['password_query'] = "UPDATE $dom_table SET pw_passwd=%c, 
pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1";


On 1/22/2019 1:43 PM, Leonardo Porto wrote:


Right!

I use that in the old server but I did not know how to convert the "." 
into "_" then I fixed the domain name.
I considered use it again but I can not remember how I got the 
vpopmail user's password in mysql or if I simply changed it.
Can I change its password? I mean, will something stop working if I 
change it?



Em 22/01/2019 13:01, Eric Broch escreveu:


Here's on using mysql driver roundcube and account for our '_' in the 
domain name:


https://www.roundcubeforum.net/index.php?topic=6083.0

On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:


Yeah I saw about it too but I did not try yet... I will try both and 
post the instructions.


Thanks


Em 22/01/2019 12:15, Eric Broch escreveu:


Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match 
the current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 
installation. But I did not installed it using yum, I downloaded 
it from roundcube website and run installation script, I guess 
it is the same result.
I trying to use the password plugin, it seems its default db 
driver does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... 
is that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)


--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Leonardo Porto

Right!

I use that in the old server but I did not know how to convert the "." 
into "_" then I fixed the domain name.
I considered use it again but I can not remember how I got the vpopmail 
user's password in mysql or if I simply changed it.
Can I change its password? I mean, will something stop working if I 
change it?



Em 22/01/2019 13:01, Eric Broch escreveu:


Here's on using mysql driver roundcube and account for our '_' in the 
domain name:


https://www.roundcubeforum.net/index.php?topic=6083.0

On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:


Yeah I saw about it too but I did not try yet... I will try both and 
post the instructions.


Thanks


Em 22/01/2019 12:15, Eric Broch escreveu:


Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 
installation. But I did not installed it using yum, I downloaded 
it from roundcube website and run installation script, I guess it 
is the same result.
I trying to use the password plugin, it seems its default db 
driver does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... 
is that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)


Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Remo Mattei
Of course you still need to have the queries for the db. 

$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 
'mysql://vpopmail:your_vpopmail_password@localhost/vpopmail';
$rcmail_config['password_query'] ='update your_domain set 
pw_passwd=ENCRYPT(%p,concat(_utf8\'$1$\',right(md5(rand()),8),_utf8\'$\')),pw_clear_passwd=%p
 where pw_name=%l’; 



> On Jan 22, 2019, at 07:01, Eric Broch  wrote:
> 
> Here's on using mysql driver roundcube and account for our '_' in the domain 
> name:
> 
> https://www.roundcubeforum.net/index.php?topic=6083.0 
> 
> On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:
>> Yeah I saw about it too but I did not try yet... I will try both and post 
>> the instructions.
>> 
>> Thanks
>> 
>> 
>> Em 22/01/2019 12:15, Eric Broch escreveu:
>>> Here's another plugin that I've found, it logs into qmailadmin:
>>> 
>>> http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube 
>>> 
>>> On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:
 Eric,
 
 I found the same page and I am thinking to do exactly you said.
 Do you use roundcube or recommend another driver for password plugin?
 
 Thanks.
 
 
 Em 22/01/2019 11:37, Eric Broch escreveu:
> Leonardo,
> 
> I've never used vpopmaild, but...Have a look here:
> 
> https://qmail.jms1.net/vpopmail/vpopmaild.shtml 
> 
> I think you can tailor the location of the run script to match the 
> current qmail configuration in /var/qmail/supervise/
> 
> Eric
> 
> On 1/22/2019 6:17 AM, Leonardo Porto wrote:
>> Hi everyone,
>> 
>> I am using Roundcube with my new qmailtoaster centos7 installation. But 
>> I did not installed it using yum, I downloaded it from roundcube website 
>> and run installation script, I guess it is the same result.
>> I trying to use the password plugin, it seems its default db driver does 
>> not work with qmail/vpopmail, so I tryed vpopmaild.
>> I run vpopmaild in command line using tcpserver and succefully changed 
>> the password in roundcube - I could see it working in command line.
>> Now I suppose I have to create supervise files for vpopmaild... is that 
>> the usual method? Or you guys use something else?
>> Thanks.
>> 
>> Leonardo.
>> 
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)
>>> -- 
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Remo Mattei
I use the default password plugin here is the config I did


 On Jan 22, 2019, at 07:01, Eric Broch  wrote:
> 
> Here's on using mysql driver roundcube and account for our '_' in the domain 
> name:
> 
> https://www.roundcubeforum.net/index.php?topic=6083.0 
> 
> On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:
>> Yeah I saw about it too but I did not try yet... I will try both and post 
>> the instructions.
>> 
>> Thanks
>> 
>> 
>> Em 22/01/2019 12:15, Eric Broch escreveu:
>>> Here's another plugin that I've found, it logs into qmailadmin:
>>> 
>>> http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube 
>>> 
>>> On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:
 Eric,
 
 I found the same page and I am thinking to do exactly you said.
 Do you use roundcube or recommend another driver for password plugin?
 
 Thanks.
 
 
 Em 22/01/2019 11:37, Eric Broch escreveu:
> Leonardo,
> 
> I've never used vpopmaild, but...Have a look here:
> 
> https://qmail.jms1.net/vpopmail/vpopmaild.shtml 
> 
> I think you can tailor the location of the run script to match the 
> current qmail configuration in /var/qmail/supervise/
> 
> Eric
> 
> On 1/22/2019 6:17 AM, Leonardo Porto wrote:
>> Hi everyone,
>> 
>> I am using Roundcube with my new qmailtoaster centos7 installation. But 
>> I did not installed it using yum, I downloaded it from roundcube website 
>> and run installation script, I guess it is the same result.
>> I trying to use the password plugin, it seems its default db driver does 
>> not work with qmail/vpopmail, so I tryed vpopmaild.
>> I run vpopmaild in command line using tcpserver and succefully changed 
>> the password in roundcube - I could see it working in command line.
>> Now I suppose I have to create supervise files for vpopmaild... is that 
>> the usual method? Or you guys use something else?
>> Thanks.
>> 
>> Leonardo.
>> 
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)
>>> -- 
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Remo Mattei
I have it using the password where I can change user’s password let me look at 
my code, I know that it’s operational. 

Remo 

> On Jan 22, 2019, at 07:01, Eric Broch  wrote:
> 
> Here's on using mysql driver roundcube and account for our '_' in the domain 
> name:
> 
> https://www.roundcubeforum.net/index.php?topic=6083.0 
> 
> On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:
>> Yeah I saw about it too but I did not try yet... I will try both and post 
>> the instructions.
>> 
>> Thanks
>> 
>> 
>> Em 22/01/2019 12:15, Eric Broch escreveu:
>>> Here's another plugin that I've found, it logs into qmailadmin:
>>> 
>>> http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube 
>>> 
>>> On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:
 Eric,
 
 I found the same page and I am thinking to do exactly you said.
 Do you use roundcube or recommend another driver for password plugin?
 
 Thanks.
 
 
 Em 22/01/2019 11:37, Eric Broch escreveu:
> Leonardo,
> 
> I've never used vpopmaild, but...Have a look here:
> 
> https://qmail.jms1.net/vpopmail/vpopmaild.shtml 
> 
> I think you can tailor the location of the run script to match the 
> current qmail configuration in /var/qmail/supervise/
> 
> Eric
> 
> On 1/22/2019 6:17 AM, Leonardo Porto wrote:
>> Hi everyone,
>> 
>> I am using Roundcube with my new qmailtoaster centos7 installation. But 
>> I did not installed it using yum, I downloaded it from roundcube website 
>> and run installation script, I guess it is the same result.
>> I trying to use the password plugin, it seems its default db driver does 
>> not work with qmail/vpopmail, so I tryed vpopmaild.
>> I run vpopmaild in command line using tcpserver and succefully changed 
>> the password in roundcube - I could see it working in command line.
>> Now I suppose I have to create supervise files for vpopmaild... is that 
>> the usual method? Or you guys use something else?
>> Thanks.
>> 
>> Leonardo.
>> 
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)
>>> -- 
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Eric Broch
Here's on using mysql driver roundcube and account for our '_' in the 
domain name:


https://www.roundcubeforum.net/index.php?topic=6083.0

On 1/22/2019 7:55 AM, Leonardo - IW Telecom wrote:


Yeah I saw about it too but I did not try yet... I will try both and 
post the instructions.


Thanks


Em 22/01/2019 12:15, Eric Broch escreveu:


Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 
installation. But I did not installed it using yum, I downloaded 
it from roundcube website and run installation script, I guess it 
is the same result.
I trying to use the password plugin, it seems its default db 
driver does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)


--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Remo Mattei
I use one I will need to check which one. I know I have tested several of them 
and ended up only this being great!

Remo 

> On Jan 22, 2019, at 06:15, Eric Broch  wrote:
> 
> Here's another plugin that I've found, it logs into qmailadmin:
> 
> http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube 
> 
> On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:
>> Eric,
>> 
>> I found the same page and I am thinking to do exactly you said.
>> Do you use roundcube or recommend another driver for password plugin?
>> 
>> Thanks.
>> 
>> 
>> Em 22/01/2019 11:37, Eric Broch escreveu:
>>> Leonardo,
>>> 
>>> I've never used vpopmaild, but...Have a look here:
>>> 
>>> https://qmail.jms1.net/vpopmail/vpopmaild.shtml 
>>> 
>>> I think you can tailor the location of the run script to match the current 
>>> qmail configuration in /var/qmail/supervise/
>>> 
>>> Eric
>>> 
>>> On 1/22/2019 6:17 AM, Leonardo Porto wrote:
 Hi everyone,
 
 I am using Roundcube with my new qmailtoaster centos7 installation. But I 
 did not installed it using yum, I downloaded it from roundcube website and 
 run installation script, I guess it is the same result.
 I trying to use the password plugin, it seems its default db driver does 
 not work with qmail/vpopmail, so I tryed vpopmaild.
 I run vpopmaild in command line using tcpserver and succefully changed the 
 password in roundcube - I could see it working in command line.
 Now I suppose I have to create supervise files for vpopmaild... is that 
 the usual method? Or you guys use something else?
 Thanks.
 
 Leonardo.
 
>>> -- 
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
> -- 
> Eric Broch
> White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Leonardo - IW Telecom
Yeah I saw about it too but I did not try yet... I will try both and 
post the instructions.


Thanks


Em 22/01/2019 12:15, Eric Broch escreveu:


Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 installation. 
But I did not installed it using yum, I downloaded it from 
roundcube website and run installation script, I guess it is the 
same result.
I trying to use the password plugin, it seems its default db driver 
does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)

--
Eric Broch
White Horse Technical Consulting (WHTC)


Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Eric Broch

Here's another plugin that I've found, it logs into qmailadmin:

http://www.davidc.net/miscellany/qmailadmin-plugin-roundcube

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 installation. 
But I did not installed it using yum, I downloaded it from roundcube 
website and run installation script, I guess it is the same result.
I trying to use the password plugin, it seems its default db driver 
does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)


--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Eric Broch
We use Roundcube and I have instructions on its setup 
 but I've never used the 
password plugin.


If you figure it out can you post instructions?

Thanks!

Eric

On 1/22/2019 6:59 AM, Leonardo - IW Telecom wrote:


Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 installation. 
But I did not installed it using yum, I downloaded it from roundcube 
website and run installation script, I guess it is the same result.
I trying to use the password plugin, it seems its default db driver 
does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in 
command line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)


--
Eric Broch
White Horse Technical Consulting (WHTC)



Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Leonardo - IW Telecom

Eric,

I found the same page and I am thinking to do exactly you said.
Do you use roundcube or recommend another driver for password plugin?

Thanks.


Em 22/01/2019 11:37, Eric Broch escreveu:


Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 installation. 
But I did not installed it using yum, I downloaded it from roundcube 
website and run installation script, I guess it is the same result.
I trying to use the password plugin, it seems its default db driver 
does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully 
changed the password in roundcube - I could see it working in command 
line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)


Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Eric Broch

Leonardo,

I've never used vpopmaild, but...Have a look here:

https://qmail.jms1.net/vpopmail/vpopmaild.shtml

I think you can tailor the location of the run script to match the 
current qmail configuration in /var/qmail/supervise/


Eric

On 1/22/2019 6:17 AM, Leonardo Porto wrote:


Hi everyone,

I am using Roundcube with my new qmailtoaster centos7 installation. 
But I did not installed it using yum, I downloaded it from roundcube 
website and run installation script, I guess it is the same result.
I trying to use the password plugin, it seems its default db driver 
does not work with qmail/vpopmail, so I tryed vpopmaild.
I run vpopmaild in command line using tcpserver and succefully changed 
the password in roundcube - I could see it working in command line.
Now I suppose I have to create supervise files for vpopmaild... is 
that the usual method? Or you guys use something else?

Thanks.

Leonardo.


--
Eric Broch
White Horse Technical Consulting (WHTC)