[exim] Could not complete sender verify callout

2006-03-28 Thread wiseas
Hi there, I am new to exim so please excuse if it is a silly question. I am not new to Linux or Network Administration in general. I need a fast solution because I have a server where users can't receive their e-mails. Any help is really really appreciate. :) The server (FC4 + cpanel) runs exim

Re: [exim] Address rewriting based on an LDAP query

2006-03-28 Thread Nigel Wade
Dionte Wilson wrote: Hi all. I was wondering if Exim can be configured to use LDAP for recipient lookups? Certainly. It is crucial that I be able to rewrite the addressed based on information supplied in the search DN and the output of the LDAP query. For example: I want to be able to

Re: [exim] Using a mysql query in a domainlist in retry section

2006-03-28 Thread Philip Hazel
On Tue, 28 Mar 2006, Eli wrote: Now from what I can tell from using -brt with -d to see what Exim is doing, if I have a retry rule like so: [EMAIL PROTECTED] * F,3h,5m; F,12h,15m; F,1d,1h; F,7d,3h When Exim goes to expand +domain_virtual, there's no value in $domain The WishList

Re: [exim] Could not complete sender verify callout

2006-03-28 Thread Jeremy Harris
wiseas wrote: What I want to do, is to configure the server to exclude some domains which are not spam-senders. How can I accomplish that? I've read about sender_verify, sender_verify_hosts *, sender_verify_hosts_callback *, sender_verify_callback_domains ! *.some.domain :* but I don't know

Re: [exim] address_file transport is used instead of address_reply, why?

2006-03-28 Thread Magnus Holmgren
Tuesday 28 March 2006 10:09 skrev du: Hi, What is in your .forward and what does the userforward router look like? It almost looks like you've set transport=address_file or reply_transport=address_file instead of reply_transport=address_reply. .forward: # Exim Filter mail to

Re: [exim] address_file transport is used instead of address_reply, why?

2006-03-28 Thread Martin Hierling
Hi, What is in your .forward and what does the userforward router look like? It almost looks like you've set transport=address_file or reply_transport=address_file instead of reply_transport=address_reply. .forward: # Exim Filter mail to $reply_address subject Blah file

[exim] Re: Could not complete sender verify callout

2006-03-28 Thread wiseas
HI, I created an acl. Something like: #added just for testing on 28-03-2006 test_acl: accept hosts = mail.xxx.com Then before the line: require verify = sender/callout (the only line which refers to callout verifying), I added: condition = ${if !match {$sender_address_domain}{+test_acl}}

Re: [exim] Re: Could not complete sender verify callout

2006-03-28 Thread Jeremy Harris
wiseas wrote: HI, I created an acl. Something like: #added just for testing on 28-03-2006 test_acl: accept hosts = mail.xxx.com There is no configuration error, but also nothing has changed. What have I done wrong? You didn't do what I said. What to do next? Read what I said. Or

Re: [exim] Exim rewrites Return-Path when it's configured to

2006-03-28 Thread Marc Sherman
Jakob Hirsch wrote: This should probably be control = submission/sender_retain Otherwise, Exim seems to take $authenticated_id and adds the default domain. Actually, the best solution is: control = submission/domain= This causes submission mode to use the $authenticated_id as

Re: [exim] Could not complete sender verify callout

2006-03-28 Thread Marc Sherman
wiseas wrote: I need a fast solution because I have a server where users can't receive their e-mails. Any help is really really appreciate. :) 2006-03-26 04:11:54 H=(mail.xxx.com) [x.x.156.26] F=[EMAIL PROTECTED] temporarily rejected RCPT [EMAIL PROTECTED]: Could not complete sender verify

Re: [exim] setup Exim to improve SMTP performance

2006-03-28 Thread Olivier Bonvalet
So I try to : - put /var/spool/exim4 on a different partition, with noatime option - put /var/spool/exim4/db in memory (/dev/shm) - set message_logs = false - set split_spool_directory = true It didn't change anything, exim send about 280 / 300 emails per minute. But, I think I found where is

Re: [exim] Exim rewrites Return-Path when it's configured to

2006-03-28 Thread Jakob Hirsch
Quoting Marc Sherman: control = submission/sender_retain Otherwise, Exim seems to take $authenticated_id and adds the default domain. Actually, the best solution is: control = submission/domain= In this special case, yes, if the authenticated id is guaranteed to be a valid email

[exim] Non existant email addresses

2006-03-28 Thread Gururajan Ramachandran
How do you handle emails sent to non existing email addresses at your site. I used to find that our outgoing email folder used to get filled all the time as most of these emails must have been coming from spammers and other malware genrators. When I reloaded the machine, I created a system where

Re: [exim] setup Exim to improve SMTP performance

2006-03-28 Thread Jakob Hirsch
Quoting Olivier Bonvalet: I haven't got enough entropy on my servers, and /dev/random is blocking. Now, I'll search to a true solution : Do you really need TLS for sending out your newsletter? If not: hosts_avoid_tls is expanded, so you could use it for disabling TLS when sending out the

Re: [exim] Non existant email addresses

