I am new to sendmail tuning and need help with this.
A large number of mails are sent via a blaster system. The admin of this system said that sendmail must be limiting the number of messages sent per smtp session. My sendmail.cf was built with SMTP, Procmail and local for mailers. I know there is an option SMTP_MAILER_MAXRCPTS but I am not sure how to implement it. Also, how do you know if you are using SMTP or Procmail for this procedure.
Any Info would be helpful.
divert(0)dnl
VERSIONID(`@(#)main.mc 1.5 (Sun) 08/10/00')
OSTYPE(`solaris8')dnl
MASQUERADE_AS(`pulver.com')dnl
DOMAIN(`solaris-generic')dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
FEATURE(`virtusertable',`dbm -o /etc/mail/virtusertable')dnl
FEATURE(`local_procmail')dnl
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
dnl Realtime spam blockers!!
FEATURE(dnsbl)dnl realtime blackholes FEATURE(dnsbl,`bl.spamcop.net', `Spam blocked see: FEATURE(dnsbl,`dialups.mail-abuse.org',` Mail from dial-up $&{client_addr} rejected; see -abuse.org/dul/enduser.htm')dnl
dnl
dnl
dnl added 9/9/2002 openrelay to slow spam
FEATURE(dnsbl,`relays.orbs.org',` open relay $&{client_addr}; see: MAILER(`local')dnl
MAILER(`smtp')dnl
MAILER(`procmail')dnl
A large number of mails are sent via a blaster system. The admin of this system said that sendmail must be limiting the number of messages sent per smtp session. My sendmail.cf was built with SMTP, Procmail and local for mailers. I know there is an option SMTP_MAILER_MAXRCPTS but I am not sure how to implement it. Also, how do you know if you are using SMTP or Procmail for this procedure.
Any Info would be helpful.
divert(0)dnl
VERSIONID(`@(#)main.mc 1.5 (Sun) 08/10/00')
OSTYPE(`solaris8')dnl
MASQUERADE_AS(`pulver.com')dnl
DOMAIN(`solaris-generic')dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
FEATURE(`virtusertable',`dbm -o /etc/mail/virtusertable')dnl
FEATURE(`local_procmail')dnl
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
dnl Realtime spam blockers!!
FEATURE(dnsbl)dnl realtime blackholes FEATURE(dnsbl,`bl.spamcop.net', `Spam blocked see: FEATURE(dnsbl,`dialups.mail-abuse.org',` Mail from dial-up $&{client_addr} rejected; see -abuse.org/dul/enduser.htm')dnl
dnl
dnl
dnl added 9/9/2002 openrelay to slow spam
FEATURE(dnsbl,`relays.orbs.org',` open relay $&{client_addr}; see: MAILER(`local')dnl
MAILER(`smtp')dnl
MAILER(`procmail')dnl