BSD Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOperating SystemsBSD Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 5th, 2002, 07:07 PM
Wilbo Wilbo is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: Baltimore Md.
Posts: 8 Wilbo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question about nice command

How do I decrease the niceness for sendmail, so senmail will have a higher priority.
I run several opt-in email lists and would like the mail to go out faster.

Reply With Quote
  #2  
Old January 5th, 2002, 07:56 PM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
First off, I can't help you with Sendmail specific configuration.

>> would like the mail to go out faster

There are two different routes:

1) messages to sendmail queue (waiting to be processed)
2) processing messages in sendmail queue

Keep in mind, messages don't directly delivered to the remote hosts in most cases.

For (1), in your script, avoid customized envelope recipients. Use CC. This speeds up the I/O part.

For (2):

- disable ident and block incoming tcp 113 + send a RST in return. Here is an example of blocking ident in ipfilter:

block return-rst in quick on rl0 proto tcp from any to 12.34.56.78/32 port = 113 flags S

- do not configure sendmail to be paranoid (do a search on this). This helps for both incoming+ougoing.

- run a dns cache locally. Don't use ISP's nameserver. dnscache would be perfect.

If you really want to speed up the delivery, consider ditching sendmail and give qmail a try.

BTW, I know you are a BSD user, but please don't treat this forum as your catch-all forum to post to. You should post this kind of message to Mail server forum.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsBSD Help > Question about nice command

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap