Re: [qmailtoaster] Roundcube - Out of office / auto reply

2024-05-20 Thread Eric Broch
;> :: Size<416097> :: vSize<421509>. Or this in case of reply rule: sieve: info: started log at 2024-05-20 09:17:37 +0200. error: From:- :: Subject: :: Status:response to sen...@otherdomain.it: (temporary error)> :: MsgID:<> :: Size<2912> :: vSize<2986>.

Re: [qmailtoaster] Roundcube - Out of office / auto reply

2024-05-17 Thread Eric Broch
Is this a plugin for roundcubemail ? I can't find the setting 'filter action' in my roundcube setup. On 5/17/2024 10:29 AM, Cinghiuz wrote: Hi list, I have a Rocky Linux 8.6 with QMT up and running with Roundcube, Dovecot and Vpopmail. Through Roundcube webmail interface I set up a filter

Re: [qmailtoaster] New Cipher error with last update

2024-05-07 Thread Eric Broch
There are two cipher calls setting openssl, old and new (this is in the code): SSL_CTX_set_cipher_list (old) SSL_CTX_set_ciphersuites (new) Settings in the config file respectively are these: tls-cipher-list=xx tls-ciphersuites=xx Since I set them by default automatically now there

Re: [qmailtoaster] Crontab message

2024-04-23 Thread Eric Broch
So this was a left over of the update. What does dh_key do? Regards, Peter Eric Broch schreef op 23 april 2024 15:18:38 CEST:  vi /etc/crontab remove  01 01 * * * root /var/qmail/bin/dh_key 2>&1 > /dev/null On 4/23/2024 7:10 AM, Eric Broch wrote: look in

Re: [qmailtoaster] Crontab message

2024-04-23 Thread Eric Broch
 vi /etc/crontab remove  01 01 * * * root /var/qmail/bin/dh_key 2>&1 > /dev/null On 4/23/2024 7:10 AM, Eric Broch wrote: look in the cron file and delete the call to dh_key On 4/23/2024 2:49 AM, pe...@peterse-uithuizen.com wrote: Hello list, Do you also get every night the mes

Re: [qmailtoaster] Crontab message

2024-04-23 Thread Eric Broch
look in the cron file and delete the call to dh_key On 4/23/2024 2:49 AM, pe...@peterse-uithuizen.com wrote: Hello list, Do you also get every night the message: /bin/bash: line 1: /var/qmail/bin/dh_key: No such file or directory I've seen this message after the update of qmail. Is it a new

Re: [qmailtoaster] Rspam

2024-04-17 Thread Eric Broch
The rspam documentation is awful, in my opinion, however, it is drop in and can be used in .qmail files which is why I implemented it. I will not be much help on configuring it. On 4/17/2024 8:19 AM, Gary Bowling wrote: Looks like my new server's rspam started blocking mail from the list

Re: [qmailtoaster] Rocky9 - new mailserver setup - off topic

2024-04-17 Thread Eric Broch
> On 4/17/2024 7:47 AM, Jeff Koch wrote: Hi Eric - Besides Rocky9/EL9 are you working with any other distros?  EL9/epel is missing two libraries I need - libmaxminddb and  oniguruma. Jeff On 4/15/2024 12:44 PM, Eric Broch wrote: Neither, /var/qmail/control/dh2048.pem /var/qmail/con

Re: [qmailtoaster] Re: Rocky9 - new mailserver setup - off topic

2024-04-16 Thread Eric Broch
he > roundcube virtualhost. > > > > https://www.cyberciti.biz/faq/how-to-secure-apache-with-lets-encrypt-certificates-on-rhel-8/ > > > Hope this helps.. Gary > > > On 4/15/2024 1:33 PM, Eric Broch wrote: > > Anyone feel like doing a write-up and I'll put it on

Re: [qmailtoaster] Re: Rocky9 - new mailserver setup - off topic

2024-04-15 Thread Eric Broch
I'm not sure how many are using EL8, but I'll have that ready in a couple days On Mon, Apr 15, 2024 at 8:47 PM Eric Broch wrote: > qmail-1.03-3.3.9 > > It has eliminated the need for dh and rsa keys > > Eric > > On Mon, Apr 15, 2024 at 10:44 AM Eric Broch > wrote:

Re: [qmailtoaster] Re: Rocky9 - new mailserver setup - off topic

2024-04-15 Thread Eric Broch
qmail-1.03-3.3.9 It has eliminated the need for dh and rsa keys Eric On Mon, Apr 15, 2024 at 10:44 AM Eric Broch wrote: > Neither, > > /var/qmail/control/dh2048.pem > /var/qmail/control/rsa2048.pem > > On 4/15/2024 10:33 AM, Gary Bowling wrote: > > > Thanks, will st

