Re: [qmailtoaster] Spamassassin

2024-03-22 Thread Gary Bowling
I found it. My old server used /etc/spamassassin/ My new server uses /etc/mail/spamassassin/ Therefore I need to pull out the custom items I've added to /etc/spamassassin/local.cf and move those to

[qmailtoaster] Spamdyke and Spamcop

2024-03-22 Thread Gary Bowling
In the spamdyke config, the default is to use spamcop for blacklisting. I've had a lot of trouble recently with spamcop. They keep adding the outlook.com servers to their database. Which means every company that uses Microsoft office 365 for mail gets

Re: [qmailtoaster] Spamassassin

2024-03-22 Thread ebroch
I'm in the process updating the wiki page so some of the information on that page may be obsolete. SpamAssassin with our toaster is no longer compiled by me but comes straight from the repositories. Sent from my Galaxy Original message From: Gary Bowling Date: 2024-03-22 8:39

Re: [qmailtoaster] Spamassassin

2024-03-22 Thread Gary Bowling
Thanks Eric, yes coming out of the repo is a better way to go. I guess that's not started by the supervise scripts any more? Looks like it's a standard systemd startup now. Getting ready to cut over to my new server this weekend, so trying to clean up all the little things. G On

Re: [qmailtoaster] Spamassassin

2024-03-22 Thread Gary Bowling
This page, http://wiki.qmailtoaster.org/index.php?title=Spamassassin says that it's using /etc/mail/spamassassin/ for the configuration. However, that page also says, "The SpamAssassin daemon is started by the

[qmailtoaster] Spamassassin

2024-03-22 Thread Gary Bowling
While I was poking around looking at spam things.. There is a directory /etc/spamassassin/  contains what looks to be a full spamassassin configuration. And there is a directory /etc/mail/spamassassin/    which also looks to contain a full

Re: [qmailtoaster] Spamdyke and Spamcop - blacklisting

2024-03-22 Thread William Silverstein
On Fri, March 22, 2024 4:40 am, Gary Bowling wrote: > > > > > In the spamdyke config, the default is to use spamcop for > blacklisting. I've had a lot of trouble recently with spamcop. They > keep adding the outlook.com servers to their database. Which means > every company that

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread gb
It looks like letsencrypt is now using ecdsa by default. So I went back and copied my certs off my old server, probably not what I really want to do. But it did give me a different error. Now I'm getting this one. Sending of the message failed. The Outgoing server (SMTP) mail.gbco.us does

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Remo Mattei
You need to use password not encrypted. Inviato da iPhone > Il giorno 22 mar 2024, alle ore 15:30, g...@gbco.us ha scritto: > >  > I can send mail via the roundcube web mail. That's where this message is > coming from. > > When sending mail from thunderbird, I have my smtp server set up in

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Remo Mattei
This value was set long ago I would suggest to leave ! And change encrypted to password it should all work fine. Inviato da iPhone > Il giorno 22 mar 2024, alle ore 16:35, g...@gbco.us ha scritto: > > Ok, in my old server's /var/qmail/supervise/submission/run file, I had the > following

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Gary Bowling
Yea did that. I tried what Remo suggested, which was to change the client send config to: port 465 SSL/TLS Normal Password This should send mail through the /var/qmail/supervise/smtps/ config. That worked, which told

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Eric Broch
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 suggested, which was to change the client send config to: port 465 SSL/TLS Normal Password This should send mail through the /var/qmail/supervise/smtps/ config. That worked,

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] Certificate Error

2024-03-22 Thread Gary Bowling
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.

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Remo Mattei
I have the private first is I recall it right then cert then bundle I see you have an extra there. Not sure that could cause the issue Inviato da iPhone > Il giorno 22 mar 2024, alle ore 15:30, g...@gbco.us ha scritto: > >  > I can send mail via the roundcube web mail. That's where this

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread gb
Well, this is the way many of my clients are already configured... So I have to figure out a way to make it work, or go back to my old server. Not really an option to reconfigure all my clients. Thanks, Gary On 2024-03-22 19:26, Remo Mattei wrote: You need to use password not encrypted.

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread gb
Ok, in my old server's /var/qmail/supervise/submission/run file, I had the following line. export REQUIRE_AUTH=1 In the new server, it had the following line. export SMTPAUTH="!" I'm not sure what the syntax on the new server line means. I changed the line to be like my old server and now

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Eric Broch
Try submission run file #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` SMTPD="/var/qmail/bin/qmail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=`hostname` VCHKPW="/home/vpopmail/bin/vchkpw" export FORCETLS=0 export

Re: [qmailtoaster] Certificate Error

2024-03-22 Thread Gary Bowling
No that doesn't work. It only works if I have FORCETLS=1 and SMTPAUTH="!+cram" Thanks, Gary On 3/22/2024 9:05 PM, Eric Broch wrote: Try submission run file #!/bin/sh QMAILDUID=`id -u vpopmail`

Re: [qmailtoaster] Question on /etc/sysconfig/spamassassin

2024-03-22 Thread Philip Nix Guru
Hello On my system I am using this SPAMDOPTIONS="-m10 -x -u clamscan" the user depends on how it is installed I did have the issuse with the #org SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' --razor-log-file='sys-syslog'" errors and right accesses Regards -P On 3/22/24

[qmailtoaster] Certificate Error

2024-03-22 Thread gb
I can send mail via the roundcube web mail. That's where this message is coming from. When sending mail from thunderbird, I have my smtp server set up in my client as Port 587 startTLS Encrypted Password This is the same as I had with a number of clients on my old server. When I try to

Re: [qmailtoaster] Spamdyke and Spamcop - blacklisting

2024-03-22 Thread Gary Bowling
Yes, I'm an old guy, so I know it's been around since the 90s. But not in as widespread use by "companies" as it is today. Many companies in the 90s had onsite microsoft mail servers, or sun/unix/linux mail servers  and a lot of the shared hosting was

[qmailtoaster] Question on /etc/sysconfig/spamassassin

2024-03-22 Thread Gary Bowling
Also, in /etc/sysconfig/spamassassin  the options are set as follows: # Options to spamd SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' --razor-log-file='sys-syslog'" There was a thread about this back in 2022, but there

Re: [qmailtoaster] Spamdyke and Spamcop

2024-03-22 Thread Leonardo
I had the same problem with office/outlook senders. I had to whitelist a big prefix (40.107.0.0/16) in /etc/spamdyke/whitelist_ip file, because I had tried whitelist_senders before and it wont work. Regards Em

Re: [qmailtoaster] Question on /etc/sysconfig/spamassassin

2024-03-22 Thread Gary Bowling
Thanks Philip, that looks exactly like what I need. No "per user" settings via the -c, and no razor home dirs via -H, and the default clamd user is clamscan. Thanks. On 3/22/2024 1:45 PM, Philip Nix Guru wrote: