Re: [exim] Logging to stderr/stdout for multilog

2006-02-16 Thread Philip Hazel
On Wed, 15 Feb 2006, Casey Allen Shobe wrote: I've just set up exim (4.54) for the first time on one of our servers, and am running the service using tcpserver (part of daemontools), executing `/usr/sbin/exim -bdf -q15m`, and this works, however I would prefer to do the logging with

RE: [exim] Exim Config and Space characters Question

2006-02-16 Thread Philip Hazel
On Wed, 15 Feb 2006, Potato Chip wrote: Philip... Thanks for the insight. I was not aware that this is how the parsing worked. This is described, with reasons, in section 23.9 of the manual. The description is part of how the pipe transport works, but it's the same for a transport filter. I

Re: [exim] 30 second wait for protocol timeout exceeded

2006-02-16 Thread Philip Hazel
On Wed, 15 Feb 2006, Jakob Hirsch wrote: Philip Hazel wrote: Do you think I should change the default to 5s? Yes. 5s should be enough for 99% of the connections, for the remainder: Ident is (usually) non-critical for smtp. I agree with the others that it would even not do big harm if

Re: [exim] Exim + MySQL + Aliases

2006-02-16 Thread Alvaro Marín
Rich Johnson wrote: Hi, Seriously though, Alvaro: Given that only domain2.com has a problem, you might want to try a manual smtp session using ''telnet domain2.com 25.Googling exim telnet testing tls and sending mail with telnet will dredge up some recipes. Yes, it seems that there

Re: [exim] Logging to stderr/stdout for multilog

2006-02-16 Thread Jakob Hirsch
Casey Allen Shobe wrote: I doubt that you really want to log to stdout. tcpserver would send that to the remote end. Umm, no. I'm not using tcpserver. Oh. Then I wonder why you wrote in your original post: I've just set up exim (4.54) for the first time on one of our servers, and am

[exim] exim php shell_exec question

2006-02-16 Thread xperience
Hi, I'm trying to have the number of messages in a mailqueue echoed to a web page. When I use: $mailqueue = shell_exec(exim -bpc); I just see: exim: permission denied in the apache error log. Any ideas how I could get round this? Cheers Simon -- xperience

[exim] want to skip dspam router

