Re: Mail drop

2009-03-24 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23, 2009 5:57 PM Subject: Re: Mail drop On Mon, Mar 23, 2009 at 05:54:07PM -0400, Brandon Hilkert wrote: dkim-milter is one program that you are asking to sign lots of messages in parallel. To

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Wietse Venema" To: Sent: Monday, March 23, 2009 7:42 PM Subject: Re: Mail drop Victor Duchovni: On Mon, Mar 23, 2009 at 07:24:50PM -0400, Wietse Venema wrote: > Victor Duchovni: > > and may be causing high disk latency. You have to tune the milter > >

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23, 2009 5:57 PM Subject: Re: Mail drop On Mon, Mar 23, 2009 at 05:54:07PM -0400, Brandon Hilkert wrote: dkim-milter is one program that you are asking to sign lots of messages in parallel. To

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Wietse Venema" To: "Postfix users" Sent: Monday, March 23, 2009 5:39 PM Subject: Re: Mail drop Brandon Hilkert: I"m not disputing this fact. I used smtp-source with 10 connections. Without DKIM signing - 14,634 emails/min

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23, 2009 5:15 PM Subject: Re: Mail drop On Mon, Mar 23, 2009 at 04:51:17PM -0400, Brandon Hilkert wrote: - Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23,

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23, 2009 4:43 PM Subject: Re: Mail drop On Mon, Mar 23, 2009 at 04:32:43PM -0400, Brandon Hilkert wrote: The application won't run any faster than the code that serially parses the 30GB file. I

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23, 2009 4:29 PM Subject: Re: Mail drop On Mon, Mar 23, 2009 at 04:16:06PM -0400, Brandon Hilkert wrote: Having said that, we build a huge text file (~30GB) with about 1 million eml messages as it

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23, 2009 4:08 PM Subject: Re: Mail drop On Mon, Mar 23, 2009 at 03:58:29PM -0400, Brandon Hilkert wrote: Having said that, we build a huge text file (~30GB) with about 1 million eml messages as it

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23, 2009 3:37 PM Subject: Re: Mail drop On Mon, Mar 23, 2009 at 03:33:01PM -0400, Brandon Hilkert wrote: We have a large text file with contents of the eml message for each person in a list. If I fin

Re: Mail drop

2009-03-23 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Monday, March 23, 2009 1:12 PM Subject: Re: Mail drop On Mon, Mar 23, 2009 at 01:09:12PM -0400, Brandon Hilkert wrote: Does postfix have the ability to send out emails placed in a specific folder through the file

Mail drop

2009-03-23 Thread Brandon Hilkert
Does postfix have the ability to send out emails placed in a specific folder through the file system, or does it require a sendmail-style command to get the sending invoked? If so, what folder will do this?

Re: Performance tuning

2009-03-21 Thread Brandon Hilkert
- Original Message - From: "Wietse Venema" To: "Brandon Hilkert" Cc: Sent: Saturday, March 21, 2009 7:23 AM Subject: Re: Performance tuning Brandon Hilkert: I was able to mount it to a tmpfs partition. There was no change in throughput with my script on a

Re: Performance tuning

2009-03-21 Thread Brandon Hilkert
- Original Message - From: "Ralf Hildebrandt" To: Sent: Saturday, March 21, 2009 5:28 AM Subject: Re: Performance tuning * Brandon Hilkert : any thoughts on how to mount the ramfs to get a true test of running the queue in memory? In /etc/fstab: /dev/shm

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
- Original Message - From: "Duane Hill" To: Sent: Friday, March 20, 2009 10:08 PM Subject: Re: Performance tuning On Fri, 20 Mar 2009, Brandon Hilkert wrote: I was able to mount it to a tmpfs partition. There was no change in throughput with my script on a tmpfs vs

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
- Original Message - From: "Ralf Hildebrandt" To: Sent: Friday, March 20, 2009 9:14 PM Subject: Re: Performance tuning * Brandon Hilkert : I was able to get it to mount to tmpfs and it showed no change in performance, so that would theoretcially rule out any existing

Re: Move queue to RAMFS

