<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Am 28.09.2011 22:55, schrieb Van Isle BC Web Solutions:
<blockquote cite="mid:4E8389CC.3000400@vanislebc.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
# Allow incoming UDP ports<br>
<div style="padding: 2px; background: white none repeat scroll 0%;
-moz-background-clip: -moz-initial; -moz-background-origin:
-moz-initial; -moz-background-inline-policy: -moz-initial;"><b>UDP_IN
</b>= <input value="20,21,6277" size="14" name="UDP_IN_"
type="text"></div>
<br>
# Allow outgoing UDP ports<br>
# To allow outgoing traceroute add 33434:33523 to this list <br>
<div style="padding: 2px; background: white none repeat scroll 0%;
-moz-background-clip: -moz-initial; -moz-background-origin:
-moz-initial; -moz-background-inline-policy: -moz-initial;"><b>UDP_OUT
</b>= <input value="20,21,113,123,873,6277" size="26"
name="UDP_OUT_" type="text"></div>
</blockquote>
I think the firewalling issue is a bit out-of-scope for this list.
You cant try to disable the firewall completely, i.e. open it, wait
for incoming mail, and see if the result differs from the closed
firewall case. If it does, you have a firewall issue. <br>
<blockquote cite="mid:4E8389CC.3000400@vanislebc.com" type="cite">
<br>
<blockquote cite="mid:4E7B995E.2080205@info-systems.de"
type="cite">Anything
else I can do? Am I doing it wrong? I'm not sure where or how
to find
my avisd-new config files using putty to deactivate it. I tried
ls -a
amisd-new but the file didn't come up. <br>
</blockquote>
</blockquote>
The config file is usually /etc/amavisd.conf . <br>
<br>
BUT the DCC check is not configured in this config file as it is not
called by amavisd directly, rather the check is invoked by
spamassassin which in turn is invoked by amavis. Do the following: <br>
<br>
"locate local.cf"<br>
<br>
Hopefully you will see one ore several file locations, the actual
relevant configuration file should reside in /etc, for my
installation it is <br>
/etc/mail/spamassassin/local.cf . <br>
<br>
Once you have found this file, edit it with your favorite editor and
check for occurence of a line like <br>
<br>
use_dcc 1<br>
<br>
If you find it, set it to <br>
<br>
use_dcc 0<br>
<br>
If it is not present, add a line <br>
<br>
use_dcc 0<br>
<br>
Now the DCC lookup will be disabled. But please be aware that this
reduces the quality of your spam check, the better way would be to
check why the DCC server request fails. Probably this would be a
task for the consultant who installed and configured the system. <br>
<br>
Best regards,<br>
Jakob Curdes<br>
<br>
<br>
<blockquote cite="mid:4E8389CC.3000400@vanislebc.com" type="cite">
<blockquote cite="mid:4E7B995E.2080205@info-systems.de"
type="cite">
</blockquote>
<br>
<blockquote cite="mid:4E7B995E.2080205@info-systems.de"
type="cite"><br>
----- <br>
No virus found in this message. <br>
Checked by AVG - <a moz-do-not-send="true"
class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
<br>
Version: 10.0.1410 / Virus Database: 1520/3912 - Release Date:
09/22/11 <br>
<br>
<br>
</blockquote>
<br>
</blockquote>
<br>
</body>
</html>