Re: [qmailtoaster] Re: Email server migration

2019-01-29 Thread Remo Mattei
The `hostname` is a short hand for $(hostname). It basically reads the hostname. Example: echo $(hostname) qmail.rm.ht > On Jan 29, 2019, at 14:20, Jeff Koch wrote: > > OK - no problem - on the second question what is supposed to go into > HOSTNAME=`hostname` ? Is it 'localhost' or the

Re: [qmailtoaster] Re: Email server migration

2019-01-28 Thread remo
I use rsync build a new box add domain and users and then rsync it. :) works well done several times. Remo > Il giorno 28 gen 2019, alle ore 20:24, Chandran Manikandan > ha scritto: > > Hi Biju, > > Thanks for your help and steps. > > Can i use the qt-backup scrip

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

Re: [qmailtoaster] roundcube password plugin

2019-01-24 Thread Remo Mattei
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,

Re: [qmailtoaster] roundcube password plugin

2019-01-22 Thread Remo Mattei
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

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

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

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/qm

Re: [qmailtoaster] my qmailtoaster queue full, send a lot of spam

2019-01-08 Thread remo
This could come from a web injection stop the web server. And check if things still coming. > Il giorno 7 gen 2019, alle ore 22:12, Tony White ha scritto: > > Hi, > This how I would try to fix it first. > > If you have cli access then try this command to see the ip address > that is

Re: [qmailtoaster] qmail-remote error: SSL23_GET_SERVER_HELLO:sslv3

2018-12-20 Thread Remo Mattei
Hello Tommi, I fixed it with the following: touch /var/qmail/control/notlshosts/ do a lookup to find the MX ip. You could do it for every domain but I have chosen the single domain. http://www.qmailtoaster.net/notls.html Remo > On Dec 20, 2018, at 09:16, Tommi Järvilehto >

Re: [qmailtoaster] TLS issue how to fix it

2018-12-06 Thread Remo Mattei
That was the first thing I did but then I changed to use only that domain that was having issue. This installation is not part of qmailtoaster.. Too old! Remo > On Dec 6, 2018, at 14:25, Peter Peltonen wrote: > > Easiest for COS5 is to turn off TLS entirely for SMTP: > >

Re: [qmailtoaster] TLS issue how to fix it

2018-12-05 Thread Remo Mattei
Just want to add the is an old CentOS 5 box. Remo > On Dec 5, 2018, at 22:24, Remo Mattei wrote: > > Any tips on the issue > > TLS_connect_failed:_connection_reset;_connected_to_195.200.170.100./

[qmailtoaster] TLS issue how to fix it

2018-12-05 Thread Remo Mattei
Any tips on the issue TLS_connect_failed:_connection_reset;_connected_to_195.200.170.100./ Thanks - To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For additional commands, e-mail:

Re: [qmailtoaster] quota of mailboxes over 2 GB

2018-11-09 Thread Remo Mattei
I have set quota many times. I am not in front of my computer but I will check and pass the info Remo Inviato da iPhone > Il giorno 9 nov 2018, alle ore 15:43, Jeff Koch > ha scritto: > > I have this question also - I'd like to be able to set a mailbox quota of 6GB > but

Re: [qmailtoaster] quota of mailboxes over 2 GB

2018-11-09 Thread Remo Mattei
Giuseppe I am in Italy this week you can reach me directly to help you with this Inviato da iPhone > Il giorno 9 nov 2018, alle ore 08:33, Giuseppe Perna ha > scritto: > > Hi everyone > why from qmaildmin I can not increase the quota of mailboxes over 2 GB? > can I do it from cmd with some

Re: [qmailtoaster] Simultaneous pop3 connections from two devices

2018-10-22 Thread Remo Mattei
You need to adjust that in the toaster.conf mail_max_userip_connections = 50 I have mine high up there since I have two iPhones, several Macs etc.. you could use 50 or so > On Oct 22, 2018, at 17:03, Jeff Koch wrote: > > Hi Eric: > > We just installed another CDB version of the QMT. It's

Re: [qmailtoaster] dovecot error related to test-compression

2018-10-17 Thread Remo Mattei
To me it looks like you are missing some packages to do the test during the boot. Maybe a zlib just did a quick google search on that error. Remo > On Oct 17, 2018, at 02:21, Rajesh M <24x7ser...@24x7server.net> wrote: > > hello > > i am building as a root user on ce

Re: [qmailtoaster] I do not understand this error!

