|
|
|
|
||||||
| comp.mail.sendmail Configuring and using the BSD sendmail agent. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Is it possible to set different amounts of MAX_DAEMON_CHILDREN for
different ports? I'd like to have MAX_DAEMON_CHILDREN for port 25 set to something like 20 and something like 40 for port 587. Below is my current configuration with the local rules removed. -Rick divert(0)dnl VERSIONID(`$Id: generic-solaris2.mc,v 8.11 1999/02/07 07:26:03 gshapiro Exp $') OSTYPE(solaris2)dnl DOMAIN(generic)dnl define(`confAUTH_MECHANISMS', `LOGIN')dnl TRUST_AUTH_MECH(`LOGIN')dnl DAEMON_OPTIONS(`Port=25, Name=MSA, M=E')dnl define(`confLOG_LEVEL', `9')dnl define(`confSMTP_LOGIN_MSG', `')dnl define(`confMAX_RCPTS_PER_MESSAGE', `1000')dnl define(`confBAD_RCPT_THROTTLE',`4')dnl define(`confTO_IDENT',`0s')dnl define(`confTO_ICONNECT', `60s')dnl define(`confTO_CONNECT', `60s')dnl define(`confTO_RCPT', `60s')dnl define(`confTO_DATAINIT', `60s')dnl define(`confTO_DATABLOCK', `60s')dnl define(`confTO_DATAFINAL', `60s')dnl define(`confTO_RSET', `60s')dnl define(`confHOST_STATUS_DIRECTORY', `/etc/mail/hoststat')dnl define(`confTO_QUIT', `60s')dnl define(`confTO_MISC', `60s')dnl define(`confPRIVACY_FLAGS', ``goaway,nobodyreturn,authwarnings,noexpn,novrfy,n eedmailhelo,restrictmailq,restrictqrun,noreceipts, goaway'')dnl define(`confMAX_DAEMON_CHILDREN', ``40'')dnl define(`confMCI_CACHE_TIMEOUT', ``1m'')dnl define(`confQUEUE_LA', ``3'')dnl define(`confMAX_QUEUE_CHILDREN', ``3'')dnl define(`confMAX_RUNNERS_PER_QUEUE', ``3'')dnl define(`confREFUSE_LA', ``6'')dnl define(`confMAX_HEADERS_LENGTH',16384)dnl define(`confTO_QUEUERETURN', ``3d'')dnl define(`confTO_HELO', `60s')dnl define(`confALLOW_BOGUS_HELO', `False')dnl define(`confBIND_OPTS', `WorkAroundBrokenAAAA')dnl define(`confCONNECTION_RATE_THROTTLE', ``3'')dnl define(`confCONNECTION_RATE_WINDOW_SIZE', ``3m'')dnl define(`confMCI_CACHE_TIMEOUT', ``9m'')dnl define(`confTO_INITIAL', ``60s'')dnl define(`confTO_MAIL', ``60s'')dnl define(`confTO_COMMAND', ``60s'')dnl FEATURE(`use_cw_file')dnl FEATURE(`virtusertable', `dbm /etc/virtusertable.db')dnl define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')dnl FEATURE(`local_procmail')dnl FEATURE(`access_db', `dbm -T<TMPF> /etc/mail/access')dnl FEATURE(blacklist_recipients)dnl FEATURE(`delay_checks', `hater')dnl FEATURE(dnsbl,`relays.ordb.org',` Mail from $(dequote "" $&{client_addr} $) refused by SpamHater, contact your postmaster and tell them that your server is in the ORDB abuse database and to visit http://www.ordb.org/ about/ for more information.')dnl FEATURE(dnsbl,`list.dsbl.org',` Mail from $(dequote "" $&{client_addr} $) refused by SpamHater, contact your postmaster and tell them that your server is in the DSBL abuse database and to visit FEATURE(`ratecontrol', `nodelay', `terminate')dnl FEATURE(`conncontrol', `nodelay', `terminate')dnl FEATURE(`greet_pause', `5000') dnl MODIFY_MAILER_FLAGS(`LOCAL', `+P')dnl MAILER(local)dnl MAILER(smtp)dnl MAILER(procmail)dnl |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Rick wrote:
> Is it possible to set different amounts of MAX_DAEMON_CHILDREN for > different ports? There are some new DaemonPortOptions in the newly release 8.14.0 that will do exactly what you are wanting to do. Have a look at: http://www.sendmail.org/releases/8.14.0.php Grant. . . . |
|
![]() |
| Outils de la discussion | |
|
|