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 #SPAMD

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

Re: [qmailtoaster] error suggestions qq soft.

2021-05-30 Thread Remo Mattei
Hello Eric, that’s the the issue, I upgraded qmail and it did it again good thing I did a snapshot revert :) Remo something to look for. I do have the right permissions, I checked before reverting. > On May 30, 2021, at 1:47 PM, Eric Broch wrote: > > ls -l /etc/dspam.conf should be: > > -r

Re: [qmailtoaster] error suggestions qq soft.

2021-05-30 Thread Eric Broch
ls -l /etc/dspam.conf should be: -rw-r--r-- 1 root mail 36399 May 28 11:41 /etc/dspam.conf On 5/30/2021 2:30 PM, r...@mattei.org wrote: dspam (check_dspam) reading header line: 0, check dspam.conf perms - To unsubscribe, e-ma

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread Dieter Febel
Subject: Re: [qmailtoaster] Error when trying to send on submission port To: qmailtoaster-list@qmailtoaster.com From: Dieter Febel Hi Eric,  I restarted the server, now its refusing connections on port 25. So no incoming email. I reverted to :  QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread Dieter Febel
e reported error was "MAIL FROM command failed: Authorization  > > required (#5.7.1)". > > > > #!/bin/sh > > QMAILDUID=`id -u vpopmail` > > NOFILESGID=`id -g vpopmail` > > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` > > SMTPD="/var/

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread qmail
`hostname` VCHKPW="/home/vpopmail/bin/vchkpw" export SMTPAUTH="!" exec /usr/bin/softlimit -m 12800\      /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \  -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \  $SMTPD $VCHKPW /bin

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread qmail
mail-smtpd" TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb" HOSTNAME=`hostname` VCHKPW="/home/vpopmail/bin/vchkpw" export SMTPAUTH="!" exec /usr/bin/softlimit -m 12800\ /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \ -u "$QMAILDUID&

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-24 Thread Eric Broch
00\  /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \  -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \  $SMTPD $VCHKPW /bin/true 2>&1 -Original Message- *Date*: Sat, 23 Jan 2021 10:17:11 -0700 *Subject*: Re: [qmailt

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-23 Thread Dieter Febel
t -m 12800 \  /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \  -u "$QMAILDUID" -g "$NOFILESGID" 0 587 \  $SMTPD $VCHKPW /bin/true 2>&1 -----Original Message- Date: Sat, 23 Jan 2021 10:17:11 -0700Subjec

Re: [qmailtoaster] Error when trying to send on submission port

2021-01-23 Thread Eric Broch
#!/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 SMTPAUTH="!" exec /usr/bin/softlimit -m 12

Re: [qmailtoaster] Error suggestions?

2021-01-08 Thread ChandranManikandan
Thank you Remo, Error was gone after updating the RAM size in smtp/run file. On Thu, Jan 7, 2021 at 6:44 AM Eric Broch wrote: > Thanks, Remo!!! > On 1/5/2021 10:48 PM, Remo Mattei wrote: > > exec /usr/bin/softlimit -m 10400 \ > In the smtp run file. > > Remo > > On Jan 5, 2021, at 21:39, Ch

Re: [qmailtoaster] Error suggestions?

2021-01-06 Thread Eric Broch
Thanks, Remo!!! On 1/5/2021 10:48 PM, Remo Mattei wrote: exec /usr/bin/softlimit -m 10400 \ In the smtp run file. Remo On Jan 5, 2021, at 21:39, ChandranManikandan > wrote: Hi Remo, I had the same issue, Are you changing the physical ram or any value in any cl

Re: [qmailtoaster] Error suggestions?

2021-01-05 Thread Remo Mattei
exec /usr/bin/softlimit -m 10400 \ In the smtp run file. Remo > On Jan 5, 2021, at 21:39, ChandranManikandan wrote: > > Hi Remo, > > I had the same issue, Are you changing the physical ram or any value in any > clam file. > > I am running COS7 64 bit with 32 GB. > > On Wed, Jan 6, 202

Re: [qmailtoaster] Error suggestions?

2021-01-05 Thread ChandranManikandan
Hi Remo, I had the same issue, Are you changing the physical ram or any value in any clam file. I am running COS7 64 bit with 32 GB. On Wed, Jan 6, 2021 at 7:03 AM Remo Mattei wrote: > I have it fixed.. I have changed it to more ram :) > > > On Jan 5, 2021, at 13:57, Remo Mattei wrote: > > >

