Re: [qmailtoaster] New Cipher error with last update

2024-05-20 Thread Cinghiuz
Hi, after the dnf update I had the same problem and I solved by commenting the line tls-cipher-list in spamdyke.conf Thank you Philip! Cesare

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

2024-05-20 Thread Quinn Comendant
> On May 20, 2024, at 09:59, Remo Mattei wrote: > > was just to talk to him in Italian :) 奈

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

2024-05-20 Thread Remo Mattei
Hi Eric, was just to talk to him in Italian :). I had something in the old days that I used a plugin to do that. but with the new server I did end up removing as many are using the qmailadmin OOO. Remo — Ciao Remo > On Monday, May 20, 2024 at 5:48 PM, Remo Mattei (mailto:r...@mattei.org)>

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

2024-05-20 Thread Eric Broch
I'd like to keep this on the mailing list so that other's may be helped. Do you have a solution, Remo? On 5/20/2024 2:46 AM, Remo Mattei wrote: Cesare ping me off line. Ciao Remo On May 20, 2024, at 9:42 AM, Cinghiuz wrote: Hi again, I received the reply but in

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

2024-05-20 Thread Remo Mattei
Cesare ping me off line. Ciao Remo > On May 20, 2024, at 9:42 AM, Cinghiuz wrote: > > Hi again, > > I received the reply but in /var/log/dovecot-lda/dovecot-lda-errors.log > appears this error: > > May 20 09:29:32 lda(u...@mydomain.com >

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

2024-05-20 Thread Cinghiuz
Hi again, I received the reply but in /var/log/dovecot-lda/dovecot-lda-errors.log appears this error: May 20 09:29:32 lda(u...@mydomain.com)<3016541><65B9Drn7SmZdBy4ACT0nHg>: Error: sieve: Execution of script /home/vpopmail/domains/mydomain.com/user/.dovecot.sieve was aborted due to

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

2024-05-20 Thread Cinghiuz
Hi Eric, I confirm that I use dovecot lda. after checking the wiki I found the cause: I missed to add |/var/qmail/bin/preline -f /usr/libexec/dovecot/deliver -d $EXT@$USER -opostmaster_address=postmas...@yourdomain.tld to .qmail-default Thank you for your support! Cesare Il 18/05/2024

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

[qmailtoaster] Roundcube - Out of office / auto reply

2024-05-17 Thread Cinghiuz
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 with action "Answer with a message", I click on Save, it says the filter it is saved and of course it's enabled, but if I write to this

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] New Cipher error with last update

2024-05-07 Thread Remo Mattei
that’s one option as it now automatically is set — Ciao Remo > On Tuesday, May 07, 2024 at 10:06 AM, Philip Nix Guru (mailto:phi...@ows.ch)> wrote: > > Hello > > > removing > > > > tls-cipher-list=TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256 > from spamdyke.conf

Re: [qmailtoaster] New Cipher error with last update

2024-05-07 Thread Philip Nix Guru
Hello removing tls-cipher-list=TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256 from spamdyke.conf maybe ? On 5/7/24 18:37, Remo Mattei wrote: I had the same issue I will send you the change you need to apply. Inviato da iPhone Il giorno 7 mag 2024, alle ore

Re: [qmailtoaster] New Cipher error with last update

2024-05-07 Thread Remo Mattei
I had the same issue I will send you the change you need to apply. Inviato da iPhone > Il giorno 7 mag 2024, alle ore 09:33, Philip Nix Guru ha > scritto: > >  > Hello > > with the last update > > I am getting a lot of those errors : > > > > spamdyke[3336556]:

[qmailtoaster] New Cipher error with last update

2024-05-07 Thread Philip Nix Guru
Hello with the last update I am getting a lot of those errors : spamdyke[3336556]: ERROR(tls_init_inner()@tls.c:299): unable to set SSL/TLS cipher list: TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256: Operation failed but no error was reported by the SSL/TLS