2006-03-28 Thread Jeremy Harris
Gururajan Ramachandran wrote: How do you handle sending error back without ending up sending error back to bulk emailers and so on? I really would not like to go back to having the outgoing email folder filled all the time trying to send back error emails to non existent From email addresses.

[exim] Placning a message on Exim queue for delivery

2006-03-28 Thread Dionte Wilson
Is there an interface to place a message on an Exim queue for delivery, other than writing an SMTP client or using the sendmail program? -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list -

Re: [exim] Placning a message on Exim queue for delivery

2006-03-28 Thread Tony Finch
On Tue, 28 Mar 2006, Dionte Wilson wrote: Is there an interface to place a message on an Exim queue for delivery, other than writing an SMTP client or using the sendmail program? No. Tony. -- [EMAIL PROTECTED] [EMAIL PROTECTED] http://dotat.at/ ${sg{\N${sg{\

Re: [exim] Non existant email addresses

2006-03-28 Thread Tony Finch
On Tue, 28 Mar 2006, Gururajan Ramachandran wrote: How do you handle emails sent to non existing email addresses at your site. require verify = recipient How do you handle sending error back without ending up sending error back to bulk emailers and so on? SMTP-time rejections are turned

Re: [exim] Placning a message on Exim queue for delivery

2006-03-28 Thread Marc Sherman
Dionte Wilson wrote: Is there an interface to place a message on an Exim queue for delivery, other than writing an SMTP client or using the sendmail program? What kind of interface are you looking for? The command line interface (which you refer to as sendmail, but can also be invoked as

[exim] Complex file parsing into IP address list

2006-03-28 Thread Tim Jackson
I'm using an extended variation of Tony F's brilliant personalities configuration (http://www-uxsup.csx.cam.ac.uk/~fanf2/hermes/doc/talks/2005-02-eximconf/ ) with a plain text file like the following defining IP addresses and ports, and their respective associated personalities:

Re: [exim] Complex file parsing into IP address list

2006-03-28 Thread Tony Finch
On Tue, 28 Mar 2006, Tim Jackson wrote: This works fine, but I'd like to get the unique IP addresses listed in this file into a local_interfaces option. What for? The point of the multiple personality setup is to avoid having to tell Exim what to listen on. In any case, it's better to do this

[exim] MBX format and UW-IMAP

2006-03-28 Thread David Snowden
Hello, I have been experimenting with implementing shared mailboxes using MBX format, but I seem to have run into a tricky problem with file locking and I was wondering if anyone else has seen this and can advise on a fix. Briefly, once the shared mailbox has been accessed via UW-IMAP (2004g),

Re: [exim] Complex file parsing into IP address list

2006-03-28 Thread Tim Jackson
Tony Finch wrote: On Tue, 28 Mar 2006, Tim Jackson wrote: This works fine, but I'd like to get the unique IP addresses listed in this file into a local_interfaces option. What for? The point of the multiple personality setup is to avoid having to tell Exim what to listen on. Surely it's

Re: [exim] Complex file parsing into IP address list

2006-03-28 Thread Tony Finch
On Tue, 28 Mar 2006, Tim Jackson wrote: What for? The point of the multiple personality setup is to avoid having to tell Exim what to listen on. Surely it's to allow it to have multiple personalities on different interfaces? Well, yes, but also to do so without having all the details in

[exim] Re: smtp defer

2006-03-28 Thread Hugo Osorio
now when i say tail -f /etc/exim4/mainlog i am receiving another error message as follows: how this error could be corrected? thank you 2006-03-28 11:17:25 1FOGsm-7e-9E gmail-smtp-in.l.google.com [ 66.249.83.114]: Connection refused 2006-03-28 11:17:25 1FOGsm-7e-9E

Re: [exim] Re: smtp defer

2006-03-28 Thread Jeremy Harris
Hugo Osorio wrote: now when i say tail -f /etc/exim4/mainlog i am receiving another error message as follows: how this error could be corrected? thank you 2006-03-28 11:17:25 1FOGsm-7e-9E gmail-smtp-in.l.google.com [ 66.249.83.114]: Connection refused 2006-03-28 11:17:25 1FOGsm-7e-9E

[exim] Re: smtp defer

2006-03-28 Thread Hugo Osorio
i just need help to get oriented on this, the main message which appears with the most of the sendings is this, another one is unrouteable address this problem is dns configuration? 2006-03-28 12:14:11 1FOHlj-NF-7L ** [EMAIL PROTECTED] R=dnslookup T=remote_smtp: retry time not reached for an

[exim] Re: MBX format and UW-IMAP

2006-03-28 Thread Andreas Metzler
David Snowden [EMAIL PROTECTED] wrote: I have been experimenting with implementing shared mailboxes using MBX format, but I seem to have run into a tricky problem with file locking and I was wondering if anyone else has seen this and can advise on a fix. [...] If I have read the documentation

Re: [exim] Blocking names in e-mailaddresses

2006-03-28 Thread Jens Strohschnitter
I want to block Mails not by the email-address, but by the name in the field from: such as Doctor blabla(at)blablabla.net. So for example any mail that contains doctor in the from-field and with any email-address should be rejected. Is it possible ? And how can I add it to