Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Option:Number of messages sent in an SMTP session

Status
Not open for further replies.

csross

MIS
Dec 21, 2003
92
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top