Re: [qmailtoaster] Crontab message

2024-04-23 Thread Eric Broch
Yes, a leftover, parts of which I missed removing from the spec file. dh_key is a bash script that created /var/qmail/bin/{dh,rsa}2048.pem, keys used by openssl < 1.1.1 functions but now have been deprecated. On 4/23/2024 7:59 AM, Peter Peterse wrote: Hi Eric, Thanks for this solution. So

Re: [qmailtoaster] Crontab message

2024-04-23 Thread Peter Peterse
Hi Eric, Thanks for this solution. 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:

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

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

[qmailtoaster] Crontab message

2024-04-23 Thread peter
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 setting? Regards, Peter P. - To

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

2024-04-18 Thread Noriyuki Hayashi
Hi I build httpd-2.4.59 on Rocky Linux 9.3. Refer and dwonload from below. https://wats.gr.jp/downloads/RockyLinux.9.3/RPMS/x86_64/ https://wats.gr.jp/downloads/RockyLinux.9.3/SRPMS/ Iculib etc. are later versions, so please check them out. Kind regards, Hayashi On Sun, 14 Apr 2024 15:11:27

Re: [qmailtoaster] Rspam

2024-04-17 Thread Gary Bowling
Ah, ok. So you don't use it via simscan for the whole server. I may just leave it out, that's the way I had my old server set up but was trying to improve things with my new Rocky 9 setup. Gary On 4/17/2024 10:24 AM, Eric Broch

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

[qmailtoaster] Rspam

2024-04-17 Thread Gary Bowling
Looks like my new server's rspam started blocking mail from the list for some reason. I took rspam out of simcontrol for now...  Eric, you probably see bounces from my server back to yours. In the past I didn't use rspam but it seems to still be

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

2024-04-17 Thread Eric Broch
I am not, but 9 offers these packages: oniguruma.x86_64 6.9.6-1.el9.5  @appstream oniguruma.i686 6.9.6-1.el9.5  appstream oniguruma-devel.i686 6.9.6-1.el9.5  crb oniguruma-devel.x86_64 6.9.6-1.el9.5  

[qmailtoaster] Rocky9 - new mailserver setup - off topic

2024-04-17 Thread Jeff Koch
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/control/rsa2048.pem On 4/15/2024 10:33 AM, Gary

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

2024-04-16 Thread Gary Bowling
You just have to have certbot installed (dnf install cerbot) and then have the timer active. That takes care of running it on a schedule and then you just configure it in all the directories under /etc/letsencrypt/ Here's what mine looks like.

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

2024-04-16 Thread Gary Bowling
Yes, the script can go in those directories not in a cron. I don't believe you have to call --deploy-hook on the command line if the script is in those directories. Actually you don't call anything in the command line, it's all done as part of the

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

2024-04-16 Thread William Silverstein
I suspect that it could be done either way. I have been using --deploy-hook since I started using letsencrypt. I'll look at the /etc/letsencrypt/renewal-hooks when I build my new server (soon, I hope). On Tue, April 16, 2024 7:34 am, Eric Broch wrote: > I thought William S. had mentioned

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

2024-04-16 Thread Eric Broch
I thought William S. had mentioned something about a Let's Encrypt hook instead of a cron job. From what I've been reading, one's script simply goes in /etc/letsencrypt/renewal-hooks/{pre,post,deploy] or something like that, true? Then I suppose one calls certbot renew --deploy-hook or something

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

2024-04-16 Thread Gary Bowling
I'll help edit it if someone else that is currently going through it wants to start it.  Maybe set up a google doc and give some people edit access. Or give read only access and we can drop comments/suggestions back here for someone to edit. It's been a

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

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 still require rsa? > > > On

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

