-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tomasz Papszun wrote:
| On Wed, 29 Dec 2004 at 16:30:11 -0300, Matias Lopez Bergero wrote:
|
|>This probably isn't directly related to Clamav, but I'm not sure, and I
|> think that this list is good place to ask about it :)
|>
|>My old mx server pass away, like most things does, and a new one came to
|> replace it.
|>
|>The thing is that I'm having some problems with the speed of the
|>SMTP/POP transactions, or communications with this new server.
|
| [...]
|
| This is not the direct answer, but...
|
| Are you saying that the new server (most likely more powerful) works
| slower than the old one?

Yes, the old server was an Intel PIII 800MHz single CPU, with 768MB of
memory.
The new one has more than tree times the processing speed, and twice the
size of memory.

| I'd start with checking what have changed during the transition. In a
| very broad range of details: IP address, DNS availability, firewall
| settings, etc. If you don't know which change have caused the problem,
| start with the same settings as were in the old server, change them one
| at once and observe when the problem occurs.

Yes, I did that.
There are a few changes. The version and config.mc of Sendmail and the
SpamAssassin service.
I disabled the SA to check if it was causing the problem, but the test
was negative.

I check many times my sendmail.mc, but I couldn't find anything wrong.
Need to say that I'm not very good configuring Sendmail :-P

Here is the sendmail.mc, maybe you find something interesting :)

BR,
MatÃas


::sendmail.mc::

divert(-1)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`setup for Red Hat Linux')dnl
OSTYPE(`linux')dnl
DOMAIN(`generic')dnl
define(`confLOG_LEVEL', `9')dnl
define(`confDEF_USER_ID',``8:12'')dnl
define(`confTO_CONNECT', `1m')dnl
define(`confDONT_PROBE_INTERFACES',true)dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
define(`ALIAS_FILE',
`/etc/aliases,/etc/mail/aliases,/etc/mail/majordomo.aliases')dnl
define(`STATUS_FILE', `/var/log/mail/statistics')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS', `
goaway,authwarnings,novrfy,noexpn,restrictqrun,restrictmailq')dnl
define(`confAUTH_OPTIONS', `A')dnl
define(`confTO_QUEUEWARN', `4h')dnl
define(`confTO_QUEUERETURN', `5d')dnl
define(`confQUEUE_LA', `12')dnl
define(`confREFUSE_LA', `18')dnl
define(`confTO_IDENT', `0')dnl
define(`confMAX_MESSAGE_SIZE', 12000000)
dnl FEATURE(delay_checks)dnl
FEATURE(`no_default_msa',`dnl')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`mailertable',`hash -o /etc/mail/mailertable.db')dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl
FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
LOCAL_DOMAIN(`localhost.localdomain')dnl
FEATURE(masquerade_envelope)dnl
FEATURE(masquerade_entire_domain)dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
MAILER(local)dnl
dnl -------------------------------------------------------------------
dnl milter-spamc
dnl -------------------------------------------------------------------
define(_FFR_MILTER)dnl

INPUT_MAIL_FILTER(
~        `milter-spamc',
~        `S=unix:/var/run/milter-spamc/socket, T=C:1m;S:30s;R:6m;E:1m'
)dnl
dnl--------------------------------------------------------------------
dnl clamav-milter
dnl -------------------------------------------------------------------

INPUT_MAIL_FILTER(`clamav', `S=local:/var/run/clamav/clmilter.sock,
F=,T=S:4m;R:4m')dnl

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFB1BhyRB0HKLRQp/gRAp6BAKDQVtW6MhTujtmit2oFlTlkYP3guQCgtgXu
DYhp3stQd030alJJpBc7nVY=
=3DPD
-----END PGP SIGNATURE-----
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to