2018-10-16 Thread Remo Mattei
It works for me on my side. Remo > On Oct 16, 2018, at 00:41, Tommi Järvilehto > wrote: > > ftp.qmailtoaster.org <ftp://ftp.qmailtoaster.org/> is not responding. > > On 14.10.2018 18:45, Eric Broch wrote: >> You can do one of two things: >> >> 1) U

Re: [qmailtoaster] dovecot error related to test-compression

2018-10-12 Thread remo
CentOS 7? > Il giorno 12 ott 2018, alle ore 08:00, Rajesh M <24x7ser...@24x7server.net> > ha scritto: > > hello > > i am using centos 6, 64 bit system -- with the latest updates. > > i am trying to build a new server with qmailtoaster. > > all qmail packages installed successfully. > >

Re: [qmailtoaster] clamav, spamassassin, dovecot

2018-10-07 Thread Remo Mattei
what’s the changes? Do we have the change log Thanks Eric, Remo -- > On Saturday, Oct 06, 2018 at 14:24, Eric Broch (mailto:ebr...@whitehorsetc.com)> wrote: > In the testing repos, that is. > > > On 10/6/2018 3:22 PM, Eric Broch wrote: > > List, > > > > Late

Re: [qmailtoaster] Fwd: Re: vpopmail

2018-10-05 Thread Remo Mattei
My suggestions is to give an option to select which one the user wants to install. So maybe we have one version with clear and one without, which means the script will need to prompt you to select Remo > On Oct 5, 2018, at 11:35, Eric Broch wrote: > > actual: > > vdir

Re: [qmailtoaster] Fwd: Re: vpopmail

2018-10-04 Thread Remo Mattei
+1 When I read it.. > On Oct 4, 2018, at 08:10, Andrew Swartz wrote: > > I have ABSOLUTELY NO IDEA what that is supposed to mean. > > -Andy > > > On 10/4/2018 3:56 AM, Eric Broch wrote: >> Here's the answer I got from the Dovecot mailing list concerning the >> question of clear text

Re: [qmailtoaster] dovecot

2018-10-03 Thread Remo Mattei
how do we address the new users? Clear passwords still be set.. Eric, are you going to patch it to disable clear password on vpopmail? Ciao, Remo -- > On Wednesday, Oct 03, 2018 at 20:51, Eric Broch (mailto:ebr...@whitehorsetc.com)> wrote: > Hi Andy, > > I got it to wor

Re: [qmailtoaster] dovecot

2018-10-03 Thread Remo Mattei
the user I tested with can login, send mail etc. with no issues.. Now I wonder if we set a password does the clear password gets re-set and we need to redelete it again? Remo -- > On Wednesday, Oct 03, 2018 at 19:02, Eric Broch (mailto:ebr...@whitehorsetc.com)> wrote: > > Try the CL

Re: [qmailtoaster] Passwords after backup/restore

2018-10-03 Thread Remo Mattei
+1 > On Oct 3, 2018, at 12:35, Dan McAllister - QMT DNS wrote: > > I have read this thread somewhat thoroughly, but not particularly carefully. > But, that being said... unless I missed something, here's my take: > - QMail "proper" (that is, the SMTP servers) already "properly" authenticates

Re: [qmailtoaster] Passwords after backup/restore

2018-10-02 Thread Remo Mattei
I would say change to 40 chars Remo -- > On Tuesday, Oct 02, 2018 at 22:29, Eric Broch (mailto:ebr...@whitehorsetc.com)> wrote: > The solution might be to either patch dovecot with our own QMT patch at > compile time to avoid the clear text password altogether during >

Re: [qmailtoaster] Passwords after backup/restore

2018-10-02 Thread Remo Mattei
I remember as I said that the 5.5 had this option enabled. I may be wrong but I am pretty sure on that. > On Oct 2, 2018, at 19:47, Eric Broch wrote: > > Okay, > > Set user's password to 17 x's, eg: x > > I could not log in with 17x password but I could with 16x password. >

Re: [qmailtoaster] Passwords after backup/restore

2018-10-02 Thread Remo Mattei
I know that the 5.5 had some of those features.. So not sure if that is the case since we are running 5.4 in QMT. Remo -- > On Tuesday, Oct 02, 2018 at 18:35, Andrew Swartz (mailto:awswa...@acsalaska.net)> wrote: > Has vpopmail changed? > > Among the numerous possib

Re: [qmailtoaster] Passwords after backup/restore

2018-10-02 Thread Remo Mattei
I would suggest to try MariaDB 10, instead of 5.x and see if that’s still the case. Remo > On Oct 2, 2018, at 17:02, Eric Broch wrote: > > This might be worthy of a note to the MariaDB folks. > > > On 10/2/2018 5:59 PM, Andrew Swartz wrote: >> I felt a

