On Fri, Jun 26, 2009 at 02:37:34PM -0500, Ing. Davy Leon wrote: > Hi again > > I'm having troubles with these again, let me explain myself better this > time. I have a LAN with 10 PC conected to my linux box with postfix in it. > I have a dialup link from the linux machine to the internet to deliver and > fetch mail from our ISP. Due to bandwith limitation, I want Postfix to > deliver the queue to the ISP one message at the time, I mean one by one > until the queue is empty, but at the same time Postfix can accept > conections of all the PC conected to the LAN. > > So, my question is if I set > > default_process_limit=1 in main.cf
Not a good idea. Instead adjust process limits in master.cf, specifically for the "smtp unix" transport, and not for other services. Use the "relay" transport for any internal forwarding, and "smtp" for everything going to the ISP. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.