Re: [qmailtoaster] Re: Rocky9 - new mailserver setup - off topic

2024-04-15 Thread Eric Broch
to handle that? Or is that something that is left over from my old server that I moved over? Thanks, Gary On 4/15/2024 12:44 PM, Eric Broch wrote: Neither, /var/qmail/control/dh2048.pem /var/qmail/control/rsa2048.pem On 4/15/2024 10:33 AM, Gary Bowling wrote:

Re: [qmailtoaster] Re: Rocky9 - new mailserver setup - off topic

2024-04-15 Thread Eric Broch
Neither, /var/qmail/control/dh2048.pem /var/qmail/control/rsa2048.pem On 4/15/2024 10:33 AM, Gary Bowling wrote: Thanks, will still require rsa? On 4/15/2024 10:47 AM, Eric Broch wrote: My next iteration on EL9 will remove keysize it's deprecated, has been for a while. Should have

Re: [qmailtoaster] Re: Rocky9 - new mailserver setup - off topic

2024-04-15 Thread Eric Broch
My next iteration on EL9 will remove keysize it's deprecated, has been for a while. Should have the new code out within the week. SSL_CTX_set_tmp_rsa_callback · openssl/openssl · Discussion #23769 (github.com) On 4/15/2024 6:25 AM, Gary

Re: [qmailtoaster] Re: Rocky9 - new mailserver setup - off topic

2024-04-15 Thread Eric Broch
if (in) {   rsa = PEM_read_RSAPrivateKey(in, NULL, NULL, NULL);   fclose(in);   if (rsa) return rsa;     }   } On 4/15/2024 8:47 AM, Eric Broch wrote: My next iteration on EL9 will remove keysize it's deprecated, has been for a while. Should have the new code

Re: [qmailtoaster] MySQL conversion to MariaDB question

2024-04-11 Thread Eric Broch
to the other. On 4/11/2024 8:41 AM, William Silverstein wrote: I am a little confused. Does this mean that Mariadb should not be used with QMT? On Thu, April 11, 2024 7:22 am, Eric Broch wrote: I saw no reason to maintain two versions of the software. On 4/11/2024 3:26 AM, Qmail wrote: FYI When

Re: [qmailtoaster] MySQL conversion to MariaDB question

2024-04-11 Thread Eric Broch
I saw no reason to maintain two versions of the software. On 4/11/2024 3:26 AM, Qmail wrote: FYI When I did roll on to Rocky8 and now Rocky 9 I found out that the 10.3.35-MariaDB Server version - is  the last version compliant with Qmail software. I think recall it is libmysqlclient that

Re: [qmailtoaster] database query!

2024-04-10 Thread Eric Broch
server. regards Anthony White On 11/4/24 01:37, Eric Broch wrote: pw_shell=##S, #C ##S = default quota bytes #C = max msg quota Here is the actual code when adding a user if anyone reads 'c' and is interested.   if (limits.defaultquota > 0) {     if (limits.defaultmaxmsgco

Re: [qmailtoaster] database query!

2024-04-10 Thread Eric Broch
Yes, vpopmail.c On 4/10/2024 9:54 AM, Tony White wrote: Hi Eric,   Understood thank you. So it is in fact in the vpopmail.c file not the vadduser.c. regards Anthony White On 11/4/24 01:37, Eric Broch wrote: pw_shell=##S, #C ##S = default quota bytes #C = max msg quota

Re: [qmailtoaster] database query!

2024-04-10 Thread Eric Broch
pw_shell=##S, #C ##S = default quota bytes #C = max msg quota Here is the actual code when adding a user if anyone reads 'c' and is interested.   if (limits.defaultquota > 0) {     if (limits.defaultmaxmsgcount > 0)   snprintf (quota, sizeof(quota), "%lluS,%lluC",

Re: [qmailtoaster] error message spamd: still running as root

2024-04-08 Thread Eric Broch
razor/' --razor-log-file='sys-syslog'" I will try yours. thanks, Peter On 4-4-2024 23:56, Eric Broch wrote: # cat  /etc/sysconfig/spamassassin # Options to spamd #SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' --razor-log-file='sys-syslog'" SPAMDOPTIONS="--c

Re: Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
;____ >From: Eric Broch >Sent: 08 April 2024 09:44 >To: qmailtoaster-list@qmailtoaster.com > >Subject: Re: [qmailtoaster] Re: I messed up DKIM setup > >Here are what entries in the assign file look like, below. You'll need >to check the domains in /