Re: [qmailtoaster] Error suggestions?

2021-01-05 Thread Remo Mattei
I have it fixed.. I have changed it to more ram :) > On Jan 5, 2021, at 13:57, Remo Mattei wrote: > > clamdscan: error while loading shared libraries: libtasn1.so.6: failed to map > segment from shared object: Cannot allocate memory > > Has anyone seen this suggestions? > > Thanks >

Re: [qmailtoaster] Error on new mailserver setup

2019-10-22 Thread Eric Broch
In /var/qmail/supervise/smtp/run add SIMSCAN_DEBUG=5 stop and start qmail check log On 10/22/2019 7:30 PM, Jeff Koch wrote: Hi On our new QMT7 mailserver we're seeing quite a few incoming emails being rejected with this message: TLS reason: 451_mail_server_temporarily_rejected_message_(#

Re: [qmailtoaster] Error on new mailserver setup

2019-10-22 Thread Jeff Koch
Hi On our new QMT7 mailserver we're seeing quite a few incoming emails being rejected with this message: TLS reason: 451_mail_server_temporarily_rejected_message_(#4.3.0) Anyone know what this is about ? Thanks, Jeff Koch P.S. Sorry for all the questions. On 10/22/2019 9:27 AM, Eric Broc

Re: [qmailtoaster] Error on new mailserver setup

2019-10-22 Thread Eric Broch
Manual. At some point I'll make an auto install...apologies. On 10/22/2019 7:25 AM, Jeff Koch wrote: Eric - thanks again. Question - is DKIM built in now or do we need to go through the setup process? Jeff On 10/22/2019 8:59 AM, Eric Broch wrote: # ls -l /var/qmail/bin/qmail-queue /var/qma

Re: [qmailtoaster] Error on new mailserver setup

2019-10-22 Thread Jeff Koch
Eric - thanks again. Question - is DKIM built in now or do we need to go through the setup process? Jeff On 10/22/2019 8:59 AM, Eric Broch wrote: # ls -l /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue.orig /var/qmail/bin/qmail-dk -rws--x--x 1 qmailq qmail 52096 Jan 21  2018 /var/qmai

Re: [qmailtoaster] Error on new mailserver setup

2019-10-22 Thread Jeff Koch
Eric - thanks - you are a life saver - Jeff On 10/22/2019 8:59 AM, Eric Broch wrote: # ls -l /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue.orig /var/qmail/bin/qmail-dk -rws--x--x 1 qmailq qmail 52096 Jan 21  2018 /var/qmail/bin/qmail-dk lrwxrwxrwx 1 root   root 23 Jun 14  2018 /v

Re: [qmailtoaster] Error on new mailserver setup

2019-10-22 Thread Eric Broch
# ls -l /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue.orig /var/qmail/bin/qmail-dk -rws--x--x 1 qmailq qmail 52096 Jan 21  2018 /var/qmail/bin/qmail-dk lrwxrwxrwx 1 root   root 23 Jun 14  2018 /var/qmail/bin/qmail-queue -> /var/qmail/bin/qmail-dk -rws--x--x 1 qmailq qmail 27040 Jan

RE: [qmailtoaster] Error on new mailserver setup