2009-03-20 Thread Brandon Hilkert
- Original Message - From: "Terry Carmen" To: "Brandon Hilkert" Cc: "Postfix users" Sent: Friday, March 20, 2009 4:40 PM Subject: Re: Move queue to RAMFS Brandon Hilkert wrote: I'm trying to get my queue to ramfs. I mounted a volume. When I se

Move queue to RAMFS

2009-03-20 Thread Brandon Hilkert
I'm trying to get my queue to ramfs. I mounted a volume. When I send mail to it, it tells me there's insufficient storage. I have set: message_size_limit = 0 What do I need to do to get it to accept mail?

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
- Original Message - From: "Victor Duchovni" To: Sent: Friday, March 20, 2009 1:20 PM Subject: Re: Performance tuning On Fri, Mar 20, 2009 at 01:01:55PM -0400, Brandon Hilkert wrote: I've been running everything from scripts, hoping to zero in on the bottlen

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
- Original Message - From: "Wietse Venema" To: "Brandon Hilkert" Cc: "Wietse Venema" ; Sent: Friday, March 20, 2009 12:45 PM Subject: Re: Performance tuning Brandon Hilkert: >> and when I send a mail, postfix says there's not enough space

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
- Original Message - From: "Wietse Venema" To: "Brandon Hilkert" Cc: Sent: Friday, March 20, 2009 11:30 AM Subject: Re: Performance tuning Brandon Hilkert: Sorry if this is a stupid question, but how do I go about this. I tried: mkdir /ram mount -t ramfs n

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
- Original Message - From: "Brandon Hilkert" To: Sent: Friday, March 20, 2009 10:48 AM Subject: Re: Performance tuning - Original Message - From: "Ralf Hildebrandt" To: Sent: Friday, March 20, 2009 6:52 AM Subject: Re: Performance tuning * Brandon

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
- Original Message - From: "Ralf Hildebrandt" To: Sent: Friday, March 20, 2009 6:52 AM Subject: Re: Performance tuning * Brandon Hilkert : We send out a pretty volume of emails right now using a combination of SQL and IIS SMTP. We get rates now of about 5,000/min. We

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
Is a simple ext3 partition usually the recommend file system? - Original Message - From: "Rainer Frey (Inxmail GmbH)" To: Sent: Friday, March 20, 2009 6:54 AM Subject: Re: Performance tuning On Friday 20 March 2009 02:52:42 Brandon Hilkert wrote: As I mentioned, we&#x

Re: Performance tuning

2009-03-20 Thread Brandon Hilkert
What's the best way to clearly identify that syslog is the issue? - Original Message - From: "Victor Duchovni" To: Sent: Thursday, March 19, 2009 11:12 PM Subject: Re: Performance tuning On Thu, Mar 19, 2009 at 09:52:42PM -0400, Brandon Hilkert wrote: I understan

Re: Performance tuning

2009-03-19 Thread Brandon Hilkert
again for your help! Brandon - Original Message - From: "Wietse Venema" To: "Postfix users" Sent: Thursday, March 19, 2009 4:30 PM Subject: Re: Performance tuning Brandon Hilkert: We send out a pretty volume of emails right now using a combination of SQL and

Performance tuning

2009-03-19 Thread Brandon Hilkert
We send out a pretty volume of emails right now using a combination of SQL and IIS SMTP. We get rates now of about 5,000/min. We're looking to not only improve the rates, but incorporate DKIM/Domainkey signing into the process. The choice has been made to go with postfix along with a queue direc

Re: Relocate queue directory

2009-03-17 Thread Brandon Hilkert
queue directory On Mon, 16 Mar 2009, Brandon Hilkert wrote: I'm looking to move the postfix directory from /var/spool/postfix to another array. When I specify the setting in main.cf as: queue_directory = /opt/postfix Did you stop Postfix before making this change to main.cf? In your fo

Relocate queue directory

2009-03-16 Thread Brandon Hilkert
I'm looking to move the postfix directory from /var/spool/postfix to another array. When I specify the setting in main.cf as: queue_directory = /opt/postfix I reload and postfix will no longer send mail. All the subfolders are created underneath the /opt/postfix directory with the proper perm