Re: [qmailtoaster] centos 6

2018-09-27 Thread remo
I always had clear password but I know that it is possible to remove the clear password flag from vpopmail and password will show encrypted only. As far as password you could use the learn password with pop3 and the first time the user logs in it sets the password. Remo > Il giorno 27

Re: [qmailtoaster] rainloop

2018-09-24 Thread Remo Mattei
I have enabled, and it works great. Remo > On Sep 23, 2018, at 23:50, Peter Peltonen wrote: > > Great to see that Eric has found Rainloop as well :) > > One thing I didn't manage to get working was reCAPTCHA witht he pluging > provided > > Have you tried that / succe

Re: [qmailtoaster] Rainloop removed squirrelmail

2018-09-21 Thread Remo Mattei
; different IMAP servers. > > The only thing lacking is the documentation: it would be great to createa a > plugin for setting vacation message / password against our toaster, but with > the current documentation it might be a too big task... > >> On Tue, Aug 21, 2018 at 6:1

Re: [qmailtoaster] Php 7.x issues with qmailtoaster..

2018-09-16 Thread Remo Mattei
I did try that.. other things are broken too. Thanks any info will be appreciated though. Remo > On Sep 16, 2018, at 16:02, Jaime Lerner wrote: > > I could look at the script at admin.inc.php. You just need to use > preg_replace as the function instead of ereg_replace. Would be

[qmailtoaster] Php 7.x issues with qmailtoaster..

2018-09-16 Thread Remo Mattei
Hello guys, I do not use the UI much but I just noticed that one of my qmail is running php 7.x and here is the logs [Sun Sep 16 16:08:45.521413 2018] [:error] [pid 30232] [client 172.10.163.251:49668] PHP Notice: Undefined index: oldpasswd in /usr/share/toaster/htdocs/admin/index.php on line

[qmailtoaster] Manage sieve from many ysql

2018-09-15 Thread Remo Mattei
and I see that the server does behave as supposed to. Any tips? Thanks, Remo signature.asc Description: Message signed with OpenPGP

Re: [qmailtoaster] simscan - bad attachment: d

2018-09-14 Thread remo
I have seen that sometimes when sending to the list. > Il giorno 14 set 2018, alle ore 05:37, Eric Broch > ha scritto: > > Is this the correct patch: > > diff -ruN simscan-1.4.0/simscan.c simscan-1.4.0-tested/simscan.c > --- simscan-1.4.0/simscan.c 2011-02-08 20:26:06.095067924 -0200 > +++

Re: [qmailtoaster] COS 6.10 qmt build error.

2018-09-11 Thread Remo Mattei
Why 6? Since you are rebuilding go to 7 > On Sep 11, 2018, at 08:59, Tony White wrote: > > Hi folks, > Trying to create a new COS6 server. > > All ok up to qt-bootstrap-2 > where i get this error > > qt-bootstrap-2 - installing qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm > (repo) ... >

Re: [qmailtoaster] Allowing percent sign in email addresses

2018-09-11 Thread Remo Mattei
I am not sure that’s the case. I have an older version of qmail, on centos 5 and follow most of the Bill’s toaster, a few personal changes but my user was still be able to use @,and I do use spamdyke there too. Remo > On Sep 11, 2018, at 08:58, Andrew Swartz wrote: > >

Re: [qmailtoaster] Rainloop removed squirrelmail

2018-08-21 Thread Remo Mattei
Yes I have the round as Https://mydomain.com/email Https://mydomain.com/webmail now rainloop since squirrel did not work anymore. Looks like development is pretty old too. Remo > On Aug 21, 2018, at 11:37, Dan McAllister - QMT DNS wrote: > > Remo > > Thanks for the hea

[qmailtoaster] Rainloop removed squirrelmail

2018-08-20 Thread Remo Mattei
Hello guys, I installed rainloop and removed squirrelmail looks nice, = fast, supports lots of options. Remo signature.asc Description: Message signed with OpenPGP

Re: [qmailtoaster] /ect/crontab

2018-08-20 Thread Remo Mattei
# cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=postmas...@italy1.com # For details see man 4 crontabs # Example of job definition: # . minute (0 - 59) # | .- hour (0 - 23) # | | .-- day of month (1 - 31) # | | | .---

Re: [qmailtoaster] How to turn of DKIM check?

2018-08-18 Thread Remo Mattei
I got the msg too not sure.. looks like it’s working but not working with the 3.1 version > On Aug 18, 2018, at 15:59, Andrew Swartz wrote: > > It worked for me. > > -Andy > > > On 8/18/2018 10:52 AM, Jaime Lerner wrote: >> So I received a bounce notice from the list (ezmlm) with the