2019-10-22 Thread CarlC Internet Services Service Desk
I think this is the old issue where /var/qmail/bin/qmail-queue is “ln” to queue-dk. You might want to undo the “ln” and create a new one to qmail-queue.orig …. Carl From: Jeff Koch [mailto:jeffk...@intersessions.com] Sent: Tuesday, October 22, 2019 08:50 AM To: qmailtoaster-list@qmailtoa

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Eric Broch
-rw-r--r-- 1 clamav clamav    766976 Dec  6 20:54 bytecode.cld -rw-r--r-- 1 clamav clamav 131212800 Jan 26 03:46 daily.cld -rw-r--r-- 1 clamav clamav 307499008 Jun  7  2017 main.cld -rw--- 1 clamav clamav  1716 Jan 26 09:46 mirrors.dat ClamAV update process started at Fri Jan 26 10:10:06

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Michele Federici
Hi, I have in my centos 7 drwxr-x---   2 clamav root 6 26 gen 17.44 simscan and exec /usr/bin/softlimit -m 6400 \ The server configuration did not change and the anomaly start this morning. What versions do you have

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Sean Murphy
Well, I spoke too soon, soft reject messages started popping up on my CentOS 5 server.  I have disabled ClamAV and will continue to monitor. On 1/26/2018 11:00 AM, Eric Broch wrote: Ahhh! ClamAV again. On 1/26/2018 8:57 AM, Havrla wrote: Peter: detail my log: Jan 26 11:24:50 tonda clamd: Li

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 qmail directory > ownerships an

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 server > temporarily rej

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Michele Federici
Hi, I confirm you: after 1 hour the problem caming back I prefer do not stop clamav. I've create a script who check every few minutes "/var/log/clamd/clamd.log" and if there is an errore it restart clamav thank you -- Michele Federici Il 26/0

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Havrla
Hi Restart clamav fix only for cca 1 hour. After problem back. I turned off simscan for clamav. file /var/qmail/control/simcontrol :clam=no,spam=yes,spam_hits=12,attach=.src:.bat:.pif:.js /etc/init.d/qmail cdb I'm waiting for another update clamav (antivir base). We'll see tomorrow. H. Dn

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Sean Murphy
This seems like the situation we were experiencing back in March of last year, where a bad daily hit servers running CentOS 5 until they changed how clamav used pcre to link the database.  I don't know if it's the same case here. Our CentOS 5 server (32-bit) and CentOS 7 server (64-bit) are no

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Michele Federici
Hi, I have more than 200 GB free. But i think is the current clamav signature problem. This post is similar http://lists.clamav.net/pipermail/clamav-users/2018-January/005658.html If i restart clamav works all fine. Thank y

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Eric Broch
Ahhh! ClamAV again. On 1/26/2018 8:57 AM, Havrla wrote: Peter: detail my log: Jan 26 11:24:50 tonda clamd: LibClamAV Error: cli_gentempfd: Can't create temporary file /tmp/clamav-4cfa012223685613cbdd51ea20c64a9a.tmp/clamav-696c37f51f984623e21bb7af92cbbf08.tmp: Too many open files Havrla D

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Eric Broch
Hi  Michele Is the directory /var/qmail/simscan full? How much space do you have? Check out this link on the mailing list for permissions issues some have had: https://www.mail-archive.com/search?q=SOLVED+-+qq+soft+reject+with+Centos+7&l=qmailtoaster-list%40qmailtoaster.com On 1/26/2018 8:47

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Havrla
Peter: detail my log: Jan 26 11:24:50 tonda clamd: LibClamAV Error: cli_gentempfd: Can't create temporary file /tmp/clamav-4cfa012223685613cbdd51ea20c64a9a.tmp/clamav-696c37f51f984623e21bb7af92cbbf08.tmp: Too many open files Havrla Dne 26.1.2018 v 16:47 Peter Peltonen napsal(a): First thing

Re: [qmailtoaster] ERROR: accept() failed