Re: Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
opmail/domains/domain1.in:-:: >+domain2.in-:domain2.in:89:89:/home/vpopmail/domains/domain2.in:-:: > >I have /var/qmail/assign.rpmsave , how do I add the domains therin to >assign file and rebuild it? > > >____ >From: Eric Broch >Sent: 08 April

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
/qmailtoaster.org:-:: . On Apr 7, 2024, 9:57 PM, at 9:57 PM, Eric Broch wrote: ># cat /var/qmail/users/assign > >If there is nothing in it it's going to have to be rebuilt. > > > >On Apr 7, 2024, 9:48 PM, at 9:48 PM, Biju Jose >wrote: >>doveadm auth test postm

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
>IMAPS: postmas...@domain1.co.in [failed] >Submission: postmas...@domain1.co.in --> bijuko...@outlook.com [failed] >SMTPS: postmas...@domain1.co.in --> bijuko...@outlook.com [failed] > > > >From: Eric Broch >Sent: 08 April 2024 07:57 >To: qmail

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
in the config file. Does that log file presently give you any errors? Eric On 4/7/2024 8:12 PM, Eric Broch wrote: The *ONLY* thing that should have changed for a DKIM upgrade is qmail-remote. This has absolutely *NOTHING* to do with logging in. What else changed on your system besides

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
-remote. Again, what else changed! On 4/7/2024 7:55 PM, Biju Jose wrote: No, I can login to newly created domain, but not to the existing domains. How can I fix  this? *From:* Eric Broch *Sent:* 08 April 2024 07

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
oot   qmail  31224 Sep 10  2019 srsfilter -rwxr-xr-x 1 root   qmail  26920 Sep 10  2019 tcp-env -rwxr-xr-x 1 root   root     618 Dec 24  2013 update-simscan *From:* Eric Broch *Sent:* 07 April 2024 21:40 *To:* qmailtoaster-l

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
x 1 root   root     618 Dec 24  2013 update-simscan *From:* Eric Broch *Sent:* 07 April 2024 21:40 *To:* qmailtoaster-list@qmailtoaster.com *Subject:* Re: [qmailtoaster] Re: I messed up DKIM setup All you should have to

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
[qmailtoaster] Re: I messed up DKIM setup the qmail-remote.orig file I have is 52,056 bytes root:qmail -rwx—x—x This is not working. Can I get the file please ? ---- *From:* Eric Broch *Sent:* 07 April 2024 21:01 *To:*

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
Apr 2024 13:15:35 GMT  #269010074  45155  bouncing 7 Apr 2024 13:16:12 GMT  #269010075  63818  bouncing Priority is to bring it back to send and receive state, DKIM can be setup next weekend. *From:* Eric Broch *Sent

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
And while your at it, can you check the queue? #qmailctl queue I might ask, do you want to debug this now, or do you want mail to start flowing again? On 4/7/2024 9:14 AM, Eric Broch wrote: That won't work because you'll have #my $debugfile  = undef; my $debugfile    = '/tmp

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
*From:* Eric Broch *Sent:* 07 April 2024 20:06 *To:* qmailtoaster-list@qmailtoaster.com *Subject:* Re: [qmailtoaster] Re: I messed up DKIM setup Change qmail-remote to look like this #my $debugfile  = undef; my $debugfile    = '/tmp/dkim.debug'; send an email

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
@40006612adc825609c74 warning: trouble injecting bounce message, will try later @40006612adc8256ce114 warning: trouble injecting bounce message, will try later *From:* Eric Broch *Sent:* 07 April 2024 19:59 *To:* qmailtoaster-list

Re: [qmailtoaster] Re: I messed up DKIM setup

2024-04-07 Thread Eric Broch
Is there anything in /var/log/qmail/send/current log? On 4/7/2024 8:27 AM, Biju Jose wrote: The guide was at http://www.qmailtoaster.com/dkim.html *From:* Biju Jose *Sent:* 07 April 2024 19:56 *To:*

Re: [qmailtoaster] error message spamd: still running as root

2024-04-04 Thread Eric Broch
# cat  /etc/sysconfig/spamassassin # Options to spamd #SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' --razor-log-file='sys-syslog'" SPAMDOPTIONS="--create-prefs -m10 -q -x -u clamscan" What's in your /etc/sysconfig/spamassassin file? On 4/4/2024 2:21 PM, Peter Peterse wrote:

Re: [qmailtoaster] send email all user

2024-04-03 Thread Eric Broch
mail. Use with -V to list accounts)    -c (default, copy file)    -h (use hard links)    -s (use symbolic links) On 4/3/2024 9:25 AM, Andreas wrote: The tool is vpopbull, at least it was part of vpopmail. That sends email to a domain. Andreas Am 03.04.24 um 17:23 schrieb Eric Broch: I