2024-04-15 Thread Eric Broch
Anyone feel like doing a write-up and I'll put it on the wiki? On 4/15/2024 11:18 AM, Gary Bowling wrote: Ah, right. Actually it looks like I can just place my script that I currently run in my cron job in the /etc/letsencrypt/renewal-hooks/post/ directory and it will run as a "post renew"

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

2024-04-15 Thread Gary Bowling
Ah, right. Actually it looks like I can just place my script that I currently run in my cron job in the /etc/letsencrypt/renewal-hooks/post/ directory and it will run as a "post renew" script. Thanks for that. Gary

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

2024-04-15 Thread William Silverstein
I would not use a cron script. I use --deploy-hook option on the certbot-auto to handle it. On Mon, April 15, 2024 9:59 am, Gary Bowling wrote: > > > > > Great. One question. Seems like everything on my server uses > /var/qmail/control/servercert.pem for the cert. Dovecot and qmail > all use

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

2024-04-15 Thread Gary Bowling
Great. One question. Seems like everything on my server uses /var/qmail/control/servercert.pem for the cert. Dovecot and qmail all use that file. And I have a cron job that runs once a month to check for a new letsencrypt cert and if there is one it copies

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 the

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

2024-04-15 Thread Gary Bowling
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 the new code out within the week.

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
Will fix on EL8, soon...removing this function: SSL_set_tmp_rsa_callback(myssl, tmp_rsa_cb); . . . RSA *tmp_rsa_cb(SSL *ssl, int export, int keylen) {   RSA *rsa;   if (!export) keylen = 2048;   if (keylen == 2048) {     FILE *in = fopen("control/rsa2048.pem", "r");     if (in) {   rsa

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

2024-04-15 Thread Jeff Koch
Gary - thanks for this info - I'll add it to our setup notes. Jeff On 4/15/2024 8:25 AM, Gary Bowling wrote: Hey Jeff, glad you're making progress. Be aware that when you get a new cert from Letsencrypt that the default now retrieves an ECDSA cert. Which is fine for apache, but doesn't

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

2024-04-15 Thread Gary Bowling
Hey Jeff, glad you're making progress. Be aware that when you get a new cert from Letsencrypt that the default now retrieves an ECDSA cert. Which is fine for apache, but doesn't work on qmail, or at least it didn't for me. To fix that you'll need to

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

2024-04-14 Thread Remo Mattei
For the longest time I used sources but was always too painful when there are dependencies and when bugs are discovered not enough time to babysit it. My 2 cents on that. Inviato da iPhone > Il giorno 14 apr 2024, alle ore 20:41, Jeff Koch > ha scritto: > >  I may have resolved this. I

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

2024-04-14 Thread Jeff Koch
I may have resolved this. I did the Rocy9 distro install of apache and copied the mod_http2.so file over to our install of apache. Seems to work (no errors) but I won't know for sure until we setup Lets Encrypt SSL certbot tomorrow Jeff On 4/14/2024 3:11 PM, Jeff Koch wrote: Hi - we're

[qmailtoaster] Rocky9 - new mailserver setup - off topic

2024-04-14 Thread Jeff Koch
Hi - we're setting up a new mailserver with Rocky 9 and the learning curve is slow as is usual with the first time with a new distro. Anyway because our various scripts look for apache at /usr/local/apache/ we've decided to compile our own binary with the latest apache and have run into

Re: [qmailtoaster] MySQL conversion to MariaDB question

2024-04-11 Thread Qmail
Hi. During my upgrade from Centos 7 (using Mariadb) to Rocky 8 I found that Mariadb had removed libmysqlclient and made their own libmariadbclient (during the migration, using Eric's nice scripts, the scripts stopped due to missing libmysqlclient.so - and yes I did copy/paste but no).

Re: [qmailtoaster] MySQL conversion to MariaDB question

2024-04-11 Thread Tony White
Hi Folks,   MariaDB is no longer a drop in replacement for MySQL as of v8.0 (MySQL). I moved to MariaDB fairly soon after it was released. Many reasons to, but after Oracle bought them I thought we might see it die or become another proprietary product. Since then, changes in MySQL have not

Re: [qmailtoaster] MySQL conversion to MariaDB question

2024-04-11 Thread Eric Broch
Honestly, I'm not sure. I simply chose MySQL because it was getting time consuming maintaining two versions of the rpm spec (qmail,vpopmail,ezmlm,vqadmin,qmailadmin) files one for Maria another for MySQL. I believed and still believe that the vpopmail db from one will migrate seamlessly to

Re: [qmailtoaster] MySQL conversion to MariaDB question

2024-04-11 Thread William Silverstein
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 I did roll on to Rocky8 and now Rocky 9 I found

Re: [qmailtoaster] MySQL conversion to MariaDB question

2024-04-11 Thread Tony White
Thanks for the reply. regards Anthony White On 12/4/24 00:22, 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 I did roll on to Rocky8 and now Rocky 9 I found out that the 10.3.35-MariaDB Server version - is  the last

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] MySQL conversion to MariaDB question

2024-04-11 Thread Qmail
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 no longer is compliant and therefore causing errors. /Finn Den 11-04-2024 kl. 08:00 skrev Tony

[qmailtoaster] MySQL conversion to MariaDB question

2024-04-11 Thread Tony White
Hi Eric,   Is there a specific reason you do not offer both MySQL and MariaDB during the install/setup of QMT please? This is for Rocky 9 only 8 offers both. -- regards Anthony White

Re: [qmailtoaster] database query!

2024-04-10 Thread Remo Mattei
My question is why editing the c code? Use the -q and specify the quota you want to use for the user when executing the vadduser command vadduser: usage: [options] email_address [passwd] options: -v (print the version) -q quota_in_bytes (sets the users quota, use NOQUOTA for unlimited)

Re: [qmailtoaster] database query!

2024-04-10 Thread Tony White
Hi Eric,   I am actually reading from the old server tables and inserting into the new one. Hence the reason for asking. I do really want to mash the add of ,4000c to the code. I will test it out tomorrow. Thank you. regards Anthony White On 11/4/24 02:01, Eric Broch wrote:  

Re: [qmailtoaster] database query!

2024-04-10 Thread Eric Broch
 /home/vpopmail/bin/vmoduser -q NOQUOTA u...@domain.tld On 4/10/2024 9:57 AM, Tony White wrote: Eric,   That suggests I can update the table directly and not actually add the second element ,4000C. Is this assumption correct? I need to update clients with their current allocation from the old

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 Tony White
Eric,   That suggests I can update the table directly and not actually add the second element ,4000C. Is this assumption correct? I need to update clients with their current allocation from the old server. regards Anthony White On 11/4/24 01:37, Eric Broch wrote: pw_shell=##S, #C

Re: [qmailtoaster] database query!

2024-04-10 Thread Tony White
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 Here is the actual code when adding a user if anyone reads

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] database query!

2024-04-10 Thread Tony White
Is it possible it is a max file handle count? 4000c = 16384d I also do not understand why there is and S on the first value. regards Anthony White On 10/4/24 23:40, Qmail wrote: Ahh, then I also get the ,4000C - hmmm And when I look up the user in vqadmin it's shown under the column quota as 

Re: [qmailtoaster] database query!

2024-04-10 Thread Remo Mattei
The quota is set by default Remo Inviato da iPhone > Il giorno 10 apr 2024, alle ore 06:41, Qmail ha scritto: > > Ahh, then I also get the ,4000C - hmmm > > And when I look up the user in vqadmin it's shown under the column quota as > 4091324,4000C !! > > > Well I admit You did start

Re: [qmailtoaster] database query!

2024-04-10 Thread Qmail
Ahh, then I also get the ,4000C - hmmm And when I look up the user in vqadmin it's shown under the column quota as 4091324,4000C !! Well I admit You did start out with a good question Cheers Finn Den 10-04-2024 kl. 15:17 skrev Tony White: Okay but I used the default values. vadduser

Re: [qmailtoaster] database query!

2024-04-10 Thread Tony White
Okay but I used the default values. vadduser f...@ycs.com.au dickerydock I did not specify the allocation of space regards Anthony White On 10/4/24 22:04, Qmail wrote: Hi again Hmm I tried this ./vadduser -q 4 test1@mydomain test and ./vadduser -q NOQUOTA test@mydomain test and

Re: [qmailtoaster] database query!

2024-04-10 Thread Qmail
Hi again Hmm I tried this ./vadduser -q 4 test1@mydomain test and ./vadduser -q NOQUOTA test@mydomain test and there is NO ,4000C in my database Whats on You vadduser line ? and I can try that if You want /Finn Den 10-04-2024 kl. 13:24 skrev Tony White: Hi,   Thanks for the

Re: [qmailtoaster] database query!

2024-04-10 Thread Tony White
Hi,   Thanks for the response but all the users were created with vadduser. regards Anthony White On 10/4/24 19:08, Qmail wrote: Hi Tony. Just checked my database and I do not have that value in any of my entries. but ',4000C' seems to me as a value from a list where values was inserted

Re: [qmailtoaster] database query!

2024-04-10 Thread Qmail
Hi Tony. Just checked my database and I do not have that value in any of my entries. but ',4000C' seems to me as a value from a list where values was inserted into the new database - just a guess ? I'm running latest qmail on a Rocky 9 latest and greatest /Finn Den 10-04-2024 kl. 10:38

[qmailtoaster] database query!

2024-04-10 Thread Tony White
Hi Folks,   I have a question that I hope someone can answer please. Below are entries from the old and new database. What is the meaning of second numeric value 4000C in the new table? Every entry has it but the first changes with the allocation of space. The second does not. Trying to move

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

2024-04-08 Thread Eric Broch
The --create-prefs option is for spamassassin mysql user preferences. You might just tack on the '-u clamscan' option On 4/8/2024 1:02 PM, Peter Peterse wrote: Hi Eric, My /etc/sysconfig/spamassassin looks like: # Options to spamd SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/'

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

2024-04-08 Thread Peter Peterse
Hi Eric, My /etc/sysconfig/spamassassin looks like: # Options to spamd SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/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

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

2024-04-08 Thread Qmail
Hi Wonder where Qmail would be without people like Eric ? Excellent support - respect /Finn Den 08-04-2024 kl. 06:21 skrev Eric Broch: Good On Apr 7, 2024, at 10:19 PM, Biju Jose > wrote: renamed assign.rpmsave to assign renamed cdb.rpmsave to cdb

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

2024-04-07 Thread Eric Broch
Good On Apr 7, 2024, 10:19 PM, at 10:19 PM, Biju Jose wrote: >renamed assign.rpmsave to assign >renamed cdb.rpmsave to cdb > >Now it seems working shall revert soon after checking > >Thank you Eric for the support > >Best regards >Biju Jose. > > > > >From:

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

2024-04-07 Thread Eric Broch
# cat /var/qmail/users/assign.rpmsave Make sure it has what you want and copy and past contents to assign file above the ending period and run qmailctl cdb On Apr 7, 2024, 10:10 PM, at 10:10 PM, Biju Jose wrote: > cat /var/qmail/users/assign

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

2024-04-07 Thread Biju Jose
renamed assign.rpmsave to assign renamed cdb.rpmsave to cdb Now it seems working shall revert soon after checking Thank you Eric for the support Best regards Biju Jose. From: Eric Broch Sent: 08 April 2024 09:44 To: qmailtoaster-list@qmailtoaster.com

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

2024-04-07 Thread Eric Broch
Here are what entries in the assign file look like, below. You'll need to check the domains in /home/vpopmail/domains and add them in the assign file then run qmailctl cdb. Then you'll need to add domains to the rcpthosts file.

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

2024-04-07 Thread Biju Jose
cat /var/qmail/users/assign +domain1.in-:domain1.in:89:89:/home/vpopmail/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?

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

2024-04-07 Thread Eric Broch
# 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 postmas...@xx.in '*7YOBpkeE3ybN' >passdb: postmas...@xx.in auth succeeded >extra fields: > user=postmas...@xx.in > >#

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

2024-04-07 Thread Biju Jose
doveadm auth test postmas...@xx.in '*7YOBpkeE3ybN' passdb: postmas...@xx.in auth succeeded extra fields: user=postmas...@xx.in # conntest Enter a valid remote email account to which QMT will send mail via Submission & SMTPS: bijuko...@outlook.com Error. Domain domain1.co.in was

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

2024-04-07 Thread Biju Jose
Update: created a new domain. I am able to send and receive using email ids from this domain. Now, how do I restore the other domains already existed on the server? Please help. Biju From: Biju Jose Sent: 08 April 2024 08:22 To:

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

2024-04-07 Thread Biju Jose
DKIM install messed up qmail-remote.orig lost in the mess rpm -e --nodeps qmail yum install qmail copied the contents from .rpmsave in /var/qmail/control to the respective files including virtualdomains restarted the machine toaststat and qmailctl stat shows everything up. virtual domain

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

2024-04-07 Thread Eric Broch
Biju, The first thing to do is to check dovecot. doveadm auth test usern...@somedomain.com 'password' To check Submission & SMTPS download conntest # wget -P /usr/local/binhttps://raw.githubusercontent.com/qmtoaster/scripts/master/conntest # conntest Enter a valid remote email

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

2024-04-07 Thread Eric Broch
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 qmail-remote? The *ONLY* thing needed to restore the system (outgoing mail) was to cp qmail-remote.orig back to

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

2024-04-07 Thread Biju Jose
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:23 To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Re: I messed up DKIM setup Does it work now? On

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

2024-04-07 Thread Eric Broch
Does it work now? On 4/7/2024 6:57 PM, Biju Jose wrote: # qmailctl stat send: up (pid 1761) 126 seconds smtp: up (pid 1760) 126 seconds submission: up (pid 1774) 126 seconds send/log: up (pid 1770) 126 seconds smtp/log: up (pid 1762) 126 seconds submission/log: up (pid 1759) 126 seconds

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

2024-04-07 Thread Biju Jose
# qmailctl stat send: up (pid 1761) 126 seconds smtp: up (pid 1760) 126 seconds submission: up (pid 1774) 126 seconds send/log: up (pid 1770) 126 seconds smtp/log: up (pid 1762) 126 seconds submission/log: up (pid 1759) 126 seconds From: Biju Jose Sent: 08 April

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

2024-04-07 Thread Biju Jose
send and submission is not running, unable to login to existing domains. From: Eric Broch Sent: 08 April 2024 04:07 To: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Re: I messed up DKIM setup All you had to do was... yum -y reinstall qmail

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

2024-04-07 Thread Eric Broch
All you had to do was... yum -y reinstall qmail What is the status now? On 4/7/2024 12:45 PM, Biju Jose wrote: # qmailctl stat send: up (pid 44308) 13 seconds smtp: up (pid 44504) 0 seconds submission: up (pid 44505) 0 seconds send/log: up (pid 44309) 13 seconds smtp/log: up (pid 44310)

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

2024-04-07 Thread Biju Jose
# qmailctl stat send: up (pid 44308) 13 seconds smtp: up (pid 44504) 0 seconds submission: up (pid 44505) 0 seconds send/log: up (pid 44309) 13 seconds smtp/log: up (pid 44310) 13 seconds submission/log: up (pid 44312) 13 seconds From: Biju Jose Sent: 08 April

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

2024-04-07 Thread Remo Mattei
Wow did you backup the /var/qmail? Not sure why you removed it you could in case reinstall on top but without a backup I would have not run those commands My 2 cents. Inviato da iPhoneIl giorno 7 apr 2024, alle ore 11:32, Biju Jose ha scritto: I have done  rpm -e --nodeps qmail yum

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

2024-04-07 Thread Biju Jose
I have done 1. rpm -e --nodeps qmail 2. yum install qmail 3. restored .rpmsave files in /var/qmail/control Now I am unable to login to existing domains . But I can create and login to a test domain. How do I connect to existing domains? Need some urgent help please. Biju Jose

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

2024-04-07 Thread Biju Jose
#ls -l /var/qmail/bin total 1512 -rwxr-xr-x 1 root qmail 14552 Sep 10 2019 bouncesaying -rwxr-xr-x 1 root qmail 31224 Sep 10 2019 condredirect -rwxr-xr-x 1 root qmail 1087 Sep 10 2019 config-fast -rwxr-xr-x 1 root qmail126 Sep 10 2019 datemail -rw--- 1 root root 11430

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

2024-04-07 Thread Eric Broch
All you should have to do is move qmail-remote (original) back to qmail-remote What's in /var/qmail/bin # ls -l  /var/qmail/bin If there is a symbolic link to qmail-remote (unlink qmail-remote). do you have qmail-remote.orig ??? On 4/7/2024 9:47 AM, Biju Jose wrote: How do I

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

2024-04-07 Thread Biju Jose
How do I reverse steps 11 and 12? 1. DKIM verification (no patch): * Assumes 'QMAILQUEUE="/var/qmail/bin/simscan"' defined in /etc/tcprules.d/tcp.smtp && /var/qmail/bin/qmail-queue is a link. Note: Spamassassin has DKIM verification making this unnecessary. * # qmailctl

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

2024-04-07 Thread Biju Jose
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: qmailtoaster-list@qmailtoaster.com Subject: Re: [qmailtoaster] Re: I messed up DKIM setup Then

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

2024-04-07 Thread Eric Broch
Then mv /var/qmail/bin/qmail-remote.orig  /var/qmail/bin/qmail-remote check permissions -rwx--x--x 1 root qmail 69864 Mar 30  2022 /var/qmail/bin/qmail-remote On 4/7/2024 9:18 AM, Biju Jose wrote:  qmailctl queue messages in queue: 937 messages in queue but not yet preprocessed: 935 7

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

2024-04-07 Thread Biju Jose
qmailctl queue messages in queue: 937 messages in queue but not yet preprocessed: 935 7 Apr 2024 13:15:35 GMT #269010074 45155bouncing 7 Apr 2024 13:16:12 GMT #269010075 63818bouncing Priority is to bring it back to send and receive state, DKIM can be setup next weekend.

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    =

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

2024-04-07 Thread Eric Broch
That won't work because you'll have #my $debugfile  = undef; my $debugfile    = '/tmp/dkim.debug'; . . . (A bunch of code) . . my $debugfile  = undef; remove what you've put in that file. Find the line my $debugfile  = undef; comment it #my $debugfile  = undef; create an new line under

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

2024-04-07 Thread Biju Jose
I added this to the top of qmail-remote #my $debugfile = undef; my $debugfile= '/tmp/dkim.debug'; Tried send/receive, but nothing in cat /tmp/dkim.debug From: Eric Broch Sent: 07 April 2024 20:06 To: qmailtoaster-list@qmailtoaster.com Subject: Re:

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

2024-04-07 Thread Qmail
Hi. Wouldn't it be to just stop qmail and move the qmail-remote.orig to qmail-remote and start qmail. And then start from scratch with Dkim ? /Finn Den 07-04-2024 kl. 16:31 skrev Biju Jose: @40006612abd814cc842c warning: trouble injecting bounce message, will try later

  1   2   3   4   5   6   7   8   9   10   >