2006-02-16 Thread Brent Clark
Hi all I would like to run something quickly among the list, just in case I have not thought something through. I have a router as so dspam_router: no_verify check_local_user condition = ${if and { \ {!def:h_X-Spam-Flag:} \ {!def:h_X-FILTER-DSPAM:} \ {!eq {$received_protocol}{local}}

Re: [exim] want to skip dspam router

2006-02-16 Thread W B Hacker
Brent Clark wrote: Hi all I would like to run something quickly among the list, just in case I have not thought something through. I have a router as so *trimmed* (lots of code..) If anyone would be so kind as to over look this and perhaps share with me as too how I can enhance on this,

RE: [exim] exim php shell_exec question

2006-02-16 Thread Steffen Heil
Hi $mailqueue = shell_exec(exim -bpc); exim: permission denied Any ideas how I could get round this? A way around this would be: install sudo, write the command above to a script, set root execution rights for the script to everyone, call sudo script from php. But I am not really sure, you

Re: [exim] exim php shell_exec question

2006-02-16 Thread Nigel Metheringham
On Wed, 2006-02-15 at 14:14 -0500, xperience wrote: Any ideas how I could get round this? http://www.exim.org/exim-html-4.60/doc/html/spec.html/ch14.html#id2589313 Nigel. -- [ Nigel Metheringham [EMAIL PROTECTED] ] [ - Comments in this message are my own and not ITO

Re: [exim] exim php shell_exec question

2006-02-16 Thread W B Hacker
Steffen Heil wrote: Hi $mailqueue = shell_exec(exim -bpc); exim: permission denied Any ideas how I could get round this? A way around this would be: install sudo, write the command above to a script, set root execution rights for the script to everyone, call sudo script from php. But I

[exim] forwarding based on subject line.

2006-02-16 Thread Servando Garcia
Hello List I need to forward emails based on the subject line. I just started this job , today to be exact, so I am not completely sure of the configuration of the server. I am sure that the mail application is Exim and that my new employer wants to forward emails based on the subject line.

Re: [exim] forwarding based on subject line.

2006-02-16 Thread W B Hacker
Servando Garcia wrote: Hello List I need to forward emails based on the subject line. I just started this job , today to be exact, so I am not completely sure of the configuration of the server. I am sure that the mail application is Exim and that my new employer wants to forward emails

[exim] preserving original envelope recipient in two-pass SpamAssassin setup

2006-02-16 Thread Sam Hathaway
Hello Exim users, After reading the spec and FAQ, and searching this list, I'm still stumped, so here goes... I've set up SpamAssassin using a pipe transport under Exim 4.50 so that I am able to use per-user SA settings. I used the configuration example C047.txt[1], with the addition of

Re: [exim] preserving original envelope recipient in two-pass SpamAssassin setup

2006-02-16 Thread Stanislaw Halik
Sam Hathaway [EMAIL PROTECTED] wrote: I've noticed that when mail is resubmitted to Exim after being scanned, the RCPT TO: line is the rewritten recipient address, not the original recipient address. So on the second pass, the original recipient information is totally gone. This prevents

[exim] no reply to STARTTLS

2006-02-16 Thread Jürgen Herz
Hello, I just installed my mail environment with dovecot and exim4(.50). Everything works like it should - except STARTTLS with exim. Exim advertises STARTTLS in the EHLO response but upon sending the STARTTLS command, nothing happens, it looks some client input is expected. Not if connected via

Re: [exim] Logging to stderr/stdout for multilog

2006-02-16 Thread Vincent Danen
* Philip Hazel [EMAIL PROTECTED] [2006-02-16 09:34:09 +]: I've just set up exim (4.54) for the first time on one of our servers, and am running the service using tcpserver (part of daemontools), executing `/usr/sbin/exim -bdf -q15m`, and this works, however I would prefer to do

[exim] Reject Straight After Data Command

2006-02-16 Thread Craig Whitmore
Hi there. I am waiting to reject If the Data Command is said under a conditional. At the moment I have to wait until the \n.\n is said, but rejecting on the act DATA command would be great. I am playing with BATV and I would like to reject on ONLY if the data is sent as well (so callbacks

Re: [exim] Reject Straight After Data Command

2006-02-16 Thread Marc Sherman
Craig Whitmore wrote: Hi there. I am waiting to reject If the Data Command is said under a conditional. At the moment I have to wait until the \n.\n is said, but rejecting on the act DATA command would be great. I am playing with BATV and I would like to reject on ONLY if the data is

[exim] greylisting + white list recipient

2006-02-16 Thread Gary Rule
I've been asked to implement greylisting with exim but I must maintain the ability to white list by recipient addresses. I'm using: defer message = Greylisted - please try again a little later. !hosts = +exclude_greyhosts condition = ${if eq{$acl_m2}{0}{1}} condition =

[exim] tls compression

2006-02-16 Thread David Saez Padros
Hi !! does exim use compression on tls connections ? -- Thanx best regards ... David Saez Padroshttp://www.ols.es On-Line Services 2000 S.L. e-mail [EMAIL PROTECTED] Pintor Vayreda 1

Re: [exim] Reject Straight After Data Command

2006-02-16 Thread Peter Bowyer
On 16/02/06, Craig Whitmore [EMAIL PROTECTED] wrote: Hi there. I am waiting to reject If the Data Command is said under a conditional. At the moment I have to wait until the \n.\n is said, but rejecting on the act DATA command would be great. I am playing with BATV and I would like to

[exim] BATV Router

2006-02-16 Thread Chris Meadors
I'm trying to set up a very basic BATV implementation. I have the redirect router working return signed addresses to their original state. I also have a transport that will sign the return-path of outbound SMTP deliveries. Both of these were pretty much copied from the spec.txt minus the SQL

Re: [exim] greylisting + white list recipient

2006-02-16 Thread Peter Bowyer
On 16/02/06, Gary Rule [EMAIL PROTECTED] wrote: I've been asked to implement greylisting with exim but I must maintain the ability to white list by recipient addresses. I'm using: defer message = Greylisted - please try again a little later. !hosts = +exclude_greyhosts

Re: [exim] tls compression

2006-02-16 Thread Georg von Zezschwitz
Hi David, does exim use compression on tls connections ? It does not steer it. If you build OpenSSL 0.9.8 with the zlib-configure option and link Exim with it, you have got compression. GnuTLS has no compile time option. I wrote a patch to enable it by configuration options as well as log to

Re: [exim] exim php shell_exec question

2006-02-16 Thread John W. Baxter
On 2/15/06 11:14 AM, xperience [EMAIL PROTECTED] wrote: I'm trying to have the number of messages in a mailqueue echoed to a web page. When I use: $mailqueue = shell_exec(exim -bpc); I just see: exim: permission denied in the apache error log. Any ideas how I could get round

Re: [exim] no reply to STARTTLS

2006-02-16 Thread Sven Hartge
Um 18:55 Uhr am 16.02.06 schrieb Jürgen Herz: I just installed my mail environment with dovecot and exim4(.50). Everything works like it should - except STARTTLS with exim. Exim advertises STARTTLS in the EHLO response but upon sending the STARTTLS command, nothing happens, it looks some

Re: [exim] preserving original envelope recipient in two-pass SpamAssassin setup

2006-02-16 Thread Sam Hathaway
On Feb 16, 2006, at 12:46, Stanislaw Halik wrote: Sam Hathaway [EMAIL PROTECTED] wrote: I've noticed that when mail is resubmitted to Exim after being scanned, the RCPT TO: line is the rewritten recipient address, not the original recipient address. So on the second pass, the original