Re: [qmailtoaster] send email all user

2024-04-03 Thread Eric Broch
I thought I remembered an option in vqadmin or qmailadmin where you could send an email to a domain, but I can't find it now. You could 1) vi passwd (add mysql root password) echo "select concat(pw_name,'@','mydomain.com') as user from mydomain_com" | mysql -u root -p`cat passwd` vpopmail

Re: [qmailtoaster] Qmail Admin File error 6 - IP Address Change

2024-04-02 Thread Eric Broch
I'm not aware of any, but giving it some thought: What provider does this!!!??? Is there any software anywhere that could overcome something like this where once communication is establish between hosts and one host's IP address arbitrarily changes how could any communication still

Re: [qmailtoaster] Changed out the servers

2024-04-01 Thread Eric Broch
I'm not sure what you mean by 'thousands' of emails. What are the 'thousands' of emails? Duplicates? What? What about roundcube or squirrelmail or other imap clients? I'd like to narrow it down. On 4/1/2024 1:54 AM, Tony White wrote: Hi Remo,   Short answer is no the is no file or folder

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Eric Broch
What's in dovecot.conf ? On 3/30/2024 1:00 AM, Tony White wrote: Hi,   Seems I do not have a /etc/dovecot/toaster.conf file anywhere. Do I just create it? regards Anthony White On 30/3/24 17:42, Eric Broch wrote: cat /var/log/dovecot.log If you don't see anything, dovecot has authorization

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Eric Broch
: axti.au:443:0 server certificate does NOT include an ID which matches the server name [Sat Mar 30 15:36:08.321262 2024] [ssl:warn] [pid 1073:tid 140572332087616] AH01909: axti.au:443:0 server certificate does NOT include an ID which matches the server name regards Anthony White On 30/3/2

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Eric Broch
with a '-' (dash), you'll be okay with 's/_/./g' On 3/30/2024 12:34 AM, Eric Broch wrote: Replaces last occurrence of '.' only  sed -e 's/\(.*\)_/\1./' Replaces all other '_' with '-'  's/_/-/g' This is irregular given the nature of domain names. I'd go with 's/_/./g' That replaces all occurrences

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Eric Broch
Replaces last occurrence of '.' only  sed -e 's/\(.*\)_/\1./' Replaces all other '_' with '-'  's/_/-/g' This is irregular given the nature of domain names. I'd go with 's/_/./g' That replaces all occurrences of '_' of the domain table with '.'. On 3/30/2024 12:16 AM, Eric Broch wrote

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Eric Broch
f I rerun it would you suggest I manually drop the new vpopmail table first? regards Anthony White On 30/3/24 16:24, Eric Broch wrote:    wget -P /etc/dovecot https://raw.githubusercontent.com/qmtoaster/scripts/master/dovecot.conf    wget -P /etc/dovecot https://raw.githubusercontent.com/qmtoas

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-30 Thread Eric Broch
lly drop the new vpopmail table first? regards Anthony White On 30/3/24 16:24, Eric Broch wrote:    wget -P /etc/dovecot https://raw.githubusercontent.com/qmtoaster/scripts/master/dovecot.conf    wget -P /etc/dovecot https://raw.githubusercontent.com/qmtoaster/scripts/master/dovecot-sql.conf.

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
working properly. regards Anthony White On 30/3/24 14:47, Eric Broch wrote: I would reconsider and go with Many Domain option. The domain table option uses Dovecot binaries that can never be updated since Dovecot has eliminated the vpopmail driver from the source. I'm

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
see anything in the log file to explain the failure. regards Anthony White On 30/3/24 11:56, Eric Broch wrote: If you're installing on EL9 you have no choice, all the packages are Many-Domain. You'll have to dump the vpopmail db on the old server, copy it to the new server, import the db

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
doing many domains then moving my client domains over. TIA :) regards Anthony White On 30/3/24 02:25, Eric Broch wrote: It should, although 9 is strictly 'Many-Domain' so vpopmail database will need to be converted. Many domain's conversion - QMT (qmailtoaster.org) <https://qmailto

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
ailToaster <http://wiki.qmailtoaster.org/index.php?title=PHP_upgrade_7.x_to_8.1> On 3/29/2024 9:09 AM, Tony White wrote: Eric,   Does the migrate.html direction hold for Rocky 9? regards Anthony White On 30/3/24 02:02, Eric Broch wrote: Yes, email address and password. If both are pro

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
takes forever to quit with loading then fails. Squirrelmail just times out. In both cases   I presume the login for both is still email address nnd password? regards Anthony White On 30/3/24 01:26, Eric Broch wrote: Perhaps this might help: php - apache proxy_fcgi - The timeout specified has expired