Re: [qmailtoaster] Removing domain keys

2018-08-17 Thread Remo Mattei
Same issue. I run reinstall as well on that.. not sure if it’s not working with php72 or so.. but I use mostly round and that works with the latest version now. Ciao > On Aug 17, 2018, at 05:52, Eric Broch wrote: > > mv /etc/squirrelmail/config_local.php /etc/squirrelmail/config_local.php.bak

Re: [qmailtoaster] Removing domain keys

2018-08-17 Thread Remo Mattei
Eric, Looks like the squirrelmail-1.4.22-1.qt.el7.x86_64 Is now broken cannot sent emails Not a big deal I use Roundcube but just so you know Message not sent. Server replied: 0 Can't open SMTP stream. > On Aug 16, 2018, at 23:03, Eric Broch wrote: > > Looks good. I'll have to implement

Re: [qmailtoaster] status of qmail-1.03-3 CentOS 7 ?

2018-08-16 Thread Remo Mattei
Yes, I now have two of the qmail servers on 7 with .1 I need to migrate some domains like 20 or so from an old 5.x centos.. Remo > On Aug 16, 2018, at 18:37, Eric Broch wrote: > > Did the first one upgrade to 1.03-3.1 okay? > > > On 8/16/2018 7:05 PM, Remo Mattei

Re: [qmailtoaster] status of qmail-1.03-3 CentOS 7 ?

2018-08-16 Thread Remo Mattei
So some interesting thing!! The second server I tried to run the .1 update and it went but I could not get stuff back on running. Luck me I had a .tg of the bin for qmail and what I did I downgraded, then restore the .gz and was able to get it back alive.. One of the major issues was I could

Re: [qmailtoaster] status of qmail-1.03-3 CentOS 7 ?

2018-08-16 Thread Remo Mattei
Here is what I had to change since by default did not change it.. On my smtps run file I had to change this export SMTPS=1 To this export SMTPAUTH=“!” To get it to work. Remo > On Aug 16, 2018, at 14:33, Eric Broch wrote: > > Andy, > > Would you mind sharing your tcprules

Re: [qmailtoaster] status of qmail-1.03-3 CentOS 7 ?

2018-08-16 Thread Remo Mattei
I will try on my other qmail 7 server. Let you know.  dal mio iPhone X > Il giorno 16 ago 2018, alle ore 10:35, Eric Broch > ha scritto: > > Thanks, Andy. > > It installed SMTPS, correct? > > If you felt bold, I needed some folks to test 1.03-3.1. ;-) > > Eric > > >> On 8/16/2018

Re: [qmailtoaster] Asking the password frequently

2018-08-16 Thread Remo Mattei
n 8/7/2018 10:30 PM, ChandranManikandan wrote: >>>>>>>> Hi Friends, >>>>>>>> >>>>>>>> Thank you for your support. >>>>>>>> >>>>>>>> I have solved the Thunderbird issue in Ubuntu 18 versi

Re: [qmailtoaster] status of qt-backup and qt-restore?

2018-08-14 Thread Remo Mattei
I would like to check that out too since I need to move some accounts from a 5x box. I just moved one domain and the steps I had to do is add the domain / users on the new server and then I did an rsync I wish I did not have to create an account but then it means I have to copy the db over.

Re: [qmailtoaster] setting up port 465 listening

2018-08-14 Thread Remo Mattei
r/qmail/control/dh1024.new 2>&1 > /dev/null > chown root:qmail /var/qmail/control/dh1024.new 2>&1 > /dev/null > mv -f /var/qmail/control/dh1024.new /var/qmail/control/dh1024.pem 2>&1 > > /dev/null > > I've changed to "2048" (from 1024) towa

Re: [qmailtoaster] setting up port 465 listening

2018-08-14 Thread Remo Mattei
I just did a quick google Looks like this should work http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch06s06.html > On Aug 13, 2018, at 23:39, Remo Mattei wrote: > > How did y-I gen the dh1024? > > Thanks > > Sent from my iPad > > On Aug 13, 2018,

Re: [qmailtoaster] setting up port 465 listening

2018-08-14 Thread Remo Mattei
; far as I can ascertain. I've sent an email to the patch author, but I've not > heard back. > If you want larger dhparams/keys, the easiest way is to edit the sizes in > /var/qmail/bin/dh_key and just wait for the daily cron job to generate new > files. > > -Andy > >

Re: [qmailtoaster] setting up port 465 listening

