Re: [qmailtoaster] dkim1._domainkey record not found

2019-01-22 Thread Leonardo Porto
Bingo. This machine was using my authoritative slave and for some reason it did not update the zone yet. I changed the resolver then: opendkim-testkey: checking key 'dkim1._domainkey.iwtelecom.com.br' opendkim-testkey: key OK But I found something else: when I send a message the destination

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:

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

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

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

[qmailtoaster] roundcube password plugin

2019-01-22 Thread Leonardo Porto
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

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']

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

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

Re: [qmailtoaster] dkim1._domainkey record not found

2019-01-22 Thread Leonardo Porto
I updated the defaultdomain and defaulthost files in /var/qmail/control/ to iwtelecom.com.br and restarted qmailtoaster. Gmail it is still checking dkim for app1.iw.net.br (hostname). Any idea what more files to check? Here it is some part of the headers: ARC-Authentication-Results: i=1;

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,

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: > >

Re: [qmailtoaster] dkim1._domainkey record not found

2019-01-22 Thread Remo Mattei
I am pretty sure you have something miss-configured. I have this working but you also need to see if you have the default correct. I will share what I have done and I know it works since I have done it in 2 servers now. Remo > On Jan 22, 2019, at 03:36, Leonardo Porto wrote: > > Bingo. >

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

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: > >

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 >

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