Re: [qmailtoaster] web email/roundcube/squirrelamil

2024-03-29 Thread Eric Broch
Perhaps this might help: php - apache proxy_fcgi - The timeout specified has expired - Error dispatching request - Stack Overflow On 3/29/2024 8:06 AM, Tony White

Re: [qmailtoaster] DKIM

2024-03-23 Thread Eric Broch
Looks like there's an updated version of the script on Manuel's site, I'll put that on github In lieu of patching qmail...again...I thought using drop ins was preferable. That said, spamassassin can be used on the ingress side of your server to score dkim in messages. On 3/23/2024 8:23

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Eric Broch
d: Port: 587 Connection Security: STARTTLS Authentication: Normal Password On 3/22/2024 6:34 PM, Gary Bowling wrote: Rocky 9.3. Gary On 3/22/2024 8:31 PM, Eric Broch wrote: What are you running EL 8 or 9? On 3/22/2024 6:28 PM, Gary Bowling wrote: Yea did that. I tried what Remo s

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Eric Broch
lows me to not have to reconfigure the clients who have configurations on port 587. Eric - Do you see anything wrong with doing it that way? Thanks, Gary On 3/22/2024 8:08 PM, Eric Broch wrote: cat /etc/letsencrypt/live/mydomain.com/fullchain.pem /etc/letsencrypt/live/mydomain.com/privkey.

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Eric Broch
cat /etc/letsencrypt/live/mydomain.com/fullchain.pem /etc/letsencrypt/live/mydomain.com/privkey.pem > /var/qmail/control/servercert.pem On 3/22/2024 4:29 PM, g...@gbco.us wrote: I can send mail via the roundcube web mail. That's where this message is coming from. When sending mail from

Re: [qmailtoaster] Rocky 9 Migration - Moving Squirrelmail abooks to Roundcube

2024-02-23 Thread Eric Broch
This might work GitHub - WebuddhaInc/squirrelmail-to-roundcube: Migrate SquirrelMail Address Book to Roundcube Contacts On 2/23/2024 4:39 PM, Gary Bowling wrote: Anyone have a script for moving Squirrelmail address books to the

Re: [qmailtoaster] Rocky 9 Migration

2024-02-23 Thread Eric Broch
I'm not sure why you would migrate php.conf? This is not a part of the qmt migration. On 2/23/2024 2:39 PM, Gary Bowling wrote: Yes, and very importantly for apache, you to have to match the "php files" and send them to a handler in a conf file with the FilesMatch and SetHandler

Re: [qmailtoaster] Rocky 9 Migration

2024-02-22 Thread Eric Broch
I did another fresh install of Rocky9/QMT and I can't seem to duplicate the problem you're having. On 2/22/2024 12:48 PM, Eric Broch wrote: Mine as well. It'd be nice to see some errors in the httpd log. On 2/22/2024 11:15 AM, Gary Bowling wrote: Thanks. So Eric, my version is 8.0.3

Re: [qmailtoaster] Rocky 9 Migration

2024-02-22 Thread Eric Broch
Technologies     with Zend OPcache v8.0.30, Copyright (c), by Zend Technologies On 2/22/2024 12:31 PM, Eric Broch wrote: Odd! Everything works fine on my Rocky9/qmt host. What version of php are you running? # php -v On 2/22/2024 10:21 AM, Gary Bowling wrote: Thanks Eric. Yep, just to not send

Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Eric Broch
l.vpopmail table. I have all the domain tables, etc. So I went back to my old server (the one this email is coming from) and it also does not have a vpopmail.vpopmail table. I'm sure it has something to do with how old my existing server is. But how do I resolve this? Thanks, gb On 2/20/202

Re: [qmailtoaster] Apple iPhone Mail refuse to connect to qmt.

2024-02-20 Thread Eric Broch
Tony, Did you have a look in the Dovecot log? On 2/20/2024 3:23 AM, Tony White wrote: Hi folks,   I am at a loss.I have a customers iPhone 12 here and created an account for him but it states it cannot connect to the imap server. The settings are correct I have set up an Android on site and

Re: [qmailtoaster] Rocky 9 Migration

2024-02-20 Thread Eric Broch
It's all good and there's nothing to do. On 2/20/2024 7:11 AM, Gary Bowling wrote: Another question on my migration. On the qmailtoaster.com site, under the RHEL9 derivative install heading. There is the qmail1.03-3.3.8 header and underneath it is a link for "patches applied" I'm confused

Re: [qmailtoaster] New Rocky Install

2024-02-19 Thread Eric Broch
ts-extra-file=$credfile dspam < dspamdb.sql mysqladmin --defaults-extra-file=$credfile reload mysqladmin --defaults-extra-file=$credfile refresh # End DSpam DB install On 2/19/2024 7:50 AM, Gary Bowling wrote: Another question.. What is this question for when the script runs? I'm not sure wh

Re: [qmailtoaster] New Rocky Install

2024-02-19 Thread Eric Broch
Not sure what went wrong...did a search... Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (38) - Stack Overflow On 2/19/2024 6:55 AM, Gary

Re: [qmailtoaster] New Rocky Install

2024-02-18 Thread Eric Broch
When the script asks for a password enter the password you plan to use and the script will set your entry as the admin password for the MySQL install. I used to give option for either Maria or MySQL install in CentOS 8; it became burdensome to keep two sets of packages so I settled on MySQL.

Re: [qmailtoaster] Talk_faster_next_time

2024-02-14 Thread Eric Broch
On 2/11/2024 12:30 AM, Eric Broch wrote: Can you bump the idle timeout up to a couple minutes On Feb 10, 2024, at 8:53 PM, Jeff Koch wrote: Hi List: Maybe you can advise on this. I am sending an email with a 23MB attachment from one QMT mailserver to another. Both QMT server

Re: [qmailtoaster] Talk_faster_next_time

2024-02-13 Thread Eric Broch
Can you bump the idle timeout up to a couple minutes On Feb 10, 2024, 8:53 PM, at 8:53 PM, Jeff Koch wrote: >Hi List: > >Maybe you can advise on this. > >I am sending an email with a 23MB attachment from one QMT mailserver to > >another. Both QMT server are on the same AWS network. However, the

Re: [qmailtoaster] Authentication on new qmailtoaster

2024-02-11 Thread Eric Broch
cat /etc/letsencrypt/live/'fqdn'/privkey.pem /etc/letsencrypt/live/'fqdn'/fullchain.pem > ./servercert.pem On 2/11/2024 2:05 PM, Eric Broch wrote: cat /etc/letsencrypt/live/m/privkey.pem /etc/letsencrypt/live/'fqdn'/fullchain.pem > ./serverce

Re: [qmailtoaster] Authentication on new qmailtoaster

2024-02-11 Thread Eric Broch
My Thunderbird settings for Rocky9 IMAP (993) SMTP (465) QMT settings  cat /etc/letsencrypt/live/micahbrochtalk.com/privkey.pem /etc/letsencrypt/live/'fqdn'/fullchain.pem > ./servercert.pem cp servercert.pem /var/qmail/control Dovecot settings ssl = yes ssl_cert= -BEGIN DH

Re: [qmailtoaster] test

2024-02-06 Thread Eric Broch
test On Tue, Feb 6, 2024 at 4:50 PM wrote: > test > >

Re: [qmailtoaster] imapd curier resources

2024-01-22 Thread Eric Broch
I just installed QMT/Rocky9 with no problems using install script. Restored MySQL database dump from CentOS7 production server, tested passwords on Rocky9...No issues at all. On 1/22/2024 12:00 PM, Remo Mattei wrote: Hi all, I will have to retest it but the script failed on me and I had to do

Re: [qmailtoaster] Hello migration from centos 7 to rocky 9

2024-01-13 Thread Eric Broch
I'd do this http://www.qmailtoaster.com/migrate.html On 1/13/2024 12:19 PM, Remo Mattei wrote: Hello guys any suggestions on this migration? I have done several in the past but maybe there is a new way now. Thanks, Remo -

Re: [qmailtoaster] qmHandle on Rocky 9

2023-11-24 Thread Eric Broch
Where did you get the version of qmHandle you are running? Try this version:  https://qtp.qmailtoaster.org/bin/qmHandle Look at the lines # For instance, this is if you have DJB's daemontools #my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail-send'; #my ($startqmail) =

Re: [qmailtoaster] Renaming an email address