2018-08-14 Thread Remo Mattei
"/var/qmail/bin/qmail-queue.orig",DKVERIFY="DEGIJKfh",DKSIGN="/var/qmail/control/domainkeys/%/private” > On Aug 13, 2018, at 22:43, Andrew Swartz wrote: > > Remo, > > I don't think the order matters in tlsserverciphers. I cat'd the cert, the > key, a

Re: [qmailtoaster] setting up port 465 listening

2018-08-14 Thread Remo Mattei
I have both of my qmail servers now running :) with the right certs LOL! That was interesting never paid attention since seemed to work. Thanks Andy, now they have the right inline cert too.. Looks like it was missing the bundle. Remo > On Aug 13, 2018, at 22:54, Remo Mattei wrote: >

Re: [qmailtoaster] setting up port 465 listening

2018-08-13 Thread Remo Mattei
Now what’s the full chain order? > On Aug 13, 2018, at 22:24, Andrew Swartz wrote: > > openssl s_client -starttls smtp -crlf -connect qmail.rm.ht:587 signature.asc Description: Message signed with OpenPGP

Re: [qmailtoaster] setting up port 465 listening

2018-08-13 Thread Remo Mattei
I think I need to add the intermediary cert. looks like.. trying to figure that out now.. not sure which order they go. Andrew Swartz wrote on 8/13/18 22:24: Remo, I just did this: openssl s_client -starttls smtp -crlf -connect qmail.rm.ht:587 and got the same result. Therefore you've

Re: [qmailtoaster] setting up port 465 listening

2018-08-13 Thread Remo Mattei
Looks like same issue openssl s_client -starttls smtp -crlf -connect localhost:587 CONNECTED(0003) depth=0 OU = Domain Control Validated, OU = PositiveSSL, CN = qmail.rm.ht verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 OU = Domain Control Validated, OU =

Re: [qmailtoaster] setting up port 465 listening

2018-08-13 Thread Remo Mattei
one more thing sed -i 's/DH:!LOW:!MEDIUM/ECDHE:DHE:ECDH:DH:AES:!SSLv2:!SSLv3/' /etc/tcprules.d/tcp.smtp; I do not see anything in my tcp.smtp. Remo Remo Mattei wrote on 8/13/18 21:56: sed -i 's/DH:!LOW:!MEDIUM/ECDHE:DHE:ECDH:DH:AES:!SSLv2:!SSLv3/' /etc/tcprules.d/tcp.smtp; -- Sent from

Re: [qmailtoaster] setting up port 465 listening

2018-08-13 Thread Remo Mattei
=PositiveSSL/CN=qmail.rm.ht i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA --- I do have a valid cert as you can see it’s from COMODO. But not sure about the first few lines Remo > On Aug 13, 2018, at 21:42, Andrew Swartz wrote: >

Re: [qmailtoaster] setting up port 465 listening

2018-08-13 Thread Remo Mattei
og/run; \ sed -i 's/DH:!LOW:!MEDIUM/ECDHE:DHE:ECDH:DH:AES:!SSLv2:!SSLv3/' /etc/tcprules.d/tcp.smtp; \ qmailctl cdb; \ qmailctl start; \ netstat -lnp | grep 465 -Andy PS: If old clients cannot connect, then remove the "!SSLv3" from the cipher list in tcp.smtp On 8/13/2018

Re: [qmailtoaster] setting up port 465 listening

2018-08-13 Thread Remo Mattei
Let’s try it now :) Thanks Andy > On Aug 13, 2018, at 21:36, Andrew Swartz wrote: > > qmailctl stop; \ > cp -r /var/qmail/supervise/submission /var/qmail/supervise/smtps; \ > chown -R qmaill:qmail /var/qmail/supervise/smtps; \ > sed -i 's/REQUIRE_AUTH=1/REQUIRE_AUTH=1\nexport SMTPS=1/' >

Re: [qmailtoaster] setting up port 465 listening

2018-08-13 Thread Remo Mattei
Cool! I remember I did it like Eric described but the bottom line is it works either way. I do not offer 465 any longer :)  dal mio iPhone X > Il giorno 13 ago 2018, alle ore 20:25, Andrew Swartz > ha scritto: > > I eventually figured this out, and accomplished the same result though I >

Re: [qmailtoaster] Requested DIGEST-MD5 scheme, but we have only SHA1

2018-08-13 Thread Remo Mattei
I used this settings auth_cache_ttl = 60 auth_cache_negative_ttl = 60 Did not change the key value. Remo > On Aug 13, 2018, at 14:01, Peter Peltonen wrote: > > I have a user with Outlook 2016 having this error appearing in the > Dovecot logs and not being able to login wh

