Hi Eric,

Thanks, mine for Centos 7.
I need your help.
i have configured my domain ssl letsencrypt server in standby server two
days ago which my production was down.
Now the production server is up without any changes,
my standby server is down now, but still the website and certificate is not
working in ssl,
do i need to re-run the certificate again


On Thu, Nov 12, 2020 at 10:40 PM Eric Broch <ebr...@whitehorsetc.com> wrote:

> Mine runs (and should run) w/o spamdyke...
>
> #!/bin/sh
> QMAILDUID=`id -u vpopmail`
> NOFILESGID=`id -g vpopmail`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> SPAMDYKE="/usr/bin/spamdyke"
> SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
> SMTPD="/var/qmail/bin/qmail-smtpd"
> TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
> HOSTNAME=`hostname`
> VCHKPW="/home/vpopmail/bin/vchkpw"
> export SMTPAUTH="-"
>
> #     $SPAMDYKE --config-file $SPAMDYKE_CONF \
>
> exec /usr/bin/softlimit -m 64000000 \
>       /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
>       -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
>       $SMTPD $VCHKPW /bin/true 2>&1
>
> On 11/12/2020 7:34 AM, Jim McNamara wrote:
> > On 11/12/20 7:03 AM, ChandranManikandan wrote:
> >
> >> Hi Folks,
> >>
> >> Now it's working,
> >>
> >> I have done below changes in /var/qmail/supervise/smtp/run
> >> Just enabled spamdyke conf lines then working.
> >>
> >> #!/bin/sh
> >> QMAILDUID=`id -u vpopmail`
> >> NOFILESGID=`id -g vpopmail`
> >> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> >> SPAMDYKE="/usr/bin/spamdyke"
> >> SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
> >> SMTPD="/var/qmail/bin/qmail-smtpd"
> >> TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
> >> HOSTNAME=`hostname`
> >> VCHKPW="/home/vpopmail/bin/vchkpw"
> >> REQUIRE_AUTH=0
> >> #export FORCETLS=0
> >> export SMTPAUTH=""
> >>
> >>
> >> exec /usr/bin/softlimit -m 64000000 \
> >>      /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c
> >> "$MAXSMTPD" \
> >>      -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
> >>      $SPAMDYKE --config-file $SPAMDYKE_CONF \
> >>      $SMTPD $VCHKPW /bin/true 2>&1
> >>
> >
> > <SNIP>
> >
> > I noticed this as well on CentOS8, if you remove spamdyke from the
> > smtp run file, the service will not run. It gives errors and does not
> > run at all.
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> > For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>

-- 


*Regards,Manikandan.C*

Reply via email to