2023-10-28 Thread Eric Broch
Something like this cp -Rp /home/vpopmail/domains/domain/joe/* /home/vpopmail/domains/domain/joseph On 10/28/2023 11:30 AM, Jaime Lerner wrote: Thank you! So, which directories do I need to copy into the new user (just to make sure I copy everything I need) :) From: Eric

Re: [qmailtoaster] Renaming an email address

2023-10-27 Thread Eric Broch
Additionally you could remove joe (After copying joe email to joseph) and make joe an alias for joseph. On 10/27/2023 10:54 AM, Remo Mattei wrote: Well you can create a new user and cp -R the mails into the new user :) done. Remove the old user. Remo On Oct 27, 2023, at 09:20, Jaime Lerner

Re: [qmailtoaster] Status of Domain Keys in QMT

2023-10-01 Thread Eric Broch
Domain Keys has been removed from Qmail Toaster in later versions under EL 7 and completely in EL 8/9. DKIM is used instead. It is not a part of the sources but signing is done by a perl wrapper around qmail-remote. See here

Re: [qmailtoaster] qmail--dk issues again

2023-09-30 Thread Eric Broch
https://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg40475.html https://en.wikipedia.org/wiki/DomainKeys https://qmailtoaster.org/dkim.html On 9/28/2023 9:54 PM, Tony White wrote: qmail-dk: Cannot sign message due to invalid message syntax. (#5.3.0).

Re: [qmailtoaster] spamdyke spf block - whitelist not working

2023-07-24 Thread Eric Broch
k/white-rdns, black/white-recipients or black/white-senders files, I only use whitelist_ip file and those three blacklists at the top (barracuda, spamcop and spfbl). I may try this dns-whitelist, do you know and recommend any list? Em 24/07/2023 10:10, Eric Broch escreveu: Leonardo, Did you se

Re: [qmailtoaster] spamdyke spf block - whitelist not working

2023-07-24 Thread Eric Broch
Leonardo, Did you see the option to block DNS? Or did you try this? DNS Whitelists |dns-whitelist-entry| |dns-whitelist-file| |rhs-whitelist-entry| |rhs-whitelist-file| spamdyke has the ability to consult DNS whitelists and allow connections from hosts or senders who

Re: [qmailtoaster] Weird mailer-daemon message when I never sent an email there

2023-07-19 Thread Eric Broch
I hate IT mysteries, but to often they plague our existences. The first thing I would check is any .qmail* file. vdeliver delivers email to your inbox and dovecot can as well if set up.. what is in your .qmail* files for domain and user? Is the alias in the mysql/maria DB? On 7/19/2023 2:54

Re: [qmailtoaster] Bad helo in qmailtoaster list sender

2023-07-12 Thread Eric Broch
Thank you, Roberto. On 7/12/2023 1:06 AM, Roberto Puzzanghera wrote: Hi Eric, just to notify that the qmalitoaster's sender has a not solving helo mail2.whitehorsetc.com, so my server was rejecting the emails from the list. kind regards Roberto Puzzanghera

Re: [qmailtoaster] Issues with wiki.qmailtoaster.com

2023-07-11 Thread Eric Broch
wiki is up let me know if there are problems On 7/11/2023 8:20 AM, Eric Broch wrote: Try this until I get this until I get the main site up http://wiki.qmailtoaster.net On 7/11/2023 8:07 AM, Eric Broch wrote: my main server went down and had to use backup server. i'll have it up asap On 7

Re: [qmailtoaster] Issues with wiki.qmailtoaster.com

2023-07-11 Thread Eric Broch
Try this until I get this until I get the main site up http://wiki.qmailtoaster.net On 7/11/2023 8:07 AM, Eric Broch wrote: my main server went down and had to use backup server. i'll have it up asap On 7/11/2023 7:54 AM, Angus McIntyre wrote: Tony White wrote on 7/11/23 9:10 AM:    Can

Re: [qmailtoaster] Issues with wiki.qmailtoaster.com

2023-07-11 Thread Eric Broch
my main server went down and had to use backup server. i'll have it up asap On 7/11/2023 7:54 AM, Angus McIntyre wrote: Tony White wrote on 7/11/23 9:10 AM:   Can anyone tell me why this is happening please? At a guess, the site's database is down or unreachable. Is anyone else seeing it?

[qmailtoaster] test

2023-07-07 Thread Eric Broch
test - To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Re: [qmailtoaster] spamhaus issue

2023-05-12 Thread Eric Broch
, if outgoing emails are rejected by external systems it NOT should be related to input filtering, unless there is a crazy configuration. Tonino Il 12/05/2023 11:26, Eric Broch ha scritto: Forgive my ignorance, but I have never configured qmail to use spamhaus, where is the setting? On 5/11/2023 10:41

Re: [qmailtoaster] spamhaus issue

2023-05-12 Thread Eric Broch
.  If it blocks oh well I will not use it just trying to figure out. For that aspect of I sent an email to a university and I got the same message back so it’s a loop I want to close and get it fixed. Thanks -- Remo On giovedì, mag 11, 2023 at 20:47, Eric Broch wrote: So, you are sending

Re: [qmailtoaster] spamhaus issue

2023-05-11 Thread Eric Broch
: >They are on the same network behind the firewall so no need to route >out. > >Any suggestions are welcome so I can see how to get that fixed. > >-- >Remo > >> On giovedì, mag 11, 2023 at 20:19, Eric Broch >mailto:ebr...@whitehorsetc.com)> wrote: >> >> Is it si

Re: [qmailtoaster] spamhaus issue

2023-05-11 Thread Eric Broch
Is it sitting behind a firewall? On 5/11/2023 3:07 PM, Remo Mattei wrote: no the new box I just built with Rocky linux a new qmail box out of the default gives me that error. — Ciao, Remo On Thursday, May 11, 2023 at 11:46, Jaime Lerner wrote: Sorry, I thought you had asked to

Re: [qmailtoaster] Forward all mail

2023-04-19 Thread Eric Broch
account and others. I would like all these mails to be sent through an external server. |< On 19.04.2023 15.08, Eric Broch wrote: So, do you want to receive emails locally for all accounts and you want them forwarded to another server on the internet? On 4/19/2023 6:24 AM, Klaus Kolle wr

Re: [qmailtoaster] Forward all mail

2023-04-19 Thread Eric Broch
So, do you want to receive emails locally for all accounts and you want them forwarded to another server on the internet? On 4/19/2023 6:24 AM, Klaus Kolle wrote: Hello I want to use my qmail installation locally, but having it to deliver locally sent mails through another service on the

Re: [qmailtoaster] Problems starting or restarting qmail

2023-04-13 Thread Eric Broch
from the get-go. :) *From: *Eric Broch *Reply-To: * *Date: *Thursday, April 13, 2023 at 11:05 AM *To: * *Subject: *Re: [qmailtoaster] Problems starting or restarting qmail [root@localhost ~]# ps aux |grep multilog qmaill   1025356  0.4  0.0   4260   832 pts/1    S    08:59 0:00 /usr/bin/multilog t

Re: [qmailtoaster] Problems starting or restarting qmail

2023-04-13 Thread Eric Broch
[root@localhost ~]# ps aux |grep multilog qmaill   1025356  0.4  0.0   4260   832 pts/1    S    08:59   0:00 /usr/bin/multilog t s100 n100 /var/log/qmail/send qmaill   1025358  0.4  0.0   4260   932 pts/1    S    08:59   0:00 /usr/bin/multilog t s100 n100 /var/log/qmail/smtp qmaill  

Re: [qmailtoaster] Quota warning even though account is set to noquota

2023-04-07 Thread Eric Broch
rebuilt. Once the maildirsize reaches 5120 bytes, the quota is recalculated and the file is recreated. This makes sure that if quota happens to be broken (e.g. externally deleted files) it won’t stay that way forever. On 4/7/2023 2:17 PM, Eric Broch wrote: I've done this on QMT on RHEL 7/8/9

Re: [qmailtoaster] Quota warning even though account is set to noquota

2023-04-07 Thread Eric Broch
I've done this on QMT on RHEL 7/8/9 derivatives. On 4/7/2023 2:10 PM, Eric Broch wrote: When I set NOQUOTA for a user it removes Maildir/maildirsize for that user. On 4/7/2023 10:49 AM, Kevin Katz wrote: /home/vpopmail/bin/vmoduser -q NOQUOTA

Re: [qmailtoaster] Quota warning even though account is set to noquota

2023-04-07 Thread Eric Broch
When I set NOQUOTA for a user it removes Maildir/maildirsize for that user. On 4/7/2023 10:49 AM, Kevin Katz wrote: /home/vpopmail/bin/vmoduser -q NOQUOTA - To unsubscribe, e-mail:

Re: [qmailtoaster] 530 5.2.0 Message is empty. Aborting.

2023-03-27 Thread Eric Broch
What OS and version o qmail are you running? There are debugging options with later version of qmail On 3/24/2023 11:27 AM, Philip Nix Guru wrote: Hello for a couple of weeks I am seeing empty messages after being scanned on a test server QmailToaster is scanning then delivering to

Re: [qmailtoaster] Where QMT SRPMs?

2023-03-24 Thread Eric Broch
I don't know what version of qt you're on, but you can 'cat' /etc/yum.repos.d/qmt.repo and see the mirror being used for your installation...something like the following: mirrorlist=https://raw.githubusercontent.com/qmtoaster/mirrorlist/master/qmt-mirrorlist-current Then copy and paste the

Re: [qmailtoaster] Clamav and spamassassin

2023-03-21 Thread Eric Broch
# yum install -y clamd spamassassin On 3/21/2023 8:49 AM, Biju Jose | WHITES Systems wrote: Hi, While an upgrade attempt, I broke clamav. Here is the setup on Cent OS 7 rpm -q clamav package clamav is not installed [root@sr24 ~]# rpm -qa | grep qt mailman-2.1.12-20.qt.el7.x86_64

  1   2   3   4   5   6   7   8   9   10   >