Re: [qmailtoaster] Requested DIGEST-MD5 scheme, but we have only SHA1

2018-08-13 Thread Remo Mattei
I hade to use a timeout on mine. I can share it later tonight Sent from my iPad > On Aug 13, 2018, at 2:01 PM, Peter Peltonen wrote: > > I have a user with Outlook 2016 having this error appearing in the > Dovecot logs and not being able to login when it occurs > > The strange thing is that

Re: [qmailtoaster] setting up port 465 listening

2018-08-11 Thread Remo Mattei
It uses 587 you could use that to change port. It should work. Sent from my iPad > On Aug 11, 2018, at 5:36 PM, Andrew Swartz wrote: > > I just installed qmailtoaster onto CentOS-7. The qt_install script > opened port 465 on the firewall. However, s_client cannot connect to > port 465 and

Re: [qmailtoaster] Asking the password frequently

2018-08-06 Thread Remo Mattei
The only thing I do not like about let’s encrypt is that every 90 days my iPhone, was complaining about the cert.. etc.. so for 12 dollars 2years.. it’s all worth it. Remo > On Aug 6, 2018, at 11:09, Rodrigo Cortes wrote: > > Hi! > > Use letenscrypt is free :) > >

Re: [qmailtoaster] Asking the password frequently

2018-08-06 Thread Remo Mattei
https://www.ssls.com > On Aug 6, 2018, at 09:26, Eric Broch wrote: > > Where'd you get this certificate? > > On 8/6/2018 8:46 AM, Remo Mattei wrote: >> I just bought a two year valid cert fro 11.98 or so less than $12 >> >> >> >>  dal mio iP

Re: [qmailtoaster] Asking the password frequently

2018-08-06 Thread Remo Mattei
I just bought a two year valid cert fro 11.98 or so less than $12  dal mio iPhone X > Il giorno 06 ago 2018, alle ore 07:20, Eric Broch > ha scritto: > > A signed certificate (not self-signed) may be required by Outlook365. If you > use LetsEncrypt it won't cost a thing. If I remember

[qmailtoaster] {Disarmed} Re: [qmailtoaster] clamav-toaster 0.100

2018-07-05 Thread Remo Mattei
I just rebooted and I see the same issues I see >> Hi, >> >> It asked for newer versions libcurl and libcurl-devel versions, default >> centos5 repostitory is 7.15 so I had to install libssh2, >> libcurl-7.21.7-5.el5.remi.2.x86_64.rpm, >> libcurl-devel-7.21.7-5.el5.remi.2.x86_64.rpm and

[qmailtoaster] {Disarmed} Re: [qmailtoaster] mail disappeared webmail for for all domain miodominio.com

2018-06-19 Thread Remo Mattei
Giuseppe (Italiano) anyhow did you try to restart the services? Remo > On Jun 19, 2018, at 8:48 AM, Giuseppe Perna wrote: > > Hello Eric, thanks for you replay, > > i have run this comand : touch /path/to/dir/where/files/are/not/showing/cur > and touch /path/

[qmailtoaster] DMARC and DMIK setup

2018-03-10 Thread Remo Mattei
Hello I remember someone has set this up can the stepped be shared. Thanks Remo

Re: [qmailtoaster] CNAME lookup failed temporarily -- workarounds?

2018-02-15 Thread Remo Mattei
Jeff, I see your msg below. I have moved boxes around. I found easy to create the new users on the new box and rsync the data over from the old box to the new.. Cleaner and much faster way. Anyhow, that’s my two cents here! Remo > On Feb 15, 2018, at 7:04 AM, Eric Broch &

Re: [qmailtoaster] Mail Quota 2GB

2018-02-07 Thread Remo Mattei
Yes NOQUOTA is the unlimited and you can set that per user. Remo > On Feb 7, 2018, at 10:01 AM, Fabio Mecchia <ktf4...@gmail.com> wrote: > > Hi, > I have a few account used as archive with NOQUOTA and they are over 80GB each. > > Fabio Mecchia > > 2018-02-07 1

Re: [qmailtoaster] qmail upgrade

2018-02-01 Thread Remo Mattei
I just tested mine yum upgrade no new pkg and sent an email out it works ok. Inviato da iPhone > Il giorno 01 feb 2018, alle ore 07:25, Chandran Manikandan > ha scritto: > > Hi Eric, > > Am currently using COS 6 with domainkeys and tcp file like that >

Re: [qmailtoaster] clamav KO - ERROR: accept() failed

