Re: [exim] Solaris9 Compile error with mysql

2006-03-21 Thread Philip Hazel
On Mon, 20 Mar 2006, Ken Fry wrote: I'm unable to compile exim4.60 on Solaris9 box, tried searching through archives, without any luck LOOKUP_INCLUDE=-I /usr/local/mysql/include LOOKUP_LIBS=-L/usr/local/lib -lmysqlclient -L/usr/local/mysql/lib awk '{ print ($1+1) }' cnumber.h cnumber.temp

[exim] maildir and filters

2006-03-21 Thread Dave Hartburn
Can anyone offer some advice on a maildir and filter problem? The major issue is that this problem concerns my private e-mail on a hosted server, rather than anything I administer for work. So, I am limited to what I can do. The hosters have recently changed to the courier maildir format, from

Re: [exim] maildir and filters

2006-03-21 Thread W B Hacker
Dave Hartburn wrote: Can anyone offer some advice on a maildir and filter problem? The major issue is that this problem concerns my private e-mail on a hosted server, rather than anything I administer for work. So, I am limited to what I can do. The hosters have recently changed to the courier

[exim] setup Exim to improve SMTP performance

2006-03-21 Thread Olivier Bonvalet
Hello, sorry for this frequent question, but I don't really found what I'm searching. So, we actually have 6 small servers (sempron 2.2Ghz, 512Mo RAM, 1 IDE HD) to send a newsletter once a week to about 400'000 members. We setup Exim 4.5 (Debian Sarge) on each of them, but can't send more

Re: [exim] setup Exim to improve SMTP performance

2006-03-21 Thread Stephen Gran
On Tue, Mar 21, 2006 at 05:22:57PM +0100, Olivier Bonvalet said: Hello, sorry for this frequent question, but I don't really found what I'm searching. So, we actually have 6 small servers (sempron 2.2Ghz, 512Mo RAM, 1 IDE HD) to send a newsletter once a week to about 400'000 members. We

Re: [exim] setup Exim to improve SMTP performance

2006-03-21 Thread Olivier Bonvalet
Stephen Gran a écrit : You'll need to profile to figure out where yourbottleneck is, unfortunately. It occurs to me that if 6 servers send 5 emails/second, and the email is 5k, that's 150k/s, which is roughly the speed of a T1. If I have guessed right, and you have a T1, then there's not much

Re: [exim] setup Exim to improve SMTP performance

2006-03-21 Thread Tony Godshall
According to Olivier Bonvalet, Stephen Gran a ?crit : You'll need to profile to figure out where yourbottleneck is, unfortunately. It occurs to me that if 6 servers send 5 emails/second, and the email is 5k, that's 150k/s, which is roughly the speed of a T1. If I have guessed right, and you

[exim] In place message alteration

2006-03-21 Thread David Saez Padros
Hi !! I thinking about altering messages in place (in the spool directory) running external programs via {run } from data acl, from a router or externally using a cron job to avoid the overhead of having to run the external command in a transport which will then reinject and reroute the message

[exim] Problems with sieve filters and LDAP virtual users

2006-03-21 Thread Javier Calahorra Novillo
Hello all, We´ve configured Exim(v4)+Courier-imap+IMP+Maildir. Our users are virtual ones stored in an OpenLDAP, with the appropriate extended schema. We´ve defined the following router and transport, and everything runs ok: ldapuser: driver = accept condition = ${if eq {}{${lookup ldap

Re: [exim] setup Exim to improve SMTP performance

2006-03-21 Thread Peter Bowyer
On 21/03/06, Olivier Bonvalet [EMAIL PROTECTED] wrote: Stephen Gran a écrit : You'll need to profile to figure out where yourbottleneck is, unfortunately. It occurs to me that if 6 servers send 5 emails/second, and the email is 5k, that's 150k/s, which is roughly the speed of a T1. If I

Re: [exim] Problems with sieve filters and LDAP virtual users

2006-03-21 Thread Marc Sherman
Javier Calahorra Novillo wrote: userforward: driver = redirect allow_filter condition = ${if eq {}{${lookup ldap {ldap://192.168.45.27/ou=usuarios,dc=,dc=es?mailMessageStore?sub?(([EMAIL PROTECTED])(objectclass=person))}}}{no}{yes}} user = vmail group = vmail

Re: [exim] setup Exim to improve SMTP performance

2006-03-21 Thread Phil Pennock
On 2006-03-21 at 17:22 +0100, Olivier Bonvalet wrote: Have I to set anything else to improve perf ? Local DNS cache, or LDAP slave if using LDAP for lookups. If doing many file lookups per recipient, consider building the data into CDB files for faster lookups. /var/log being a different

Re: [exim] setup Exim to improve SMTP performance

2006-03-21 Thread Olivier Bonvalet
Phil Pennock a écrit : On 2006-03-21 at 17:22 +0100, Olivier Bonvalet wrote: Have I to set anything else to improve perf ? Local DNS cache, or LDAP slave if using LDAP for lookups. Ok. I already have a local DNS cache, and don't use LDAP. If doing many file lookups per

Re: [exim] permanent error if delivery ends with segv

2006-03-21 Thread Phil Pennock
On 2006-03-21 at 21:53 +0100, Nicolas KOWALSKI wrote: From time to time, the procmail delivery transports fails because procmail terminates with a sigsegv. Our problem is that this generates a permanent error, and the original mail is lost. How can we change such errors as temporary ones ?

[exim] forward

2006-03-21 Thread Hugo Osorio
Hello, Please somebody could guide me from the begining? I need to deliver the email that arrives to the recipient [EMAIL PROTECTED] to another address [EMAIL PROTECTED] I know i have to create a .forward somewhere, i have installed OpenLdap so i guess home directories do not apply also i know