2018-01-26 Thread Peter Peltonen
First thing that comes to my mind is to check qmail directory ownerships and permissions? On Fri, Jan 26, 2018 at 12:24 PM, Michele Federici wrote: > Hi, > > I have a qmail server that today returns in the smtp log "mail server > temporarily rejected message (# 4.3.0)". > > Everything works fine

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
Forget last post, Squiirrelmail is working after changing the conf file. Is there a post or guide for roundcube anywhere, or just use generic instructions at roundcube? Thanks to everyone. David Overman

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
tried your conf file : [root@mail httpd]# journalctl -xe -- -- Unit httpd.service has begun shutting down. Nov 30 07:41:22 mail.davomail.com systemd[1]: Starting The Apache HTTP Server... -- Subject: Unit httpd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
Here's my squirrelmail.conf # # SquirrelMail is a webmail package written in PHP. # Alias /webmail /usr/share/squirrelmail # Apache 2.4 Require all denied # Apache 2.2 Order deny,allow Deny from all # this section makes squirrelmail use https connections only

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
At least httpd started, but resulted in a 404 error https://mail.davomail.com/webmail and https://davomail.com/webmail logs show named errors. [root@mail httpd]# service httpd restart Redirecting to /bin/systemctl restart httpd.service [root@mail httpd]# service httpd status Redirecting to /bin/

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
Change ErrorDocument 403 "https://mail.davomail.com/webmail/";; To ErrorDocument 403 https://mail.davomail.com/webmail/ On 11/29/2016 6:34 PM, David Overman wrote: RewriteEngine on RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*/webmail*)$ https://%{SERVER_NAME}$1 [L,R] allow from all Opt

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
6, at 10:45 AM, Jaime Lerner wrote: I was just mentioning it because David kept pointing to that as an error and thinking it was the issue as to why qmail wasn't working. It's definitely not an issue on my server. Perhaps that's how it is set up for Digital Ocean servers running

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
e is running fine. (Mine shows it's using /etc/rc.d/init.d/network, and his may say the same) From: Eric Broch <mailto:ebr...@whitehorsetc.com>> Reply-To: <mailto:qmailtoaster-list@qmailtoaster.com>> Date: Tuesday, November 29, 2016 at 10:59 AM To: <mailto:qmailtoaster-lis

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
S 7...not sure.  He can run 'systemctl status network' to see that his network service is running fine. (Mine shows it's using /etc/rc.d/init.d/network, and his may say the same) From: Eric Broch Reply-To: Date: Tuesday, November 29, 2016 at 10:59 AM To: Subject: Re: [qmailtoa

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
nning".  Just in case you're thinking that's an issue...it's obviously not. From: Eric Broch Reply-To: Date: Tuesday, November 29, 2016 at 10:45 AM To: Subject: Re: [qmailtoaster] error after changing squirrelmail conf new-install And, What are these settings: IPADDR2=10.13.0.

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Jaime Lerner
x27;systemctl status network' to see that his network service is running fine. (Mine shows it's using /etc/rc.d/init.d/network, and his may say the same) From: Eric Broch Reply-To: Date: Tuesday, November 29, 2016 at 10:59 AM To: Subject: Re: [qmailtoaster] error after changing

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
n issue...it's obviously not. From: Eric Broch <mailto:ebr...@whitehorsetc.com>> Reply-To: <mailto:qmailtoaster-list@qmailtoaster.com>> Date: Tuesday, November 29, 2016 at 10:45 AM To: <mailto:qmailtoaster-list@qmailtoaster.com>> Subject: Re: [qmailtoaster] error after changin

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Jaime Lerner
Just as an FYI, if I run the command 'nmtui' on my server I get the same response "NetworkManager is not running". Just in case you're thinking that's an issue...it's obviously not. From: Eric Broch Reply-To: Date: Tuesday, November 29, 2016 at 10:45 A

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
And, What are these settings: IPADDR2=10.13.0.5 PREFIX2=16 If you don't need them remove. On 11/29/2016 8:34 AM, Eric Broch wrote: Do below and remove ifcfg-enp0s3 On 11/29/2016 8:32 AM, Eric Broch wrote: Here's what I would do # cp -p /etc/sysconfig/network-scripts/ifcfg-eth0 /root/'

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
Do below and remove ifcfg-enp0s3 On 11/29/2016 8:32 AM, Eric Broch wrote: Here's what I would do # cp -p /etc/sysconfig/network-scripts/ifcfg-eth0 /root/'somewhere' # vi /etc/sysconfig/network-scripts/ifcfg-eth0 erase all settings, paste below into the file and save # systemctl restart ne

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
Here's what I would do # cp -p /etc/sysconfig/network-scripts/ifcfg-eth0 /root/'somewhere' # vi /etc/sysconfig/network-scripts/ifcfg-eth0 erase all settings, paste below into the file and save # systemctl restart network DEVICE='eth0' TYPE=Ethernet BOOTPROTO=none ONBOOT='yes' HWADDR=62:ed:ca

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
I created the file ifcfg-enp0s3, as it was not in /etc/sysconfig/network-scripts HWADDR="08:00:27:F3:D4:74" TYPE="Ethernet" BOOTPROTO="static" IPADDR=192.168.0.17 NETMASK=255.255.255.0 NM_CONTROLLED=no DEFROUTE="yes" PEERDNS="yes" PEERROUTES="yes" IPV4_FAILURE_FATAL="no" IPV6INIT="yes" IPV6_AUTOCO

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
Ok, I tried the script with my ip for ip4 address and 8.8.8.8 and 8.8.4.4 and with my actual ip and hostname. Still getting Error: NetworkManager is not running. [root@mail ~]# sh qmt-host.sh Call this script as follows (example below): qmt-host.sh hostname ipv4.address ipv4.gateway qmt-host.sh

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
Then you'll have to do it manually. You do not need the ipv6 addresses. Take a look at the site I sent. On 11/29/2016 7:48 AM, David Overman wrote: Ok, I tried the script with my ip for ip4 address and 8.8.8.8 and 8.8.4.4 and with my actual ip and hostname. Still getting Error: NetworkManager

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Eric Broch
Try running this: https://raw.githubusercontent.com/qmtoaster/scripts/master/qmt_host.sh Or Take a look here: http://ask.xmodulo.com/configure-static-ip-address-centos7.html You must get rid of the IPv6 name servers On 11/29/2016 4:37 AM, David Overman wrote: [root@mail ~]# systemctl sta

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
Jamie, I already have this installed(Centos 7.2). Maybe I should look at Roundcube, and forget about squirrelmail and the errors that are being generated by apache regarding, "unknown nameserver"? David On Nov 29, 2016, at 08:18 AM, Jaime Lerner wrote: No, Eric's instructions are generic. I

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Jaime Lerner
No, Eric's instructions are generic. I'll take a look at my notes, and see if I can help you any to get going on this on a digital ocean droplet. > On Nov 29, 2016, at 9:03 AM, David Overman wrote: > > Fantastic Jaime, > Thank You!, > > I just opened a ticket on DO. I'll close it now. Does Eri

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
Fantastic Jaime, Thank You!, I just opened a ticket on DO. I'll close it now. Does Eric have specific instructions for DO? googling now. David On Nov 29, 2016, at 07:57 AM, Jaime Lerner wrote: I'm running my install on a digital ocean droplet on Cent OS 7.2 with no problems at all. It

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread Jaime Lerner
I'm running my install on a digital ocean droplet on Cent OS 7.2 with no problems at all. It runs beautifully there. I found Eric's instructions by Googling and followed them for the install and everything worked great. I'm running roundcube and not squirrelmail, but qmail itself was up and runn

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-29 Thread David Overman
[root@mail ~]# systemctl start network [root@mail ~]# nmtui NetworkManager is not running. Do you think this may have something to do with my Centos Instance running on A digitalocean droplet? On Nov 28, 2016, at 07:37 AM, Eric Broch wrote: # systemctl start network On 11/28/2016 12:16 AM,

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-28 Thread Eric Broch
# systemctl start network On 11/28/2016 12:16 AM, David Overman wrote: Failed to start NetworkManager.service: Unit NetworkManager.service is masked - To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com Fo

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread David Overman
"unparsable nameserver" error originally He should change the IPs to ipv4 [root@mail ~]# cat /etc/resolv.conf  search [whatever his mailserver is, i.e. mail.example.com] nameserver 127.0.0.1 nameserver 8.8.8.8 nameserver 8.8.4.4 From: David Overman Reply-To: Date: Sunday, Nove

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread Eric Broch
meserver 8.8.4.4 From: David Overman mailto:davesp...@me.com>> Reply-To: <mailto:qmailtoaster-list@qmailtoaster.com>> Date: Sunday, November 27, 2016 at 3:05 PM To: <mailto:qmailtoaster-list@qmailtoaster.com>> Subject: Re: [qmailtoaster] error after changing squirrelmai

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread David Overman
meserver 8.8.4.4 From: David Overman Reply-To: Date: Sunday, November 27, 2016 at 3:05 PM To: Subject: Re: [qmailtoaster] error after changing squirrelmail conf new-install I found this in the archive, and I made the changes to squirrelmail like it said. Now I am getting a different error

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread Eric Broch
ailserver is, i.e. mail.example.com] nameserver 127.0.0.1 nameserver 8.8.8.8 nameserver 8.8.4.4 From: David Overman mailto:davesp...@me.com>> Reply-To: <mailto:qmailtoaster-list@qmailtoaster.com>> Date: Sunday, November 27, 2016 at 3:05 PM To: <mailto:qmailtoaster-list@qmail

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread David Overman
8.8.4.4 From: David Overman Reply-To: Date: Sunday, November 27, 2016 at 3:05 PM To: Subject: Re: [qmailtoaster] error after changing squirrelmail conf new-install I found this in the archive, and I made the changes to squirrelmail like it said. Now I am getting a different error. AH00526: Sy

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread Eric Broch
oaster-list@qmailtoaster.com>> Subject: Re: [qmailtoaster] error after changing squirrelmail conf new-install I found this in the archive, and I made the changes to squirrelmail like it said. Now I am getting a different error. AH00526: Syntax error on line 8 of /etc/httpd/conf/squirrel

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread David Overman
man Reply-To: Date: Sunday, November 27, 2016 at 3:05 PM To: Subject: Re: [qmailtoaster] error after changing squirrelmail conf new-install I found this in the archive, and I made the changes to squirrelmail like it said. Now I am getting a different error. AH00526: Syntax error on line

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread Eric Broch
n mailto:davesp...@me.com>> Reply-To: <mailto:qmailtoaster-list@qmailtoaster.com>> Date: Sunday, November 27, 2016 at 3:05 PM To: <mailto:qmailtoaster-list@qmailtoaster.com>> Subject: Re: [qmailtoaster] error after changing squirrelmail conf new-install I found this in

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread David Overman
o: Subject: Re: [qmailtoaster] error after changing squirrelmail conf new-install I found this in the archive, and I made the changes to squirrelmail like it said. Now I am getting a different error. AH00526: Syntax error on line 8 of /etc/httpd/conf/squirrelmail.conf: ErrorDocument takes two arguments, C

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread Jaime Lerner
ail.example.com] nameserver 127.0.0.1 nameserver 8.8.8.8 nameserver 8.8.4.4 From: David Overman Reply-To: Date: Sunday, November 27, 2016 at 3:05 PM To: Subject: Re: [qmailtoaster] error after changing squirrelmail conf new-install I found this in the archive, and I made the changes to sq

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread David Overman
I found this in the archive, and I made the changes to squirrelmail like it said. Now I am getting a different error. AH00526: Syntax error on line 8 of /etc/httpd/conf/squirrelmail.conf: ErrorDocument takes two arguments, Change responses for HTTP errors - Original Message - From: "Max