2018-01-26 Thread Remo Mattei
net.cz> wrote: > > Remo: > > Good Temporarily > > ClamAV not close file descriptor: > > lsof | grep clamav | grep delete > > more more more > clamd 160821 171659clamav 26u REG 253,0 > 2 672063 /tmp/clamav-

Re: [qmailtoaster] clamav KO - ERROR: accept() failed

2018-01-26 Thread Remo Mattei
> code so that a buggy set of definitions will fall back to something that > won't kill a mailserver. > > http://lists.clamav.net/pipermail/clamav-users/2018-January/005687.html > <http://lists.clamav.net/pipermail/clamav-users/2018-January/005687.html> > > Jeff >

Re: [qmailtoaster] clamav KO - ERROR: accept() failed

2018-01-26 Thread Remo Mattei
, sigs: 1835982, f-level: 63, builder: neo) bytecode.cld is up to date (version: 319, sigs: 75, f-level: 63, builder: neo) Qmail7 clamav >’ All good here! Remo > On Jan 26, 2018, at 6:16 PM, Jeff Koch <jeffk...@intersessions.com> wrote: > > Hi - I don't think this has anythin

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Remo Mattei
Michele a me funziona con la versione che hai tu. I have the same version and it’s all working permissions check my email Inviato da iPhone > Il giorno 26 gen 2018, alle ore 16:47, Peter Peltonen > ha scritto: > > First thing that comes to my mind is to check

Re: [qmailtoaster] clamav KO - ERROR: accept() failed

2018-01-26 Thread Remo Mattei
Here is what is mine set to -rws--x--x 1 clamav root 34774 Apr 6 2016 simscan And increased the exec /usr/bin/softlimit -m 6400 \ All good here. Remo > On Jan 26, 2018, at 11:55 AM, Havrla <hav...@lhotkanet.cz> wrote: > > Can't create temporary file

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Remo Mattei
I recall to fix this with some permissions I am in Europe now will check ASAP and share my settings. Inviato da iPhone > Il giorno 26 gen 2018, alle ore 11:24, Michele Federici > ha scritto: > > Hi, > > I have a qmail server that today returns in the smtp log "mail

Re: [qmailtoaster] It seems my server is blocked by baracuda!

2018-01-03 Thread Remo Mattei
I have been using Barracuda for many years now, but I did get your msg. http://barracudacentral.org/rbl/listing-methodology This will allow to write to them and take your ip off. It normally takes 2hours to 1 day. > On Jan 3, 2018, at

Re: [qmailtoaster] connection issues again.

2017-12-29 Thread Remo Mattei
Use mod_security for httpd super used for years now. Il giorno 29 dic 2017, alle ore 11:48, Remo Mattei <r...@mattei.org> ha scritto: Iptables Here is my rules /etc/firewalld/direct.xml -p tcp --dport 25 -m state --state NEW -m recent --set -p tcp --dport 25 -m state --state

Re: [qmailtoaster] connection issues again.

2017-12-29 Thread Remo Mattei
Iptables Here is my rules /etc/firewalld/direct.xml -p tcp --dport 25 -m state --state NEW -m recent --set -p tcp --dport 25 -m state --state NEW -m recent --update --seconds 30 --hitcount 4 -j REJECT --reject-w ith tcp-reset -p tcp --dport 25 -m state --state NEW -m recent --update

Re: [qmailtoaster] connection issues again.

2017-12-29 Thread Remo Mattei
Yes I created some rules based on connection time like 30 sec 5 min 30 min etc. Dropped them. Il giorno 29 dic 2017, alle ore 06:07, Solo ha scritto: Hi Tony. Yes I see a lot - in my logs I think it's those spammers that tries to connect to Your server using a lot of

[qmailtoaster] {Disarmed} Re: [qmailtoaster] Blocking Top Level Domains

2017-12-19 Thread Remo Mattei
What will be the best option to implement this file Tony? Ciao > On Dec 19, 2017, at 1:09 AM, Tony White wrote: > > Found it... > > # Version 2017121800, Last Updated Mon Dec 18 07:07:01 2017 UTC > http://data.iana.org/TLD/tlds-alpha-by-domain.txt > > Worth a look see... >

[qmailtoaster] {Disarmed} Re: [qmailtoaster] Blocking Top Level Domains

2017-12-18 Thread Remo Mattei
> > On 12/18/2017 3:04 PM, Remo Mattei wrote: >> I do have that too not sure to move them over yet! >> >> Il giorno 18 dic 2017, alle ore 11:43, Sean Murphy >> <sean.mur...@mobilcom.net> ha scritto: >> >> Eric, >> >> I just watche

