Koozali.org: home of the SME Server

AntiVir and 5.5

Adam Rykala

AntiVir and 5.5
« on: July 12, 2002, 02:10:51 AM »
Right then

I upgraded to 5.5 from a 5.1.2 install with AntiVir AVM Gateway running - and the upgrade broke the link between the two..

What happened was that the smtpd daemon was moved back to 25 rather then 825 (smtp-backdoor) as AV moves it to ...

fix

go to /services/smtpfront-qmail

then

pico run

it first looks like this

#!/bin/sh
#----------------------------------------------------------------------
# copyright (C) 2002 Mitel Networks Corporation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
#
# Technical support for this program is available from Mitel Networks
# Please visit our web site www.mitel.com/sme/ for details.
#----------------------------------------------------------------------
exec 2>&1
exec /usr/bin/env - \
     /usr/local/bin/envuidgid qmaild \
     /usr/local/bin/tcpserver\
        -U \
        -R \
        -x /etc/tcprules/tcp.smtp.cdb \
        -l 0 \
        0 smtp \
        /usr/local/bin/envdir ./env \
        /usr/bin/smtpfront-qmail


Change the line
0 smtp \

to read
- smtp-backdoor \

save this file and reboot

I don't know whether it has a template associated with it - im sure some clever person will tell me!

Hope this helps

A

Adam Rykala

Re: AntiVir and 5.5 - CORRECTIO
« Reply #1 on: July 12, 2002, 02:14:08 AM »
CORRECTION

- smtp-backdoor \

should read

0 smtp-backdoor \