Re: [qmailtoaster] error after changing squirrelmail conf new-install

2016-11-27 Thread ebroch
What changes did you make to what File? Or, what documentation were you following? On Sun, Nov 27, 2016 at 11:05 AM -0700, "David Overman" wrote: Greetings,I just got this server up Centos 6.2I updated squirrelmail.conf to activate squirellmail, but when I tried to restart

Re: [qmailtoaster] error while installing dovecot-2.2.25-12.qt.src.rpm

2016-11-05 Thread Eric Broch
Rajesh, This is good to know. What was the old version of ssl you had installed, I'll put a minimum version of ssl in the spec file. Eric On 11/5/2016 10:05 PM, Rajesh M wrote: eric this got resolved after i updated openssl. thanks rajesh - Original Message - From: Rajesh M [mailt

RE: [qmailtoaster] error while installing dovecot-2.2.25-12.qt.src.rpm

2016-11-05 Thread Rajesh M
eric this got resolved after i updated openssl. thanks rajesh - Original Message - From: Rajesh M [mailto:24x7ser...@24x7server.net] To: qmailtoaster-list@qmailtoaster.com Sent: Sun, 6 Nov 2016 08:45:36 +0530 Subject: hi eric i am getting an error while installing the latest version do

Re: [qmailtoaster] error 256