Re: [qmailtoaster] Blocking Top Level Domains

2017-12-18 Thread Remo Mattei
I do have that too not sure to move them over yet! Il giorno 18 dic 2017, alle ore 11:43, Sean Murphy ha scritto: Eric, I just watched qmail reject a new address from the date domain. The syntax is indeed .@*\.date$ in badmailfrom. I'm still running an older

Re: [qmailtoaster] How to increase email attachment size

2017-12-12 Thread Remo Mattei
You have to set that manually and try like vmoduser for those people. Remo Il giorno 12 dic 2017, alle ore 06:57, Tony White <t...@ycs.com.au> ha scritto: You are correct Eric. Read to quickly. If it was me I would have two vm servers one for business and one for everyone else. best

Re: [qmailtoaster] Missing domain

2017-11-20 Thread Remo Mattei
Missing a single domain from the assign file? That sounds really strange. I would check history I personally think it was executed accidentally.   On 11/20/17 6:39 AM, Eric Broch wrote: > Hmmm... > > not sure how a domain would be removed from assign db on a php upgrade, > but did you rebuild the

Re: [qmailtoaster] logging subjects of sent / received email

2017-11-13 Thread Remo Mattei
I use the files since I have issues with vpopaliases!!! Just my 2 cents On 11/13/17 6:33 PM, Eric Broch wrote: > Hi Peter, > > The way that vpopmail is compiled the alias stuff is in the maria/mysql > db, but I THINK you can put the same entries that go into the alias > files into one of the

Re: [qmailtoaster] Migrating a large server to the new QMT

2017-10-26 Thread Remo Mattei
the other is learn password if they use pop but not sure if even they want to consider that. Remo On 10/26/17 10:06 AM, Eric Broch wrote: > > Is there a plain text vpasswd file? > > In my mind 1 and 2 could easily be scripted and 3 copied (rsync'ed) > into place. > > >

Re: [qmailtoaster] add user default quota setting

2017-09-29 Thread Remo Mattei
I use this file and it's easy to move around! >>> more .qmailadmin-limits maxpopaccounts: 50 maxaliases: -1 maxforwards: -1 maxautoresponders: -1 maxmailinglists: -1 quota: 10 maxmsgcount: 18446744073709551615 default_quota: 11441943040 default_maxmsgcount: 18446744073709551615 perm_account:

Re: [qmailtoaster] simcan on ramdisk

2017-09-20 Thread Remo Mattei
here is my fstab simscan-disk         /var/qmail/simscan  tmpfs size=5100M,nodev,noexec,noatime,uid=46,gid=46,mode=2750 0 0 On 9/20/17 9:41 PM, Eric Broch wrote: > > Hi Rajesh (and others), > > I just implemented ramdisk for simscan on my business server. Haven't > put the entry in the

Re: [qmailtoaster] simcan on ramdisk

2017-09-20 Thread Remo Mattei
just sent a test Sep 20 22:12:06 qmail7 clamd: /var/qmail/simscan/1505970720.743939.2533/addr.1505970720.743939.2533: OK Sep 20 22:12:06 qmail7 clamd: /var/qmail/simscan/1505970720.743939.2533/textfile0: OK Sep 20 22:12:06 qmail7 clamd: /var/qmail/simscan/1505970720.743939.2533/textfile1: OK Sep

Re: [qmailtoaster] simcan on ramdisk

2017-09-20 Thread Remo Mattei
Good I tried up to 4 gb and that was huge diff Remo Il giorno 20 set 2017, alle ore 18:29, Eric Broch <ebr...@whitehorsetc.com> ha scritto: Not yet, I'll get around to it tomorrow; although, I did create a ramdisk not using qmail and the i/o is below...ramdisk and regular disk: # mo

Re: [qmailtoaster] chkusr settings

2017-09-18 Thread Remo Mattei
if you are in any sort going to use chkuser you want the chkuser_users_dash otherwise mailing list will not work.. I remember I worked with Tonix to have that implemented. Remo On 9/18/17 7:52 AM, Rajesh M wrote: > hi eric > > i wished to disable chkusr mx check, format check etc .. and

Re: [qmailtoaster] chkusr and spamdyke

2017-09-14 Thread Remo Mattei
Hi Eric, did you remove the info in the (/etc/tcprules.d/tcp.smtp) for the smtp? Thanks, Remo On 9/14/17 10:19 AM, Eric Broch wrote: > > Rajesh, > > I got this working, here's how: > > 1) # wget https://www.spamdyke.org/releases/spamdyke-5.0.1.tgz > > 2) # tar zxvf spamdy

<    1   2   3   4   5   6   >