* Diego Lima <li...@diegolima.org>:
> Hi Stan,
> 
> This is actually a server for a mail marketing company, so I can
> expect several thousands of messages per minute being sent from the
> system. That's why I was wondering if there was any way to get postfix
> to pick up the messages automatically (the less programs/scripts in
> the way, the better)

"Picking up" sounds like "sendmail" command to me. This would be the slowest
way to inject mails into the Postfix mail server.

Make it the job of the mail marketing application to implement a SMTP client
that hands messages over to Postfix.

p...@rick




> 
> 2010/9/8 Stan Hoeppner <s...@hardwarefreak.com>:
> > Diego Lima put forth on 9/8/2010 2:46 PM:
> >
> >> I considered creating a
> >> shellscript that checks the directory for new files and then sends
> >> them using sendmail -t, but that isn't really good performance-wise.
> >
> > Performance-wise?  How many emails are you sending per minute?  Unless
> > you have others processes sucking up a lot of resources on this system,
> > performance using this method shouldn't be an issue if we're talking
> > about a sane number of outbound emails.
> >
> > --
> > Stan
> >
> 
> 
> 
> -- 
> Diego Lima

-- 
All technical questions asked privately will be automatically answered on the
list and archived for public access unless privacy is explicitely required and
justified.

saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>

Reply via email to