Re: [exim] What's the diffference between deliver_queue_load_max and queue_run_max?

2013-08-19 Thread boyd yang
Thanks Chris, the link explains clear and easy to understand. I think the total number of exim processes related to the CPU cores or memory size? What's suggested parameter values? Or should I test and adjust and work it for my machine(24cores /proc/cpuinfo, 64G mem)? On Mon, Aug 19, 2013 at 10:3

[exim] IP Rotation

2013-08-19 Thread Shahid Ashraf
Hi Every One, I'm using Exim 4 with my Centos 6.4, I have 10 static IP addresses on my Linux box , I need to IP rotation in exim after 10 emails. Regards, Shahid -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the W

Re: [exim] What's the diffference between deliver_queue_load_max and queue_run_max?

2013-08-19 Thread Phil Pennock
On 2013-08-19 at 18:19 +0800, boyd yang wrote: > Thanks! > I find more detail about loadavg here: > http://www.loadavg.com/2012/01/procloadavg/ > > I think deliver_queue_load_max here mean the first number: > root@mail:/etc/exim4/conf.d/main# cat /proc/loadavg > 2620.41 1627.96 962.37 1504/13290

Re: [exim] What's the diffference between deliver_queue_load_max and queue_run_max?

2013-08-19 Thread Chris Siebenmann
| > queue_run_max Use: main Type: integer Default: 5 | > This controls the maximum number of queue runner processes that an Exim | > daemon can run simultaneously. | | -> as written: the maximum number of parallel running Exims processing | the current mail queue. This number is independend on t

Re: [exim] What's the diffference between deliver_queue_load_max and queue_run_max?

2013-08-19 Thread boyd yang
Thanks! I find more detail about loadavg here: http://www.loadavg.com/2012/01/procloadavg/ I think deliver_queue_load_max here mean the first number: root@mail:/etc/exim4/conf.d/main# cat /proc/loadavg 2620.41 1627.96 962.37 1504/13290 4940 root@mail:/etc/exim4/conf.d/main# cat /proc/loadavg 2620

Re: [exim] What's the diffference between deliver_queue_load_max and queue_run_max?

2013-08-19 Thread Heiko Schlittermann
Hi, boyd yang (Mo 19 Aug 2013 10:51:41 CEST): > Hi, > > What's the diffference between deliver_queue_load_max and queue_run_max? > Are they the same? > How can I know the "system load average"? > > Below are definition I got from exim spec: > http://www.exim.org/exim-html-current/doc/html/spec_

[exim] What's the diffference between deliver_queue_load_max and queue_run_max?

2013-08-19 Thread boyd yang
Hi, What's the diffference between deliver_queue_load_max and queue_run_max? Are they the same? How can I know the "system load average"? Below are definition I got from exim spec: http://www.exim.org/exim-html-current/doc/html/spec_html/ch-main_configuration.html deliver_queue_load_max Use: mai

Re: [exim] Fake smtp session (-bh) from outgoing port 587

2013-08-19 Thread Heiko Schlittermann
Alexandru Chirila (Fr 16 Aug 2013 13:19:42 CEST): > Hello, > > Is it possible to make a fake smtp session from the outgoing port (587). > Something similar to: > > exim -bh <...> I'm using something like this: swaks --pipe 'exim -bh … -oMi 1.2.3.4:587' -au … -ap … -f … -t … for test sessi