2015-11-14 Thread Madd Macc
Hi Eric, thanks for the reply No, the emails are not being delivered at all. On Sat, Nov 14, 2015 at 12:45 AM, Eric Broch wrote: > On 11/13/2015 9:49 PM, Madd Macc wrote: > > tcpserver: end (number here changes) status 256 > I've read that this is a bad termination of the connection by the clien

Re: [qmailtoaster] error 256

2015-11-13 Thread Eric Broch
On 11/13/2015 9:49 PM, Madd Macc wrote: > tcpserver: end (number here changes) status 256 I've read that this is a bad termination of the connection by the client or a network problem. Is the mail delivered successfully? - To unsu

Re: [qmailtoaster] error

2015-11-07 Thread Sree Raj
Hi Eric, Thanks for your prompt response. Issue caused due to old domain existence. So that mail has been tried to deliver in internal server. Once removed that and refreshed qmail,, Issue got solved. Regards Sree Regards Sreeraj R S On Fri, Nov 6, 2015 at 7:22 PM, Eric Broch wrote: >

Re: [qmailtoaster] error

2015-11-06 Thread Eric Broch
On 11/6/2015 3:18 AM, Sree Raj wrote: > 550 5.1.1 sorry, no mailbox here by that name (chkuser) Sree, Have a look at this thread: http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg17852.html EricB

