niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Apps » Postfix
HOW-TO: Deliver many messages over 1 smtp session?
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
Author Message
Oymakoon
*nix forums beginner


Joined: 18 Mar 2008
Posts: 2

PostPosted: Thu Mar 20, 2008 11:12 am    Post subject: HOW-TO: Deliver many messages over 1 smtp session? Reply with quote

etc/master.cf:
Code:
singlethread        unix    -       -       n       -       1       smtp


etc/transport
Code:
problem.domain          singlethread:


etc/main.cf
Code:
singlethread_destination_concurrency_limit = 100


What I expect from Postfix: Take 100 messages addressed to *@problem.domain, open ONE smtp connection to corresponding MX server and send that 100 messages one-by one, divided by RSET command.

What I've got so far: Postfix indeed opens one smtp connection, but divides messages with RSET, QUIT. Which is effective to opening/closing smtp connections fast which is prohibited by server and my IP gets banned.

What I am doing wrong?
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
The time now is Sun Nov 23, 2008 10:34 am | All times are GMT
navigation Forum index » Apps » Postfix
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts postfix smtp authentication using mysql stored user/pass rtresidd Postfix 0 Fri Oct 03, 2008 5:58 am
No new posts Can't receive some bounce messages sami_c Postfix 0 Thu Jul 31, 2008 9:35 am
No new posts Postfix SMTP client issues damber Postfix 1 Sat Apr 19, 2008 11:33 am
No new posts Deliver msg to multiple hosts jures Postfix 2 Fri Feb 29, 2008 4:21 pm
No new posts How to set a session cookie with a path? John Drako PHP 1 Thu Jul 20, 2006 7:32 pm

Credit Card Consolidation | Cursos a Distancia | Mortgages | Loan | Xbox Mod Chip
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.1672s ][ Queries: 16 (0.1019s) ][ GZIP on - Debug on ]