Re: [qmailtoaster] error sending : SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-29 Thread Linux
Interestingly, in theory which has an old version of openssl you are having problems with the size of the certificate ... or we who have to date? You know how is the procedure for updating the keys Difie Helmann or updated to perform the upgrade of openssl? Paul 2015-07-30 3:13 GMT-03:00 Sebastia

Re: [qmailtoaster] error sending : SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-29 Thread Sebastian Grewe
Great guide! I was also not a fan of downgrading OpenSSL especially with the last upgrades required. It seems this is a remote issue then where mail servers have Diffie Helmann keys in a smaller size than required by newer OpenSSL versions. It may be a good idea to notify those domains with a

Re: [qmailtoaster] error sending : SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-29 Thread Linux
Thanks guys, I supposed that one option was to return to my old version of openssl but this contains some security problems, the solution I found was to share them if they occur: To resolve the issue I made an exception ssl check for these remote hots. I leave the steps in case help someone: mk

RE: [qmailtoaster] error sending : SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-24 Thread Nicholas Chua
Hi, Try yum downgrade openssl-devel openssl You might need to downgrade a second time which will allow this issue to solve Regards nic From: distribucionli...@gmail.com Date: Tue, 21 Jul 2015 17:58:17 -0300 To: qmailtoaster-list@qmailtoaster.com Subject: [qmailtoaster] error sending : SSL3_

Re: [qmailtoaster] error sending : SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-22 Thread Dan McAllister
It appears you are attempting to send your mail with TLS and your local certificate is not valid (DH KEY TOO SMALL). I usually recommend getting a REAL SSL certificate (vs. self-signed) if you're going to be using SSL/TLS security on your systems permanently. Its not THAT expensive (see Godadd

Re: [qmailtoaster] error

2015-03-30 Thread Dave M
Ya, I see that now ( Bigger Grin : ) Cheers On 3/30/2015 12:41 PM, Dan McAllister wrote: Dave: The reboot was overkill, but I'm glad its working again. (By overkill, I mean the doing the pkill -9 would force the "hung" process to stop (as well as any other qmail-smtp processes), then the *s

Re: [qmailtoaster] error

2015-03-30 Thread Dan McAllister
Dave: The reboot was overkill, but I'm glad its working again. (By overkill, I mean the doing the pkill -9 would force the "hung" process to stop (as well as any other qmail-smtp processes), then the *supervise *program would immediately re-spawn a new one (or new ones) -- rebooting essential

Re: [qmailtoaster] error

2015-03-30 Thread Dave M
Thanks Dan it was stuck on port 587 killed the process _*pkill -9 qmail-smtp did reboot all is well again. Thanks On 3/30/2015 8:50 AM, Dan McAllister wrote: Dave: It appears there is a "stuck" qmail-smtp process that is bound to port (25 since this is the smtp log file -- but this issue can

Re: [qmailtoaster] error

2015-03-30 Thread Dave M
Hi Tony, It was stuck on port 587 ran the kill command as pro Dan`s suggestion, then did reboot All is well again Thanks On 3/30/2015 8:52 AM, Tony White wrote: Hi Dave, What port is the binding error on? If you know the port you could netstat to find the process taking the port. best w

Re: [qmailtoaster] error

2015-03-30 Thread Dave M
HI Tony, It was stuck on port 587 ran the kill command as pro Dan`s suggestion, then did reboot All is well again Thanks On 3/30/2015 8:52 AM, Tony White wrote: Hi Dave, What port is the binding error on? If you know the port you could netstat to find the process taking the port. best

Re: [qmailtoaster] error

2015-03-30 Thread Tony White
Hi Dave, What port is the binding error on? If you know the port you could netstat to find the process taking the port. best wishes Tony White Yea Computing Services http://www.ycs.com.au 4 The Crescent Yea Victoria Australia 3717 Telephone No's VIC : 03 9008 5614 FAX : 03 9008 5610 (FAX2E

Re: [qmailtoaster] error

2015-03-30 Thread Dan McAllister
Dave: It appears there is a "stuck" qmail-smtp process that is bound to port (25 since this is the smtp log file -- but this issue can arise in submission [port 587], or smtp-ssl [port 465] if that is enabled as well). issue a _*pkill -9 qmail-smtp *_command, as that will force-stop all curr

Re: [qmailtoaster] Error - message "451 qq write error or disk full (#4.3.0)"

2015-01-04 Thread Madd Macc
is the /home on a different partition, please show df -h On Wed, Dec 31, 2014 at 4:00 AM, Jaime Ventura wrote: > Have you tried reverting the change? > > On Wed, Dec 31, 2014 at 4:33 AM, Tony White > wrote: > >> Hi all, >> Desperate here please. >> Tried to remove domainkeys from the server

Re: [qmailtoaster] Error - message "451 qq write error or disk full (#4.3.0)"

2014-12-31 Thread Jaime Ventura
Have you tried reverting the change? On Wed, Dec 31, 2014 at 4:33 AM, Tony White wrote: > Hi all, > Desperate here please. > Tried to remove domainkeys from the server following this page > > http://wiki.qmailtoaster.com/index.php/Disabling_Domain_Keys > > Since doing it I have not been ab

[qmailtoaster] Re: qmailtoaster error with fresh install

2013-05-08 Thread Eric Shubert
Hmmm. I don't understand how the lack of that module could have caused that error. In any case, the module *is* required. It's included in the qtp-dependencies script, which qtp-newmodel uses. qtp-newmodel is the preferred method of installing these days, as the other scripts have not been ma

Re: [qmailtoaster] Re: qmailtoaster error with fresh install

2013-05-08 Thread Rajesh M
hi eric the reason was REQUIRED module missing: NetAddr::IP i manually installed this perl module and spamassassin install was successful. i believe the centos install script ie the perl module part of this shud include the above. rajesh > On 05/07/2013 10:57 AM, Rajesh M wrote: >> hi >> >>

[qmailtoaster] Re: qmailtoaster error with fresh install

2013-05-07 Thread Eric Shubert
On 05/07/2013 10:57 AM, Rajesh M wrote: hi centos 5 32 bit latest version machine is a dual core xeon i am getting the following error in the installation spamassassin rpm latest version from qmail-toaster.com website bad exit status from /var/tmp/rpm-tmp.1.4633(%build) error : file not found

Re: [qmailtoaster] error

2012-10-29 Thread Edward Finlayson
HI dave, You are perfectly correct that this is indeed a rDNS issue. If you are host all your own dns then you need to get your hosting company to delegate the IP to your server, if not then you may be able to create the entry in your hosting providers interface. I hope this helps. But if you

Re: [qmailtoaster] Error while receiving mail

2012-07-27 Thread Dan McAllister
Amit, I suspect chkuser is choking on the presence of the = characters in the mail address... Dan On 7/27/2012 3:23 AM, Amit wrote: Hi,   I’m using QMT to scan and forward ma

Re: [qmailtoaster] Error receiving mail from 1 domain

2012-02-07 Thread Bharath Chari
On Tuesday 07 February 2012 10:29 PM, Dan McAllister wrote: My only comment is to say that, despite the fact that you might really WANT that marketing e-mail, the fact is that if they're doing what clam says they're doing (like the example below), then at best they're being deceitful... it may

  1   2   3   4   5   >