<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-54</id>
	<title>Nabble - Exim Users</title>
	<updated>2009-12-14T03:49:16Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Exim-Users-f54.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Exim-Users-f54.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26776563</id>
	<title>Re: Need help with exim.</title>
	<published>2009-12-14T03:49:16Z</published>
	<updated>2009-12-14T03:49:16Z</updated>
	<author>
		<name>mkp_71</name>
	</author>
	<content type="html">I still have trouble with mail delivery failed spam. My exim.conf now is: 
&lt;br&gt;&lt;br&gt;primary_hostname = mail.domain.com
&lt;br&gt;domainlist local_domains = domain.com
&lt;br&gt;domainlist domains_we_reject = *.*.*.ru:*.*.ru:*.ru:*.br:*.in:*.cn:*.rus
&lt;br&gt;domainlist relay_to_domains =
&lt;br&gt;hostlist &amp;nbsp; relay_from_hosts = 127.0.0.1: 192.168.0.0/16
&lt;br&gt;log_file_path = syslog
&lt;br&gt;message_size_limit = 30M
&lt;br&gt;smtp_receive_timeout=5m
&lt;br&gt;smtp_accept_queue = 100
&lt;br&gt;smtp_accept_max = 40
&lt;br&gt;smtp_accept_max_per_host = 5
&lt;br&gt;acl_smtp_rcpt = acl_check_rcpt
&lt;br&gt;acl_smtp_data = acl_check_data
&lt;br&gt;av_scanner = clamd:/var/run/clamav/clamd.sock
&lt;br&gt;spamd_address = /var/run/spamd.sock
&lt;br&gt;#spamd_address = 127.0.0.1 783
&lt;br&gt;never_users = root
&lt;br&gt;#host_lookup =
&lt;br&gt;host_lookup = 0.0.0.0/0
&lt;br&gt;host_lookup_order = byaddr
&lt;br&gt;rfc1413_hosts = *
&lt;br&gt;rfc1413_query_timeout = 0s
&lt;br&gt;ignore_bounce_errors_after = 1d
&lt;br&gt;errors_reply_to = postmaster@domain.com
&lt;br&gt;timeout_frozen_after = 3d
&lt;br&gt;helo_try_verify_hosts = !+relay_from_hosts
&lt;br&gt;helo_allow_chars = 
&lt;br&gt;begin acl
&lt;br&gt;acl_check_rcpt:
&lt;br&gt;check_recipient:
&lt;br&gt;# stop bounce from us, lets do it by sender's server
&lt;br&gt;accept domains = +local_domains
&lt;br&gt;endpass
&lt;br&gt;message = unknown user
&lt;br&gt;verify = recipient
&lt;br&gt;&lt;br&gt;&amp;nbsp; accept &amp;nbsp;hosts = :
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; deny
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; log_message = match in spam list
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dnslists = bl.spamcop.net:sbl.spamhaus.org
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;sender_domains = +domains_we_reject
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; message = Unknown users
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;message &amp;nbsp; &amp;nbsp; &amp;nbsp; = Restricted characters in address
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; local_parts &amp;nbsp; = ^[.] : ^.*[@%!/|]
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;message &amp;nbsp; &amp;nbsp; &amp;nbsp; = Restricted characters in address
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = !+local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; local_parts &amp;nbsp; = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;local_parts &amp;nbsp; = postmaster
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = +local_domains
&lt;br&gt;&amp;nbsp; require verify &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= sender
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; endpass
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; verify &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= recipient
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;hosts &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = +relay_from_hosts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; control &amp;nbsp; &amp;nbsp; &amp;nbsp; = submission
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = !+local_domains
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;authenticated = *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; control &amp;nbsp; &amp;nbsp; &amp;nbsp; = submission
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = +relay_to_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; endpass
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; verify &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= recipient
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;message &amp;nbsp; &amp;nbsp; &amp;nbsp; = relay not permitted
&lt;br&gt;&lt;br&gt;acl_check_data:
&lt;br&gt;&lt;br&gt;&amp;nbsp; deny message = Serious MIME defect detected ($demime_reason)
&lt;br&gt;&amp;nbsp; demime = *
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;message &amp;nbsp; = This message contains a virus ($malware_name) and has been rejected.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # skip virus check when message is larger than 1MB
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if &amp;lt;{$message_size}{1m}{1}{0}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; demime = *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; malware = *
&lt;br&gt;&lt;br&gt;# Messages larger than 150k are accepted without spam scanning to reduce spamd load
&lt;br&gt;&lt;br&gt;accept condition = ${if &amp;gt;{$message_size}{150k}{true}}
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; warn &amp;nbsp; &amp;nbsp;message = X-SA-Report: $spam_report
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;spam = mail:true
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;condition = ${if &amp;gt;{$spam_score_int}{0}{1}{0}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; warn &amp;nbsp; &amp;nbsp;message = X-SA-Status: Yes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;spam = mail:true
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;condition = ${if &amp;gt;{$spam_score_int}{40}{1}{0}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; deny &amp;nbsp; &amp;nbsp;message = This message scored $spam_score spam points.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;spam = mail:true
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;condition = ${if &amp;gt;{$spam_score_int}{120}{1}{0}}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp;warn message &amp;nbsp; = X-Spam_score: $spam_score\n\
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; X-Spam_score_int: $spam_score_int:\n\
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; X-Spam_bar: $spam_bar\n\
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; X-Spam_report: $spam_report
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; X-Spam_flag: Yes
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if &amp;lt;{$message_size}{500k}{1}{0}}
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spam &amp;nbsp; &amp;nbsp; &amp;nbsp;= mail:true
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp;deny message = This message was classified as SPAM
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;condition = ${if &amp;gt;{$spam_score_int}{55}}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;accept
&lt;br&gt;&lt;br&gt;begin routers
&lt;br&gt;&lt;br&gt;&lt;br&gt;spamassassin_router:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = accept
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transport = spamassassin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if eq {$received_protocol}{smtp}{}}
&lt;br&gt;&amp;nbsp;	no_verify
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no_more
&lt;br&gt;&lt;br&gt;first_liases:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = redirect
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains = +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data = ${lookup{$local_part@$domain}lsearch{/etc/aliases}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; user = mail
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file_transport = address_file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pipe_transport = address_pipe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; allow_fail
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; allow_defer
&lt;br&gt;&lt;br&gt;&lt;br&gt;localuser:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = accept
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains = +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; check_local_user
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; address_data = &amp;quot;spam_score=40 use_spam_folder=1 mark_spam_prio=1&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transport = local_delivery
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cannot_route_message = Unknown user
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no_more
&lt;br&gt;&lt;br&gt;dnslookup:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = dnslookup
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains = ! +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transport = remote_smtp
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no_more
&lt;br&gt;&lt;br&gt;last_fail:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = redirect
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; allow_fail
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data = :fail:No such user $local_part at $domain
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no_more
&lt;br&gt;&lt;br&gt;begin transports
&lt;br&gt;&lt;br&gt;&lt;br&gt;# This transport is used for delivering messages over SMTP connections.
&lt;br&gt;&lt;br&gt;remote_smtp:
&lt;br&gt;&amp;nbsp; driver = smtp
&lt;br&gt;&lt;br&gt;local_delivery:
&lt;br&gt;&amp;nbsp; driver = appendfile
&lt;br&gt;&amp;nbsp; user = $local_part
&lt;br&gt;&amp;nbsp; group = mail
&lt;br&gt;&amp;nbsp; maildir_format
&lt;br&gt;&amp;nbsp; delivery_date_add
&lt;br&gt;&amp;nbsp; envelope_to_add
&lt;br&gt;&amp;nbsp; return_path_add
&lt;br&gt;&amp;nbsp; mode = 0660
&lt;br&gt;&amp;nbsp; headers_remove=${if and{{MARK_SPAM}{or{{IS_SPAM}{IS_LOW_PRIO}}}}{X-MSMail-Priority:X-Priority}{}}
&lt;br&gt;&amp;nbsp; headers_add &amp;nbsp;= ${if and{{MARK_SPAM}{IS_SPAM}}{X-MSMail-Priority: Low}{}}
&lt;br&gt;&amp;nbsp; directory = $home/Maildir${if and{{IS_SPAM}{USE_SPAM_FLDR}}{/.SPAM}{}}
&lt;br&gt;address_pipe:
&lt;br&gt;&amp;nbsp; driver = pipe
&lt;br&gt;&amp;nbsp; return_output
&lt;br&gt;&lt;br&gt;address_file:
&lt;br&gt;&amp;nbsp; driver = appendfile
&lt;br&gt;&amp;nbsp; delivery_date_add
&lt;br&gt;&amp;nbsp; envelope_to_add
&lt;br&gt;&amp;nbsp; return_path_add
&lt;br&gt;&lt;br&gt;address_reply:
&lt;br&gt;&amp;nbsp; driver = autoreply
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;antivirus:
&lt;br&gt;&amp;nbsp; driver = pipe
&lt;br&gt;&amp;nbsp; batch_max = 200
&lt;br&gt;&amp;nbsp; command = /bin/nice -19 /inet/src/scan/ph ${pipe_addresses}
&lt;br&gt;&amp;nbsp; return_output = false
&lt;br&gt;&amp;nbsp; return_path_add = false
&lt;br&gt;&amp;nbsp; user = mail
&lt;br&gt;&amp;nbsp; group = mail
&lt;br&gt;&lt;br&gt;spamassassin:
&lt;br&gt;&amp;nbsp; driver = pipe
&lt;br&gt;&amp;nbsp; use_bsmtp = true
&lt;br&gt;&amp;nbsp; command = /usr/exim/bin/exim -bS -oMr sa-checked
&lt;br&gt;&amp;nbsp; transport_filter = /usr/bin/spamc -f
&lt;br&gt;&amp;nbsp; home_directory = /tmp
&lt;br&gt;&amp;nbsp; current_directory = /tmp
&lt;br&gt;&amp;nbsp; user = mail
&lt;br&gt;&amp;nbsp; group = mail
&lt;br&gt;&amp;nbsp; log_output = true
&lt;br&gt;&amp;nbsp; return_fail_output = true
&lt;br&gt;&lt;br&gt;begin retry
&lt;br&gt;&lt;br&gt;begin rewrite
&lt;br&gt;&lt;br&gt;&lt;br&gt;begin authenticators
&lt;br&gt;&lt;br&gt;dovecot_plain:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = dovecot
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public_name = LOGIN
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #server_prompts = &amp;quot;Username:: : Password::&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server_socket = /var/run/dovecot/auth-client</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-exim.-tp26373475p26776563.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26571894</id>
	<title>Re: Need help with exim.</title>
	<published>2009-11-30T01:54:00Z</published>
	<updated>2009-11-30T01:54:00Z</updated>
	<author>
		<name>mkp_71</name>
	</author>
	<content type="html">Thanks to Phil Pennock. &amp;nbsp;:)</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-exim.-tp26373475p26571894.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517657</id>
	<title>help -- need to filter/flush spam out of my queue</title>
	<published>2009-11-25T10:09:26Z</published>
	<updated>2009-11-25T10:09:26Z</updated>
	<author>
		<name>chuza</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am managing a cPanel server where someone has uploaded a script that flooded the queue with spam messages. There are currently around 10000 messages in the queue and each msg ID has a random sending address and different sending domains but recipient addresses have a pattern. All recipient addresses are @mail.ru addresses.
&lt;br&gt;I do not want to flush the entire queue since there are valid emails as well, can anybody tell me a command that will remove all emails from the queue sent to @mail.ru addresses.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/help----need-to-filter-flush-spam-out-of-my-queue-tp26517657p26517657.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513714</id>
	<title>1 mail to 2 recipients who are redirected to 1 account -&gt; only 1 delivery</title>
	<published>2009-11-25T06:35:41Z</published>
	<updated>2009-11-25T06:35:41Z</updated>
	<author>
		<name>Thomas27</name>
	</author>
	<content type="html">I use exim with virtual domains. Some e-mailadresses are redirected to the same account by the virtual domains configuration.
&lt;br&gt;&lt;br&gt;Example:
&lt;br&gt;&lt;br&gt;There are 3 emailadressen:
&lt;br&gt;-1@hostname.ext:vmail
&lt;br&gt;-2@hostname.ext:vmail
&lt;br&gt;-3@hostname.ext:vmail
&lt;br&gt;&lt;br&gt;When i sent one email to the 3 accounts (To: 1@hostname.ext,2@hostname.ext,3@hostname.ext) that e-mail will only be delivered to the vmail-account and emailadres 3@hostname.ext. 
&lt;br&gt;&lt;br&gt;How can i configure exim so this e-mail will be delivered at al the recipients?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Thomas Lenting</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1-mail-to-2-recipients-who-are-redirected-to-1-account--%3E-only-1-delivery-tp26513714p26513714.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474934</id>
	<title>Re: Need help with exim.</title>
	<published>2009-11-23T01:37:40Z</published>
	<updated>2009-11-23T01:37:40Z</updated>
	<author>
		<name>mkp_71</name>
	</author>
	<content type="html">Thanks to &amp;nbsp;Nigel Metheringham, &amp;nbsp;Renaud Allard, &amp;nbsp;Ian Eiloart &amp;nbsp;for your help. I'll try all your suggestions.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-exim.-tp26373475p26474934.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26405793</id>
	<title>Re: Need help with exim.</title>
	<published>2009-11-18T02:53:30Z</published>
	<updated>2009-11-18T02:53:30Z</updated>
	<author>
		<name>mkp_71</name>
	</author>
	<content type="html">Anyone? How to reject empty return path, it's look like this:
&lt;br&gt;&lt;br&gt;Return-path: &amp;lt;&amp;gt;
&lt;br&gt;Envelope-to: user@domain.com
&lt;br&gt;Delivery-date: Fri, 13 Nov 2009 18:29:08 +0200
&lt;br&gt;Received: from nvkbank.ru ([88.147.255.114] helo=mailsrv2.nvk.int)
&lt;br&gt;by mail.domain.com with esmtp (Exim 4.68)
&lt;br&gt;id 1N8z1G-0000Pj-Pz
&lt;br&gt;for user@domain.com; Fri, 13 Nov 2009 18:29:08 +0200
&lt;br&gt;From: postmaster@nvk.int
&lt;br&gt;To: user@domain.com
&lt;br&gt;Date: Fri, 13 Nov 2009 19:27:58 +0300
&lt;br&gt;MIME-Version: 1.0
&lt;br&gt;Content-Type: multipart/report; report-type=delivery-status;
&lt;br&gt;boundary=&amp;quot;9B095B5ADSN=_01CA639C022DF13600006D5Cmailsrv2.nvk.int&amp;quot;
&lt;br&gt;X-DSNContext: 7ce717b1 - 1391 - 00000002 - C00402D1
&lt;br&gt;Message-ID: &amp;lt;hO06wLJkI000032ce@mailsrv2.nvk.int&amp;gt;
&lt;br&gt;Subject: Delivery Status Notification (Failure)</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-exim.-tp26373475p26405793.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26373475</id>
	<title>Need help with exim.</title>
	<published>2009-11-16T07:04:42Z</published>
	<updated>2009-11-16T07:04:42Z</updated>
	<author>
		<name>mkp_71</name>
	</author>
	<content type="html">Hi, i have mail server with exim+spamassassin, some of users start to get message from MAILER-DAEMON or mail delivery subsystem. What i need to change in exim to reject them. This is my exim.conf:
&lt;br&gt;&lt;br&gt;domainlist local_domains = domain.com
&lt;br&gt;domainlist relay_to_domains =
&lt;br&gt;hostlist &amp;nbsp; relay_from_hosts = 127.0.0.1: 192.168.0.0/16
&lt;br&gt;log_file_path = syslog
&lt;br&gt;message_size_limit = 30M
&lt;br&gt;smtp_receive_timeout=5m
&lt;br&gt;smtp_accept_queue = 100
&lt;br&gt;smtp_accept_max = 40
&lt;br&gt;smtp_accept_max_per_host = 5
&lt;br&gt;acl_smtp_rcpt = acl_check_rcpt
&lt;br&gt;acl_smtp_data = acl_check_data
&lt;br&gt;av_scanner = clamd:/var/run/clamav/clamd.sock
&lt;br&gt;spamd_address = /var/run/spamd.sock
&lt;br&gt;#spamd_address = 127.0.0.1 783
&lt;br&gt;never_users = root
&lt;br&gt;#host_lookup =
&lt;br&gt;host_lookup = 0.0.0.0/0
&lt;br&gt;host_lookup_order = byaddr
&lt;br&gt;rfc1413_hosts = *
&lt;br&gt;rfc1413_query_timeout = 0s
&lt;br&gt;ignore_bounce_errors_after = 1d
&lt;br&gt;errors_reply_to = postmaster@domain.com
&lt;br&gt;timeout_frozen_after = 3d
&lt;br&gt;timeout_frozen_after = 3d
&lt;br&gt;helo_allow_chars = _
&lt;br&gt;begin acl
&lt;br&gt;acl_check_rcpt:
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;hosts = :
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;hosts = 
&lt;br&gt;&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;message &amp;nbsp; &amp;nbsp; &amp;nbsp; = Restricted characters in address
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; local_parts &amp;nbsp; = ^[.] : ^.*[@%!/|]
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;message &amp;nbsp; &amp;nbsp; &amp;nbsp; = Restricted characters in address
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = !+local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; local_parts &amp;nbsp; = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;local_parts &amp;nbsp; = postmaster
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = +local_domains
&lt;br&gt;&amp;nbsp; require verify &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= sender
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; endpass
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; verify &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= recipient
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;hosts &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = +relay_from_hosts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; control &amp;nbsp; &amp;nbsp; &amp;nbsp; = submission
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = !+local_domains
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;authenticated = *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; control &amp;nbsp; &amp;nbsp; &amp;nbsp; = submission
&lt;br&gt;&amp;nbsp; accept &amp;nbsp;domains &amp;nbsp; &amp;nbsp; &amp;nbsp; = +relay_to_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; endpass
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; verify &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= recipient
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;message &amp;nbsp; &amp;nbsp; &amp;nbsp; = relay not permitted
&lt;br&gt;acl_check_data:
&lt;br&gt;&lt;br&gt;&amp;nbsp; deny message = Serious MIME defect detected ($demime_reason)
&lt;br&gt;&amp;nbsp; demime = *
&lt;br&gt;&amp;nbsp; deny &amp;nbsp; &amp;nbsp;message &amp;nbsp; = This message contains a virus ($malware_name) and has been rejected.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # skip virus check when message is larger than 1MB
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if &amp;lt;{$message_size}{1m}{1}{0}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; demime = *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; malware = *
&lt;br&gt;&lt;br&gt;&lt;br&gt;# &amp;nbsp; &amp;nbsp;warn &amp;nbsp; &amp;nbsp;message = X-SA-Report: $spam_report
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spam = mail:true
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if &amp;gt;{$spam_score_int}{0}{1}{0}}
&lt;br&gt;# &amp;nbsp; &amp;nbsp;warn &amp;nbsp; &amp;nbsp;message = X-SA-Status: Yes
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spam = mail:true
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if &amp;gt;{$spam_score_int}{40}{1}{0}}
&lt;br&gt;# &amp;nbsp; &amp;nbsp;deny &amp;nbsp; &amp;nbsp;message = This message scored $spam_score spam points.
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spam = mail:true
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if &amp;gt;{$spam_score_int}{120}{1}{0}}
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; warn message &amp;nbsp; = X-Spam_score: $spam_score\n\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;X-Spam_score_int: $spam_score_int:\n\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;X-Spam_bar: $spam_bar\n\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;X-Spam_report: $spam_report
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;X-Spam_flag: Yes
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if &amp;lt;{$message_size}{100k}{1}{0}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;spam &amp;nbsp; &amp;nbsp; &amp;nbsp;= mail:true
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; deny message = This message was classified as SPAM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if &amp;gt;{$spam_score_int}{55}}
&lt;br&gt;&amp;nbsp; accept
&lt;br&gt;begin routers
&lt;br&gt;&lt;br&gt;&lt;br&gt;spamassassin_router:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = accept
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transport = spamassassin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition = ${if eq {$received_protocol}{smtp}{}}
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no_verify
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; no_expn
&lt;br&gt;&lt;br&gt;first_liases:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = redirect
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains = +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data = ${lookup{$local_part@$domain}lsearch{/etc/aliases}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; user = mail
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file_transport = address_file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pipe_transport = address_pipe
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; allow_fail
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; allow_defer
&lt;br&gt;&lt;br&gt;&lt;br&gt;localuser:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = accept
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains = +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; check_local_user
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; address_data = &amp;quot;spam_score=40 use_spam_folder=1 mark_spam_prio=1&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transport = local_delivery
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cannot_route_message = Unknown user
&lt;br&gt;&lt;br&gt;&lt;br&gt;dnslookup:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = dnslookup
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; domains = ! +local_domains
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; transport = remote_smtp
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
&lt;br&gt;&lt;br&gt;last_fail:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = redirect
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; allow_fail
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data = :fail:No such user $local_part at $domain
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no_more
&lt;br&gt;begin transports
&lt;br&gt;&lt;br&gt;&lt;br&gt;# This transport is used for delivering messages over SMTP connections.
&lt;br&gt;&lt;br&gt;remote_smtp:
&lt;br&gt;&amp;nbsp; driver = smtp
&lt;br&gt;&lt;br&gt;local_delivery:
&lt;br&gt;&amp;nbsp; driver = appendfile
&lt;br&gt;&amp;nbsp; user = $local_part
&lt;br&gt;&amp;nbsp; group = mail
&lt;br&gt;&amp;nbsp; maildir_format
&lt;br&gt;&amp;nbsp; delivery_date_add
&lt;br&gt;&amp;nbsp; envelope_to_add
&lt;br&gt;&amp;nbsp; return_path_add
&lt;br&gt;&amp;nbsp; mode = 0660
&lt;br&gt;&amp;nbsp; headers_remove=${if and{{MARK_SPAM}{or{{IS_SPAM}{IS_LOW_PRIO}}}}{X-MSMail-Priority:X-Priority}{}}
&lt;br&gt;&amp;nbsp; headers_add &amp;nbsp;= ${if and{{MARK_SPAM}{IS_SPAM}}{X-MSMail-Priority: Low}{}}
&lt;br&gt;&amp;nbsp; directory = $home/Maildir${if and{{IS_SPAM}{USE_SPAM_FLDR}}{/.SPAM}{}}
&lt;br&gt;address_pipe:
&lt;br&gt;&amp;nbsp; driver = pipe
&lt;br&gt;&amp;nbsp; return_output
&lt;br&gt;&lt;br&gt;address_file:
&lt;br&gt;&amp;nbsp; driver = appendfile
&lt;br&gt;&amp;nbsp; delivery_date_add
&lt;br&gt;&amp;nbsp; envelope_to_add
&lt;br&gt;&amp;nbsp; return_path_add
&lt;br&gt;&lt;br&gt;address_reply:
&lt;br&gt;&amp;nbsp; driver = autoreply
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;antivirus:
&lt;br&gt;&amp;nbsp; driver = pipe
&lt;br&gt;&amp;nbsp; batch_max = 200
&lt;br&gt;&amp;nbsp; command = /bin/nice -19 /inet/src/scan/ph ${pipe_addresses}
&lt;br&gt;&amp;nbsp; return_output = false
&lt;br&gt;&amp;nbsp; return_path_add = false
&lt;br&gt;&amp;nbsp; user = mail
&lt;br&gt;&amp;nbsp; group = mail
&lt;br&gt;&lt;br&gt;spamassassin:
&lt;br&gt;&amp;nbsp; driver = pipe
&lt;br&gt;&amp;nbsp; use_bsmtp = true
&lt;br&gt;&amp;nbsp; command = /usr/exim/bin/exim -bS -oMr sa-checked
&lt;br&gt;&amp;nbsp; transport_filter = /usr/bin/spamc -f
&lt;br&gt;&amp;nbsp; home_directory = /tmp
&lt;br&gt;&amp;nbsp; current_directory = /tmp
&lt;br&gt;&amp;nbsp; user = mail
&lt;br&gt;&amp;nbsp; group = mail
&lt;br&gt;&amp;nbsp; log_output = true
&lt;br&gt;begin retry
&lt;br&gt;&lt;br&gt;begin rewrite
&lt;br&gt;&lt;br&gt;&lt;br&gt;begin authenticators
&lt;br&gt;&lt;br&gt;dovecot_plain:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; driver = dovecot
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public_name = LOGIN
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #server_prompts = &amp;quot;Username:: : Password::&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server_socket = /var/run/dovecot/auth-client
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-help-with-exim.-tp26373475p26373475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26359013</id>
	<title>DKIM on Installed exim</title>
	<published>2009-11-15T05:13:18Z</published>
	<updated>2009-11-15T05:13:18Z</updated>
	<author>
		<name>MajidAlavi</name>
	</author>
	<content type="html">Hi 
&lt;br&gt;&lt;br&gt;I installed exim 4.63 on centos 5.3,
&lt;br&gt;&lt;br&gt;How can i install DKIM on exim?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DKIM-on-Installed-exim-tp26359013p26359013.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26019668</id>
	<title>Sending mail outside based on the FROM address</title>
	<published>2009-10-22T18:36:30Z</published>
	<updated>2009-10-22T18:36:30Z</updated>
	<author>
		<name>konddor</name>
	</author>
	<content type="html">Dear All, 
&lt;br&gt;&lt;br&gt;Exim running as:
&lt;br&gt;queue all mail, and then run a mail queue flushing process every 10 minutes, all working good
&lt;br&gt;&lt;br&gt;now i have a request sending out message only FROM specific user without queuing
&lt;br&gt;for instance: when user@domain.com will send outside email exim will deliver it immediately, but all other emails will go to queue for 10 minutes.
&lt;br&gt;&lt;br&gt;i found Exim is powelfull and i want to use it as my Email Gateway.
&lt;br&gt;Thanks in advance for your help!! 
&lt;br&gt;&lt;br&gt;konddor </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sending-mail-outside-based-on-the-FROM-address-tp26019668p26019668.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25791667</id>
	<title>Re: cannot compile with DomainKeys</title>
	<published>2009-10-07T11:38:17Z</published>
	<updated>2009-10-07T11:38:17Z</updated>
	<author>
		<name>linkya</name>
	</author>
	<content type="html">Hey
&lt;br&gt;&lt;br&gt;I'm still not able to get it. Can you please detail out the steps a little bit more. 
&lt;br&gt;I've my ssl etc installed. i can't make the libdomainkeys.so file you are talking abt. What is the target in the libdomainkeys to make the .so file please?
&lt;br&gt;&lt;br&gt;Nishant
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Code Chump wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Thank you Todd.
&lt;br&gt;&lt;br&gt;To follow up for 'the record' this did work and compile under CentOS 5.3. w/
&lt;br&gt;libdomainkeys-0.69 and exim-4.69. The makefile below got wrapped by email,
&lt;br&gt;but following the changes, I was able to get a successful make. From there I
&lt;br&gt;had to type 'make libdomainkeys.so to make the actual library and then
&lt;br&gt;install it manually into the library path for CentOS, using a conf file and
&lt;br&gt;ldconfig.
&lt;br&gt;&lt;br&gt;After that exim would build OK against this library and I'm rolling along,
&lt;br&gt;thanks to your help.
&lt;br&gt;&lt;br&gt;On Thu, Apr 16, 2009 at 10:07 AM, Todd Lyons &amp;lt;tlyons@ivenue.com&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; On Thu, Apr 16, 2009 at 6:02 AM, Chump Chumpster &amp;lt;codechump@gmail.com&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Thanks for your response. Yes I do have openssl &amp; openssl-dev installed,
&lt;br&gt;&amp;gt; as
&lt;br&gt;&amp;gt; &amp;gt; mentioned. I wonder if they're being picked up by the compiler. They were
&lt;br&gt;&amp;gt; &amp;gt; installed by yum, so they're were you would expect them for CentOS.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Does anyone know how to explicitly express their locations in config?
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is what I did to make it work:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [tlyons@ivwww01 ~/src]$ diff -ruN libdomainkeys-0.69.orig/Makefile
&lt;br&gt;&amp;gt; libdomainkeys-0.69/Makefile
&lt;br&gt;&amp;gt; --- libdomainkeys-0.69.orig/Makefile &amp;nbsp; &amp;nbsp;2006-01-17 16:28:58.000000000 -0800
&lt;br&gt;&amp;gt; +++ libdomainkeys-0.69/Makefile 2008-11-26 13:49:10.273984000 -0800
&lt;br&gt;&amp;gt; @@ -2,8 +2,9 @@
&lt;br&gt;&amp;gt; &amp;nbsp;CFLAGS=-DBIND_8_COMPAT -O2
&lt;br&gt;&amp;gt; &amp;nbsp;#CFLAGS += -DDK_DEBUG -DDK_HASH_BUFF -Wall
&lt;br&gt;&amp;gt; &amp;nbsp;#CFLAGS += -DUNIXWARE
&lt;br&gt;&amp;gt; -INCS=-I.
&lt;br&gt;&amp;gt; -LIBS=-L. -ldomainkeys -lcrypto
&lt;br&gt;&amp;gt; +CFLAGS += -fPIC
&lt;br&gt;&amp;gt; +INCS=-I. -I/usr/include
&lt;br&gt;&amp;gt; +LIBS=-L. -ldomainkeys -lcrypto -lresolv
&lt;br&gt;&amp;gt; &amp;nbsp;MAKE=make
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;dktest: dktest.o libdomainkeys.a dns.lib socket.lib
&lt;br&gt;&amp;gt; @@ -47,6 +48,10 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ar cr libdomainkeys.a domainkeys.o dns_txt.o dktrace.o
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ranlib libdomainkeys.a
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; +libdomainkeys.so: domainkeys.o dns_txt.o dktrace.o
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; rm -f libdomainkeys.so
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; ld -shared domainkeys.o dns_txt.o dktrace.o -lcrypto `cat dns.lib`
&lt;br&gt;&amp;gt; -o libdomainkeys.so
&lt;br&gt;&amp;gt; +
&lt;br&gt;&amp;gt; &amp;nbsp;python: domainkeys_wrap.o _domainkeys.so
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;domainkeys_wrap.o: domainkeys.h domainkeys.i domainkeys_wrap.c
&lt;br&gt;&amp;gt; @@ -57,7 +62,7 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ld -shared domainkeys.o dns_txt.o dktrace.o domainkeys_wrap.o
&lt;br&gt;&amp;gt; -lcrypto `cat dns.lib` -o _domainkeys.so
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;clean:
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; rm -f *.o *.so libdomainkeys.a dns.lib dnstest socktest makeheader
&lt;br&gt;&amp;gt; dktest testtrace domainkeys.h
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; rm -f *.o *.so libdomainkeys.a libdomainkeys.so dns.lib dnstest
&lt;br&gt;&amp;gt; socktest makeheader dktest testtrace domainkeys.h
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;#
&lt;br&gt;&amp;gt; &amp;nbsp;distributionfile:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To build it, I put the libdomainkey.so to be in someplace that the
&lt;br&gt;&amp;gt; linker could find it, and told exim about it:
&lt;br&gt;&amp;gt; echo &amp;quot;LDFLAGS += -ldomainkeys&amp;quot; &amp;gt;&amp;gt; Local/Makefile
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Then I built it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; After installing exim, I copied the libdomainkeys.so to $LIB/exim and
&lt;br&gt;&amp;gt; can verify that it's seen by the exim binary:
&lt;br&gt;&amp;gt; CentOS52[root@ivwm51 ~]# ldd /usr/sbin/exim | egrep 'domainkeys|dkim'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;libdomainkeys.so =&amp;gt; /usr/lib64/exim/libdomainkeys.so
&lt;br&gt;&amp;gt; (0x00002ae197a6f000)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;libdkim.so =&amp;gt; /usr/lib64/exim/libdkim.so (0x00002ae197c75000)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Truth be told, I modified an exim spec file for 4.69-7 from fc10 to
&lt;br&gt;&amp;gt; build a CentOS 5.2 rpm with dk/dkim support using the shared library
&lt;br&gt;&amp;gt; method I described above.
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Regards... &amp;nbsp; &amp;nbsp; &amp;nbsp;Todd
&lt;br&gt;&amp;gt;
&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cannot-compile-with-DomainKeys-tp23071469p25791667.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25719651</id>
	<title>Re: SMTP authentication problem</title>
	<published>2009-10-02T10:43:09Z</published>
	<updated>2009-10-02T10:43:09Z</updated>
	<author>
		<name>Cerephim</name>
	</author>
	<content type="html">&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Keith Martin-4 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;What is happening is that we are using Exim (4.69) to relay email to another
&lt;br&gt;server, which requires SMTP authentication. 
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
I'm attempting to do a similar thing, but have no clue where to start. &amp;nbsp;What did you have to do to set up smtp-authentication when Exim is a client.
&lt;br&gt;&lt;br&gt;My Linux servers are in a corporate environment, using Exchange as the corporate mail server. &amp;nbsp;I'm using the Exchange server as a smarthost and relaying all email to the Exchange server. &amp;nbsp;I'm not downloading any mail. &amp;nbsp;Mostly I'm mailing out log files, and alerts.
&lt;br&gt;&lt;br&gt;The Exchange admin wants the users on the Linux box to use smtp-authenication to authenticate to the Exchange box prior to sending email to the destination (India) via the internet.
&lt;br&gt;&lt;br&gt;How do I set up smtp-authentication in Exim? &amp;nbsp;Via the exim.conf file? &amp;nbsp;Inline with the 'mail' command?
&lt;br&gt;&lt;br&gt;Thanks in advance!</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SMTP-authentication-problem-tp22155889p25719651.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25531238</id>
	<title>Exim Server Sending From Different IPs</title>
	<published>2009-09-23T11:23:58Z</published>
	<updated>2009-09-23T11:23:58Z</updated>
	<author>
		<name>Andrew Rosolino</name>
	</author>
	<content type="html">I am not sure what the best way to go about this is. We run almost 200 websites on one of our servers and each website has a quite large user base. Usually 10-20 of the websites will send out mass e-mails but the problem is Yahoo and other e-mail hosts don't like the volume being sent from the IP address so they defer the messages. This creates a huge backup of thousands of e-mails. I have about 10 unused IP addresses that I would like to randomly be chosen to send the mass e-mail from.
&lt;br&gt;&lt;br&gt;Is it possible to have the exim server randomly choose an IP address to send its mail from?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Exim-Server-Sending-From-Different-IPs-tp25531238p25531238.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25082623</id>
	<title>Re: Exim kernel segfaults - Error 4</title>
	<published>2009-08-21T09:01:36Z</published>
	<updated>2009-08-21T09:01:36Z</updated>
	<author>
		<name>svwh-support</name>
	</author>
	<content type="html">&lt;br&gt;We are having a similar failure of exim.
&lt;br&gt;&lt;br&gt;cPanel 11.24.5-C38506 - WHM 11.24.2 - X 3.9
&lt;br&gt;CENTOS 5.3 x86_64 standard
&lt;br&gt;&lt;br&gt;Although we have several other cPanel server with a similar configuration this is the only one running 64bit.
&lt;br&gt;&lt;br&gt;Aug 21 06:20:53 sh05 kernel: pure-quotacheck[26471]: segfault at 00007fff0342fff0 rip 0000003bf6c42755 rsp 00007fff0342fff0 error 6
&lt;br&gt;Aug 21 08:20:06 sh05 kernel: exim[24275]: segfault at 000000000000004a rip 000000000000004a rsp 00007fff3da412f8 error 4
&lt;br&gt;Aug 21 08:20:09 sh05 kernel: exim[24872]: segfault at 0000000000000008 rip 0000003bf6c6a13d rsp 00007fffc6f74348 error 4</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Exim-kernel-segfaults---Error-4-tp15885445p25082623.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24741986</id>
	<title>Limit rate of message dispatch in Exim but accept all inbound messages</title>
	<published>2009-07-30T09:34:10Z</published>
	<updated>2009-07-31T02:14:51Z</updated>
	<author>
		<name>Nick0la</name>
	</author>
	<content type="html">Hi all, Exim Pros, 
&lt;br&gt;&lt;br&gt;&lt;br&gt;posting to the list this problem, that is not been covered apparently somewhere else.
&lt;br&gt;&lt;br&gt;I want to configure Exim MTA to accept all inbound messages but limit the rate at which it can dispatch messages to downstream consumers. 
&lt;br&gt;&lt;br&gt;Thank you for your opinions on how to do it.
&lt;br&gt;&lt;br&gt;Nicholas</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Limit-rate-of-message-dispatch-in-Exim-but-accept-all-inbound-messages-tp24741986p24741986.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24602054</id>
	<title>Affordable &amp; Easy-to-use Email &amp; Collaboration server (Commercial)</title>
	<published>2009-07-22T01:29:14Z</published>
	<updated>2009-07-22T01:29:14Z</updated>
	<author>
		<name>fundig</name>
	</author>
	<content type="html">You might be interested in knowing about a Linux and Open Source based email &amp; collaboration product for companies. 
&lt;br&gt;&lt;br&gt;Check - &lt;a href=&quot;http://www.synovel.com/collab/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.synovel.com/collab/&lt;/a&gt;&lt;br&gt;&lt;br&gt;It has a web based administration panel for managing servers and users along with desktop client and web access.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Affordable---Easy-to-use-Email---Collaboration-server-%28Commercial%29-tp24602054p24602054.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24598652</id>
	<title>Re: Pass mail to backup host if first delivery attempt fails</title>
	<published>2009-07-21T18:35:28Z</published>
	<updated>2009-07-21T18:35:28Z</updated>
	<author>
		<name>Bugzilla from eximX0902w@linuxwan.net</name>
	</author>
	<content type="html">Darren Honeyball wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have a requirement to run my &amp;quot;primary&amp;quot; mail servers spools from 
&lt;br&gt;&amp;gt; ramdisk, and what I'd like to do it this:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For outbound mail I'd like to try the dnslookup router for the first 
&lt;br&gt;&amp;gt; attempt as usual, if for any reason this fails I'd like to pass those 
&lt;br&gt;&amp;gt; messages off to some &amp;quot;secondary&amp;quot; servers which are more resilient for 
&lt;br&gt;&amp;gt; processing.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; fallback_hosts doesnt appear to be what I need, so looking for 
&lt;br&gt;&amp;gt; clues/examples on how to achieve this.
&lt;/div&gt;&lt;br&gt;Unless you're doing something really strange, fallback_hosts is what you
&lt;br&gt;are after.
&lt;br&gt;&lt;br&gt;&amp;quot;If Exim is unable to deliver to any of the hosts for a particular
&lt;br&gt;address, and the errors are not permanent rejections, the address is put
&lt;br&gt;on a separate transport queue with its host list replaced by the
&lt;br&gt;fallback hosts, ..&amp;quot;
&lt;br&gt;&lt;br&gt;The FAQ about this question -
&lt;br&gt;&lt;a href=&quot;http://wiki.exim.org/FAQ/Delivery/Q0618&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/FAQ/Delivery/Q0618&lt;/a&gt;&lt;br&gt;&lt;br&gt;Transport fallback_hosts
&lt;br&gt;&lt;a href=&quot;http://docs.exim.org/current/spec_html/ch30.html#id604171&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.exim.org/current/spec_html/ch30.html#id604171&lt;/a&gt;&lt;br&gt;which can be overidden by router fallback_hosts
&lt;br&gt;&lt;a href=&quot;http://docs.exim.org/current/spec_html/ch15.html#id561973&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.exim.org/current/spec_html/ch15.html#id561973&lt;/a&gt;&lt;br&gt;&lt;br&gt;The primary server should only keep the email long enough to temporarily
&lt;br&gt;fail at each MX host listed for the domain before passing it on to the
&lt;br&gt;fallback_hosts in order.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;The Exim manual - &lt;a href=&quot;http://docs.exim.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docs.exim.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pass-mail-to-backup-host-if-first-delivery-attempt-fails-tp24589680p24598652.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24598458</id>
	<title>Re: Drop smtp connection before authentication</title>
	<published>2009-07-21T18:05:18Z</published>
	<updated>2009-07-21T18:05:18Z</updated>
	<author>
		<name>Todd Lyons</name>
	</author>
	<content type="html">On Mon, Jul 20, 2009 at 11:57 AM, Dean Brooks&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24598458&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dean@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; You can change the BADAUTH_LIMIT macro to any rate you like, but we use
&lt;br&gt;&amp;gt; 15 failed attempts in 2 hours as the threshold.
&lt;br&gt;&lt;br&gt;In the event that a user gets blocked, how do you expediently handle
&lt;br&gt;the case where tech support helps a user fix the password and then
&lt;br&gt;retries to send. &amp;nbsp;What do you do to puge the db file that holds this
&lt;br&gt;info? &amp;nbsp;Is it actually in a hints database? &amp;nbsp;Or is it all in memory at
&lt;br&gt;this point?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards... &amp;nbsp; &amp;nbsp; &amp;nbsp;Todd
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-smtp-connection-before-authentication-tp24569739p24598458.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24594430</id>
	<title>Re: domain alias</title>
	<published>2009-07-21T12:36:23Z</published>
	<updated>2009-07-21T12:36:23Z</updated>
	<author>
		<name>Chris Wilson-30</name>
	</author>
	<content type="html">Hi Fedorovici,
&lt;br&gt;&lt;br&gt;On Tue, 21 Jul 2009, Fedorovici Dragos Gabriel wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'd like to setup my server to handle multiple domain aliases. I've done 
&lt;br&gt;&amp;gt; this in the past using other mail tools but haven't figured it out with 
&lt;br&gt;&amp;gt; exim. Can you please point me to some documentation on how to quickly 
&lt;br&gt;&amp;gt; and easily do this?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ws.afnog.org/afnog2009/sse/exim/afnog-2009-exim-presentation.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ws.afnog.org/afnog2009/sse/exim/afnog-2009-exim-presentation.pdf&lt;/a&gt;, 
&lt;br&gt;around page 35, has instructions for doing this.
&lt;br&gt;&lt;br&gt;Cheers, Chris.
&lt;br&gt;-- 
&lt;br&gt;_____ __ &amp;nbsp; &amp;nbsp; _
&lt;br&gt;\ &amp;nbsp;__/ / ,__(_)_ &amp;nbsp;| Chris Wilson &amp;lt;0000 at qwirx.com&amp;gt; - Cambs UK |
&lt;br&gt;/ (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Ruby/Perl/SQL Developer |
&lt;br&gt;\__/_/_/_//_/___/ | We are GNU : free your mind &amp; your software |
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/domain-alias-tp24594173p24594430.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24594173</id>
	<title>domain alias</title>
	<published>2009-07-21T11:07:42Z</published>
	<updated>2009-07-21T11:07:42Z</updated>
	<author>
		<name>Fedorovici Dragos Gabriel</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;I'd like to setup my server to handle multiple domain aliases. I've done
&lt;br&gt;this in the past using other mail tools but haven't figured it out with
&lt;br&gt;exim. Can you please point me to some documentation on how to quickly and
&lt;br&gt;easily do this?
&lt;br&gt;&lt;br&gt;BTW, I have the web server handling the aliases just fine.
&lt;br&gt;Thanks,
&lt;br&gt;Dragos Fedorovici
&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/domain-alias-tp24594173p24594173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24601868</id>
	<title>Re: Exim/email-related stream at UKUUG conference, Birmingham, 7/8/9-August-2009</title>
	<published>2009-07-21T09:52:19Z</published>
	<updated>2009-07-21T09:52:19Z</updated>
	<author>
		<name>Ian Eiloart</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;--On 17 July 2009 11:21:41 +0100 Niall Mansfield 
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;niall.mansfield@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; So far, only 3 people said are interested in Exin BOF :-(
&lt;br&gt;&lt;br&gt;Build it, and they will come. If we put enough marketing effort in. There 
&lt;br&gt;are a few Exim or email related talks, at which we could announce a BOF - 
&lt;br&gt;if the BOF is later in the weekend.
&lt;br&gt;&lt;br&gt;3 is better than 2, anyway.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Niall Mansfield
&lt;br&gt;&amp;gt; UIT Cambridge Ltd.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601868&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nmm@...&lt;/a&gt;
&lt;br&gt;&amp;gt; +44 1223 302 041
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent from my iPhone
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 17 Jul 2009, at 11:10, Ian Eiloart &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601868&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;iane@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --On 16 July 2009 15:27:53 +0100 Alain Williams &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601868&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;addw@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I think that it would be very helpful if we were to prepare some kind
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; of outline on what we would like to achieve. I'll chuck in a few
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; suggestions to get the ball rolling:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; * Bug fixes - how we prioritise
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; * Enhancements - what new features do we need
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; * External changes - should we collect/merge back in ?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;I am thinking of changes that Linux-distros/... may have made.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; * Funding - could we pursuade some large corporates/... with a bit of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; funding &amp;nbsp; that could be used to pay someone to do this -- perhaps
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; part
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; time.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Clearly, funding (if achievable in the current climate) is going to
&lt;br&gt;&amp;gt;&amp;gt; make the biggest difference, but we should also consider some other
&lt;br&gt;&amp;gt;&amp;gt; ways to attract new developers, and new users (who may contribute):
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; * Easing the development process. I'm not a developer myself, so I'm
&lt;br&gt;&amp;gt;&amp;gt; not sure what the technical barriers to involvement are.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; * Marketing/Promotion: improving uptake of Exim might enlarge the
&lt;br&gt;&amp;gt;&amp;gt; potential pool of developers, and of funding. The last research I
&lt;br&gt;&amp;gt;&amp;gt; saw put Exim behind about 10 - 20% of MX hosts, which is great. We
&lt;br&gt;&amp;gt;&amp;gt; should trumpet that. An overhaul of the web site, or an additional
&lt;br&gt;&amp;gt;&amp;gt; site, would be an option.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; * Advertising: how about we put a link in every 5xx reply message.
&lt;br&gt;&amp;gt;&amp;gt; The link would go to an Exim hosted page explaining (as far as we
&lt;br&gt;&amp;gt;&amp;gt; can) the cause of the rejection. The root of the URL should be
&lt;br&gt;&amp;gt;&amp;gt; customisable, so that administrators can point to their own web
&lt;br&gt;&amp;gt;&amp;gt; pages instead. Of course, we could provide the default content for
&lt;br&gt;&amp;gt;&amp;gt; those pages, too. While we're at it, we could meet one of the
&lt;br&gt;&amp;gt;&amp;gt; lemonade spec requirements by adding RFC2034 enhanced error codes.
&lt;br&gt;&amp;gt;&amp;gt; So far, that's just a feature request for improved rejection
&lt;br&gt;&amp;gt;&amp;gt; messages, but all of the Exim hosted web pages could carry
&lt;br&gt;&amp;gt;&amp;gt; advertising, and all of the default pages could carry promotional
&lt;br&gt;&amp;gt;&amp;gt; messages for Exim, OSS concepts, etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; * Improving ease of use (installation, configuration, queue
&lt;br&gt;&amp;gt;&amp;gt; management, reporting)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; * Auto-reporting. ClamAV, for example, can be configured to send
&lt;br&gt;&amp;gt;&amp;gt; statistical reports to developers. That lets them track malware
&lt;br&gt;&amp;gt;&amp;gt; traffic and use of ClamAV automatically. Exim is in a position to do
&lt;br&gt;&amp;gt;&amp;gt; the same, perhaps reporting stats on traffic volumes, spam patterns,
&lt;br&gt;&amp;gt;&amp;gt; technology penetration, etc. Perhaps that counts as a feature
&lt;br&gt;&amp;gt;&amp;gt; request, but it could also have some mileage with regard to
&lt;br&gt;&amp;gt;&amp;gt; promotion. Care should be taken to protect privacy, of course.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I nominate Niall &amp; myself as scribes of the event -- to try and get
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; some
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; kind of report out to this list/whereever.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Alain Williams
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Linux/GNU Consultant - Mail systems, Web sites, Networking,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Programmer,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; IT Lecturer. +44 (0) 787 668 0256 &amp;nbsp;&lt;a href=&quot;http://www.phcomp.co.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.phcomp.co.uk/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Parliament Hill Computers Ltd. Registration Information:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.phcomp.co.uk/contact.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.phcomp.co.uk/contact.php&lt;/a&gt;&amp;nbsp;Past chairman of UKUUG:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.ukuug.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ukuug.org/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; # include &amp;lt;std_disclaimer.h&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Ian Eiloart
&lt;br&gt;&amp;gt;&amp;gt; IT Services, University of Sussex
&lt;br&gt;&amp;gt;&amp;gt; 01273-873148 x3148
&lt;br&gt;&amp;gt;&amp;gt; For new support requests, see &lt;a href=&quot;http://www.sussex.ac.uk/its/help/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sussex.ac.uk/its/help/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ian Eiloart
&lt;br&gt;IT Services, University of Sussex
&lt;br&gt;01273-873148 x3148
&lt;br&gt;For new support requests, see &lt;a href=&quot;http://www.sussex.ac.uk/its/help/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sussex.ac.uk/its/help/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Exim-email-related-stream-at-UKUUG-conference%2C-Birmingham%2C-7-8-9-August-2009-tp24464053p24601868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24594177</id>
	<title>Re: compare two headers_rule in acl dont work properly</title>
	<published>2009-07-21T09:36:30Z</published>
	<updated>2009-07-21T09:36:30Z</updated>
	<author>
		<name>Dave Evans-20</name>
	</author>
	<content type="html">On Tue, Jul 21, 2009 at 05:23:00AM -0700, spawel wrote:
&lt;br&gt;&amp;gt; Every &amp;nbsp;day &amp;nbsp;I &amp;nbsp;received a many letters from spammers. All this letters
&lt;br&gt;&amp;gt; have &amp;nbsp; different &amp;nbsp; headers. &amp;nbsp; I &amp;nbsp; mean &amp;nbsp;that &amp;nbsp;header &amp;nbsp;&amp;quot;from&amp;quot; &amp;nbsp;contains
&lt;br&gt;&amp;gt; &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24594177&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;&amp;quot; &amp;nbsp;(domain &amp;nbsp;rambler.ru &amp;nbsp;is &amp;nbsp;in &amp;nbsp;white list) and header
&lt;br&gt;&amp;gt; &amp;quot;return-path&amp;quot; &amp;nbsp;contains another address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24594177&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam@...&lt;/a&gt;. And because
&lt;br&gt;&amp;gt; of that i tried to write special rule in acl_check_rcpt.
&lt;br&gt;&amp;gt; I have two variants, but all of them don not work properly.
&lt;br&gt;&lt;br&gt;In case you don't already know, it's not a good idea to block /all/ mail where
&lt;br&gt;From != Return-Path. &amp;nbsp;Non-spam mail can have From != Return-Path too - for
&lt;br&gt;example, all mail on this mailing list.
&lt;br&gt;&lt;br&gt;&amp;gt; 1)
&lt;br&gt;&amp;gt; warn &amp;nbsp; &amp;nbsp;log_message = &amp;quot;My rule! It works!&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition =${if !eq{${lc:$h_return-path:}}{${lc:$h_from:}}{yes}{no}}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hosts =!127.0.0.1 : !localhost : *
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add_header = X-ACL-Warn: warnings
&lt;br&gt;&lt;br&gt;That probably doesn't work because $h_return-path: will usually be something
&lt;br&gt;like &amp;quot;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24594177&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;&amp;gt;&amp;quot; and $h_from: will usually be something like &amp;quot;Joe Smith &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24594177&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;&amp;gt;&amp;quot;.
&lt;br&gt;&lt;br&gt;So I'm guessing that that one /never/ matches, yes?
&lt;br&gt;&lt;br&gt;&amp;gt; 2)
&lt;br&gt;&amp;gt; &amp;nbsp; warn &amp;nbsp; log_message = &amp;quot;From and Return do not matches! SPAM! It works!!!&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;condition = ${if !match{$return_path}{$sender_address}{yes}{no}}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hosts = !127.0.0.1 : !localhost : *
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;add_header = X-ACL-Warn: $return_path
&lt;br&gt;&lt;br&gt;And this one probably /always/ matches, because mostly $return_path and
&lt;br&gt;$sender_address are the same thing (read what the spec has to say about
&lt;br&gt;$return_path).
&lt;br&gt;&lt;br&gt;If you want to test for this at all, you probably want to compare
&lt;br&gt;${address:$h_From:} to $sender_address. &amp;nbsp;But be aware that non-matching does
&lt;br&gt;not mean that it's spam.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dave Evans
&lt;br&gt;&lt;a href=&quot;http://djce.org.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://djce.org.uk/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://djce.org.uk/pgpkey&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://djce.org.uk/pgpkey&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/24594177/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/compare-two-headers_rule-in-acl-dont-work-properly-tp24586635p24594177.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24594174</id>
	<title>Re: compare two headers_rule in acl dont work properly</title>
	<published>2009-07-21T09:22:41Z</published>
	<updated>2009-07-21T09:22:41Z</updated>
	<author>
		<name>Nigel Wade</name>
	</author>
	<content type="html">spawel wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi! &amp;nbsp;I &amp;nbsp;am from Russia and my english is not so good as you and I need
&lt;br&gt;&amp;gt; help with Exim MTA.
&lt;br&gt;&amp;gt; Every &amp;nbsp;day &amp;nbsp;I &amp;nbsp;received a many letters from spammers. All this letters
&lt;br&gt;&amp;gt; have &amp;nbsp; different &amp;nbsp; headers. &amp;nbsp; I &amp;nbsp; mean &amp;nbsp;that &amp;nbsp;header &amp;nbsp;&amp;quot;from&amp;quot; &amp;nbsp;contains
&lt;br&gt;&amp;gt; &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24594174&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;&amp;quot; &amp;nbsp;(domain &amp;nbsp;rambler.ru &amp;nbsp;is &amp;nbsp;in &amp;nbsp;white list) and header
&lt;br&gt;&amp;gt; &amp;quot;return-path&amp;quot; &amp;nbsp;contains another address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24594174&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam@...&lt;/a&gt;. And because
&lt;br&gt;&amp;gt; of that i tried to write special rule in acl_check_rcpt.
&lt;br&gt;&amp;gt; I have two variants, but all of them don not work properly.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1)
&lt;br&gt;&amp;gt; warn &amp;nbsp; &amp;nbsp;log_message =3D &amp;quot;My rule! It works!&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition =3D ${if
&lt;br&gt;&amp;gt; !eq{${lc:$h_return-path:}}{${lc:$h_from:}}{yes}{no}}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hosts =3D !127.0.0.1 : !localhost : *
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add_header =3D X-ACL-Warn: warnings
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2)
&lt;br&gt;&amp;gt; &amp;nbsp; warn &amp;nbsp; log_message =3D &amp;quot;From and Return do not matches! SPAM! It works!!!=
&lt;br&gt;&amp;gt; !&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;condition =3D ${if !match{$return_path}{$sender_address}{yes}{no}}
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hosts =3D !127.0.0.1 : !localhost : *
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;add_header =3D X-ACL-Warn: $return_path
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This rules dont contain any gramatic errors, no mistakes in exim log, but
&lt;br&gt;&amp;gt; they dont work!
&lt;br&gt;&amp;gt; What am I not understand?
&lt;br&gt;&amp;gt; Please help!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;You really don't want to do this.
&lt;br&gt;&lt;br&gt;For a good reason why not, look at the headers of the messages on this mailing list.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nigel Wade, System Administrator, Space Plasma Physics Group,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;University of Leicester, Leicester, LE1 7RH, UK
&lt;br&gt;E-mail : &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24594174&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nmw@...&lt;/a&gt;
&lt;br&gt;Phone : &amp;nbsp; &amp;nbsp; +44 (0)116 2523548, Fax : +44 (0)116 2523555
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/compare-two-headers_rule-in-acl-dont-work-properly-tp24586635p24594174.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24590362</id>
	<title>LDAP Lookup Problem since upgrade from 4.63 to 4.69</title>
	<published>2009-07-21T08:45:18Z</published>
	<updated>2009-07-21T08:45:18Z</updated>
	<author>
		<name>Moritz Kobel-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;i recently upgraded a testsystem from debian etch to lenny.
&lt;br&gt;this upgrade changed the exim version from 4.63 to 4.69
&lt;br&gt;&lt;br&gt;This upgrade broke the following local_domains ldap lookup:
&lt;br&gt;&lt;br&gt;ldap_default_servers = ourldapserver
&lt;br&gt;LDAPU = theuserdn
&lt;br&gt;LDAPP = thepassword
&lt;br&gt;LDAPB = thesearchbase
&lt;br&gt;LDAP_PREF = user=LDAPU pass=LDAPP ldap:///LDAPB
&lt;br&gt;LDAP_SEARCHDOMAINS = (&amp;(objectClass=MailDomain)(enabled=TRUE))
&lt;br&gt;&lt;br&gt;domainlist local_domains = ${tr {${tr {${lookup ldapm{ LDAP_PREF?ou?sub?(&amp;(enabled=TRUE)(objectClass=MailDomain)) }}} {\n}{:}}} {,}{:}}
&lt;br&gt;&lt;br&gt;&lt;br&gt;The error message is: 
&lt;br&gt;&lt;br&gt;2009-07-21 15:29:35 failed to expand &amp;quot;${tr {${tr {${lookup ldapm{ user=... pass=... ldap:///...?ou?sub?(&amp;(enabled=TRUE)(objectClass=MailDomain)) }}} {\n}{:}}} {,}{:}}&amp;quot; while checking a list: lookup of &amp;quot;user=... pass=... ldap:///...?ou?sub?(&amp;(enabled=TRUE)(objectClass=MailDomain)) &amp;quot; gave DEFER: ldap_search failed: -7, Bad search filter
&lt;br&gt;&lt;br&gt;&lt;br&gt;I tryied some variants and i found out that the condition
&lt;br&gt;\(enabled=TRUE\) works, but not (enabled=TRUE) or
&lt;br&gt;\(&amp;\(enabled=TRUE\)\(objectClass=MailDomain\)\) 
&lt;br&gt;&lt;br&gt;The production server with 4.63 still works and ldapsearch on lenny is
&lt;br&gt;successfull.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I checked the changelogs for ldap changes, but i did not find anything.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Does somebody has any idea?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you for a reply
&lt;br&gt;&lt;br&gt;&lt;br&gt;- Moritz
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Wissen ist das einzige Gut, das sich vermehrt, wenn man es teilt.
&lt;br&gt;--
&lt;br&gt;&lt;a href=&quot;http://www.lagerkochbuch.ch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lagerkochbuch.ch&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LDAP-Lookup-Problem-since-upgrade-from-4.63-to-4.69-tp24590362p24590362.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24589680</id>
	<title>Pass mail to backup host if first delivery attempt fails</title>
	<published>2009-07-21T06:38:37Z</published>
	<updated>2009-07-21T06:38:37Z</updated>
	<author>
		<name>Darren Honeyball</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have a requirement to run my &amp;quot;primary&amp;quot; mail servers spools from 
&lt;br&gt;ramdisk, and what I'd like to do it this:
&lt;br&gt;&lt;br&gt;For outbound mail I'd like to try the dnslookup router for the first 
&lt;br&gt;attempt as usual, if for any reason this fails I'd like to pass those 
&lt;br&gt;messages off to some &amp;quot;secondary&amp;quot; servers which are more resilient for 
&lt;br&gt;processing.
&lt;br&gt;&lt;br&gt;fallback_hosts doesnt appear to be what I need, so looking for 
&lt;br&gt;clues/examples on how to achieve this.
&lt;br&gt;&lt;br&gt;TIA,
&lt;br&gt;&lt;br&gt;Darren
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Pass-mail-to-backup-host-if-first-delivery-attempt-fails-tp24589680p24589680.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24586635</id>
	<title>compare two headers_rule in acl dont work properly</title>
	<published>2009-07-21T05:23:00Z</published>
	<updated>2009-07-21T05:23:00Z</updated>
	<author>
		<name>spawel</name>
	</author>
	<content type="html">Hi! &amp;nbsp;I &amp;nbsp;am from Russia and my english is not so good as you and I need
&lt;br&gt;help with Exim MTA.
&lt;br&gt;Every &amp;nbsp;day &amp;nbsp;I &amp;nbsp;received a many letters from spammers. All this letters
&lt;br&gt;have &amp;nbsp; different &amp;nbsp; headers. &amp;nbsp; I &amp;nbsp; mean &amp;nbsp;that &amp;nbsp;header &amp;nbsp;&amp;quot;from&amp;quot; &amp;nbsp;contains
&lt;br&gt;&amp;quot;user@rambler.ru&amp;quot; &amp;nbsp;(domain &amp;nbsp;rambler.ru &amp;nbsp;is &amp;nbsp;in &amp;nbsp;white list) and header
&lt;br&gt;&amp;quot;return-path&amp;quot; &amp;nbsp;contains another address spam@spammers.com. And because
&lt;br&gt;of that i tried to write special rule in acl_check_rcpt.
&lt;br&gt;I have two variants, but all of them don not work properly.
&lt;br&gt;&lt;br&gt;1)
&lt;br&gt;warn &amp;nbsp; &amp;nbsp;log_message = &amp;quot;My rule! It works!&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition =${if !eq{${lc:$h_return-path:}}{${lc:$h_from:}}{yes}{no}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hosts =!127.0.0.1 : !localhost : *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add_header = X-ACL-Warn: warnings
&lt;br&gt;&lt;br&gt;2)
&lt;br&gt;&amp;nbsp; warn &amp;nbsp; log_message = &amp;quot;From and Return do not matches! SPAM! It works!!!&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;condition = ${if !match{$return_path}{$sender_address}{yes}{no}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hosts = !127.0.0.1 : !localhost : *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;add_header = X-ACL-Warn: $return_path
&lt;br&gt;&lt;br&gt;This rules dont contain any gramatic errors, no mistakes in exim log, but they dont work!
&lt;br&gt;What am I not understand?
&lt;br&gt;Please help!
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/compare-two-headers_rule-in-acl-dont-work-properly-tp24586635p24586635.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24589682</id>
	<title>compare two headers_rule in acl dont work properly</title>
	<published>2009-07-21T05:21:26Z</published>
	<updated>2009-07-21T05:21:26Z</updated>
	<author>
		<name>spawel</name>
	</author>
	<content type="html">&lt;br&gt;Hi! &amp;nbsp;I &amp;nbsp;am from Russia and my english is not so good as you and I need
&lt;br&gt;help with Exim MTA.
&lt;br&gt;Every &amp;nbsp;day &amp;nbsp;I &amp;nbsp;received a many letters from spammers. All this letters
&lt;br&gt;have &amp;nbsp; different &amp;nbsp; headers. &amp;nbsp; I &amp;nbsp; mean &amp;nbsp;that &amp;nbsp;header &amp;nbsp;&amp;quot;from&amp;quot; &amp;nbsp;contains
&lt;br&gt;&amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24589682&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;user@...&lt;/a&gt;&amp;quot; &amp;nbsp;(domain &amp;nbsp;rambler.ru &amp;nbsp;is &amp;nbsp;in &amp;nbsp;white list) and header
&lt;br&gt;&amp;quot;return-path&amp;quot; &amp;nbsp;contains another address &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24589682&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;spam@...&lt;/a&gt;. And because
&lt;br&gt;of that i tried to write special rule in acl_check_rcpt.
&lt;br&gt;I have two variants, but all of them don not work properly.
&lt;br&gt;&lt;br&gt;1)
&lt;br&gt;warn &amp;nbsp; &amp;nbsp;log_message =3D &amp;quot;My rule! It works!&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; condition =3D ${if
&lt;br&gt;!eq{${lc:$h_return-path:}}{${lc:$h_from:}}{yes}{no}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hosts =3D !127.0.0.1 : !localhost : *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; add_header =3D X-ACL-Warn: warnings
&lt;br&gt;&lt;br&gt;2)
&lt;br&gt;&amp;nbsp; warn &amp;nbsp; log_message =3D &amp;quot;From and Return do not matches! SPAM! It works!!!=
&lt;br&gt;!&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;condition =3D ${if !match{$return_path}{$sender_address}{yes}{no}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hosts =3D !127.0.0.1 : !localhost : *
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;add_header =3D X-ACL-Warn: $return_path
&lt;br&gt;&lt;br&gt;This rules dont contain any gramatic errors, no mistakes in exim log, but
&lt;br&gt;they dont work!
&lt;br&gt;What am I not understand?
&lt;br&gt;Please help!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/compare-two-headers_rule-in-acl-dont-work-properly-tp24586558p24586558.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/compare-two-headers_rule-in-acl-dont-work-properly-tp24586558p24586558.html&lt;/a&gt;&lt;br&gt;Sent from the Exim Users mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/compare-two-headers_rule-in-acl-dont-work-properly-tp24589682p24589682.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24585897</id>
	<title>Re: fallback smart hosts</title>
	<published>2009-07-21T04:14:08Z</published>
	<updated>2009-07-21T04:14:08Z</updated>
	<author>
		<name>Jonas Meurer</name>
	</author>
	<content type="html">On 20/07/2009 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24585897&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Lena@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; From: Jonas Meurer
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Is it possible to configure a fallback smart host in exim4?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 20.8 Manualroute examples:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; | If a colon-separated list of smart hosts is given, they are tried in order
&lt;br&gt;&lt;br&gt;Thanks a lot for the pointer, i didn't realize that it is that easy :-)
&lt;br&gt;&lt;br&gt;greetings,
&lt;br&gt;&amp;nbsp;jonas
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fallback-smart-hosts-tp24556409p24585897.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24581453</id>
	<title>Re: Drop smtp connection before authentication</title>
	<published>2009-07-20T19:15:43Z</published>
	<updated>2009-07-20T19:15:43Z</updated>
	<author>
		<name>W B Hacker</name>
	</author>
	<content type="html">Edison F Carbol wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is it possible to drop smtp connection before authentication per username?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; My server is congested with many attempts to authenticate with a deleted 
&lt;br&gt;&amp;gt; account.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Edison 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Easily.
&lt;br&gt;&lt;br&gt;However .....
&lt;br&gt;&lt;br&gt;unless those unwanted attempts have characteristics, such as arriving from the 
&lt;br&gt;same IP, wherein no other active account might also exist, (old/new, 
&lt;br&gt;husband/wife) or at least from the same 'pool' of IP, such as a 
&lt;br&gt;dynamically-assigned 'connectivity' ISP user community, wherein you have 
&lt;br&gt;*neither* a valid user, *nor* a potential 'proper' correspondent MTA
&lt;br&gt;&lt;br&gt;-- in which case you can reject on source IP or source CIDR range either in 
&lt;br&gt;Exim's 'connect' phase or just a bit later, (or even in a firewall ahead of Exim...)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- in any other case, you will have to do enough 'qualifying' to prevent harm to 
&lt;br&gt;other arrivals...
&lt;br&gt;&lt;br&gt;...that you might just as well let the authorization fail.
&lt;br&gt;&lt;br&gt;You could be saving the 'cost' of setting-up an encrypted session and doing some 
&lt;br&gt;form of DB lookup to fail the auth so it IS worth the attempt.
&lt;br&gt;&lt;br&gt;Personally, I'd be tempted to divert the connection and sort of tarpit it, 
&lt;br&gt;and/or allow a POP/IMAP read connection and pop a 'no longer active' notice into 
&lt;br&gt;his 'Mailbox' (or known forwarding address) each time he makes an attempt to 
&lt;br&gt;auth onto Exim for sending.
&lt;br&gt;&lt;br&gt;That might motivate the former user to change the MUA settings that are trying 
&lt;br&gt;to automagically log in to the dead account.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;&lt;br&gt;Bill
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-smtp-connection-before-authentication-tp24569739p24581453.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24576854</id>
	<title>Re: Drop smtp connection before authentication</title>
	<published>2009-07-20T11:57:31Z</published>
	<updated>2009-07-20T11:57:31Z</updated>
	<author>
		<name>Dean Brooks</name>
	</author>
	<content type="html">On Mon, Jul 20, 2009 at 10:12:29AM -0300, Edison F Carbol wrote:
&lt;br&gt;&amp;gt; Is it possible to drop smtp connection before authentication per username?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; My server is congested with many attempts to authenticate with a deleted 
&lt;br&gt;&amp;gt; account.
&lt;br&gt;&lt;br&gt;Here's what we use to automatically control failed authentication attempts.
&lt;br&gt;If you have this in place, your server will automatically begin rejecting
&lt;br&gt;hosts that send repeated auth failure attempts.
&lt;br&gt;&lt;br&gt;You can change the BADAUTH_LIMIT macro to any rate you like, but we use
&lt;br&gt;15 failed attempts in 2 hours as the threshold.
&lt;br&gt;&lt;br&gt;In the global config section of your config:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;BADAUTH_LIMIT = 15 / 2h
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;acl_smtp_connect = check_connection
&lt;br&gt;&amp;nbsp; &amp;nbsp;acl_smtp_quit = check_quit
&lt;br&gt;&amp;nbsp; &amp;nbsp;acl_smtp_notquit = check_notquit
&lt;br&gt;&lt;br&gt;In the ACL section of your config:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;check_connection:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;drop message &amp;nbsp; = Too many failed authentication attempts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ratelimit = BADAUTH_LIMIT / noupdate / badauth:$sender_host_address
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;check_quit:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;accept condition = ${if eq{$authentication_failed}{1}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ratelimit = BADAUTH_LIMIT / badauth:$sender_host_address
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;check_notquit:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;accept condition = ${if eq{$authentication_failed}{1}}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ratelimit = BADAUTH_LIMIT / badauth:$sender_host_address
&lt;br&gt;&lt;br&gt;We need the rate limiting portion in BOTH the &amp;quot;quit&amp;quot; and &amp;quot;notquit&amp;quot; sections
&lt;br&gt;for this to work properly, as you don't know how the connection will
&lt;br&gt;end up closing.
&lt;br&gt;&lt;br&gt;You also don't want to put the ratelimiting in the RCPT or DATA section,
&lt;br&gt;because the connection will never get that far (they haven't authenticated!).
&lt;br&gt;You can't put it in the MAIL section either because, again, they haven't
&lt;br&gt;authenticated.
&lt;br&gt;&lt;br&gt;Thought someone else might find this useful. &amp;nbsp;Rate limits are fun. &amp;nbsp;:)
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Dean Brooks
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24576854&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dean@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-smtp-connection-before-authentication-tp24569739p24576854.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24576856</id>
	<title>Re: Drop smtp connection before authentication</title>
	<published>2009-07-20T10:39:28Z</published>
	<updated>2009-07-20T10:39:28Z</updated>
	<author>
		<name>Edison F Carbol</name>
	</author>
	<content type="html">Dave,
&lt;br&gt;&lt;br&gt;This is what I´m doing now.
&lt;br&gt;&lt;br&gt;The first time this username try to authenticate, I get his IP at smtp auth 
&lt;br&gt;and then block it at acl_smtp_auth.
&lt;br&gt;&lt;br&gt;Thank you for your help.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Edison
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; My server is under a kind of attack. Lot of connections are trying to
&lt;br&gt;&amp;gt; authenticate with the same username that doesn´t exist.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I´d like to drop all connections from a specific username before smtp
&lt;br&gt;&amp;gt; authentication or any layer above.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it possible to get the username at acl_smtp_auth?
&lt;br&gt;&lt;br&gt;When you say &amp;quot;from a specific username&amp;quot;, do you mean the SMTP AUTH username?
&lt;br&gt;In general, you can't drop connections &amp;quot;from a username&amp;quot; without first
&lt;br&gt;allowing the AUTH to proceed, so you know what the username is.
&lt;br&gt;&lt;br&gt;If your server is handling the load just fine anyway, I'd say do nothing.
&lt;br&gt;The
&lt;br&gt;unwanted traffic will probably subside soon enough.
&lt;br&gt;&lt;br&gt;If it's *not* handling the load just fine, then the only suggestion I can
&lt;br&gt;offer is to see if the same IPs are &amp;quot;attacking&amp;quot; again and again, and if they
&lt;br&gt;are (and those IPs are *only* &amp;quot;attacking&amp;quot;, they're not also performing
&lt;br&gt;legitimate transactions), then block the offending IP addresses; either at
&lt;br&gt;your firewall, or in acl_smtp_connect.
&lt;br&gt;&lt;br&gt;(acl_smtp_connect is probably easier to implement and could even be
&lt;br&gt;automated;
&lt;br&gt;but each attacking connection still uses a non-negligible amount of server
&lt;br&gt;resource).
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-smtp-connection-before-authentication-tp24569739p24576856.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24573962</id>
	<title>Re: Drop smtp connection before authentication</title>
	<published>2009-07-20T10:17:32Z</published>
	<updated>2009-07-20T10:17:32Z</updated>
	<author>
		<name>Dave Evans-20</name>
	</author>
	<content type="html">On Mon, Jul 20, 2009 at 02:05:45PM -0300, Edison F Carbol wrote:
&lt;br&gt;&amp;gt; My server is under a kind of attack. Lot of connections are trying to 
&lt;br&gt;&amp;gt; authenticate with the same username that doesn´t exist.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I´d like to drop all connections from a specific username before smtp 
&lt;br&gt;&amp;gt; authentication or any layer above.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is it possible to get the username at acl_smtp_auth?
&lt;br&gt;&lt;br&gt;When you say &amp;quot;from a specific username&amp;quot;, do you mean the SMTP AUTH username?
&lt;br&gt;In general, you can't drop connections &amp;quot;from a username&amp;quot; without first
&lt;br&gt;allowing the AUTH to proceed, so you know what the username is.
&lt;br&gt;&lt;br&gt;If your server is handling the load just fine anyway, I'd say do nothing. &amp;nbsp;The
&lt;br&gt;unwanted traffic will probably subside soon enough.
&lt;br&gt;&lt;br&gt;If it's *not* handling the load just fine, then the only suggestion I can
&lt;br&gt;offer is to see if the same IPs are &amp;quot;attacking&amp;quot; again and again, and if they
&lt;br&gt;are (and those IPs are *only* &amp;quot;attacking&amp;quot;, they're not also performing
&lt;br&gt;legitimate transactions), then block the offending IP addresses; either at
&lt;br&gt;your firewall, or in acl_smtp_connect.
&lt;br&gt;&lt;br&gt;(acl_smtp_connect is probably easier to implement and could even be automated;
&lt;br&gt;but each attacking connection still uses a non-negligible amount of server
&lt;br&gt;resource).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dave Evans
&lt;br&gt;&lt;a href=&quot;http://djce.org.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://djce.org.uk/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://djce.org.uk/pgpkey&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://djce.org.uk/pgpkey&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/24573962/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-smtp-connection-before-authentication-tp24569739p24573962.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24573868</id>
	<title>Re: Drop smtp connection before authentication</title>
	<published>2009-07-20T10:12:08Z</published>
	<updated>2009-07-20T10:12:08Z</updated>
	<author>
		<name>Bugzilla from peter@bowyer.org</name>
	</author>
	<content type="html">2009/7/20 Edison F Carbol &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24573868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;caref@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; I´d like to drop all connections from a specific username before smtp
&lt;br&gt;&amp;gt; authentication or any layer above.
&lt;br&gt;&lt;br&gt;Your challenge, then, is to know what username a connection is going
&lt;br&gt;to authenticate with before it does so. Make sure your Exim is
&lt;br&gt;compiled with
&lt;br&gt;&lt;br&gt;CRYSTAL_BALL=1
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Peter Bowyer
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24573868&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter@...&lt;/a&gt;
&lt;br&gt;Follow me on Twitter: twitter.com/peeebeee
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-smtp-connection-before-authentication-tp24569739p24573868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24573802</id>
	<title>Re: sender verify/callout with spf check</title>
	<published>2009-07-20T10:08:45Z</published>
	<updated>2009-07-20T10:08:45Z</updated>
	<author>
		<name>Bugzilla from peter@bowyer.org</name>
	</author>
	<content type="html">2009/7/20 Vasiliy Tolstov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24573802&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;v.tolstov@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Hello!
&lt;br&gt;&amp;gt; I'm using exim (4.69) and want that is spf != pass, do sender verify.
&lt;br&gt;&amp;gt; And if two condition is fail = deny.
&lt;br&gt;&amp;gt; Is that possible?
&lt;br&gt;&lt;br&gt;Sure. Write a sub URL that looks a bit like this:
&lt;br&gt;&lt;br&gt;my_sub_url:
&lt;br&gt;&amp;nbsp;accept spf = pass
&lt;br&gt;&amp;nbsp;require verify = sender
&lt;br&gt;&lt;br&gt;Then invoke my_sub_url wherever you want the test to take place, with
&lt;br&gt;'deny' or 'defer' as appropriate.
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Peter Bowyer
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24573802&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter@...&lt;/a&gt;
&lt;br&gt;Follow me on Twitter: twitter.com/peeebeee
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sender-verify-callout-with-spf-check-tp24570870p24573802.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24573764</id>
	<title>Re: Drop smtp connection before authentication</title>
	<published>2009-07-20T10:05:45Z</published>
	<updated>2009-07-20T10:05:45Z</updated>
	<author>
		<name>Edison F Carbol</name>
	</author>
	<content type="html">Hi Dave,
&lt;br&gt;&lt;br&gt;My server is under a kind of attack. Lot of connections are trying to 
&lt;br&gt;authenticate with the same username that doesn´t exist.
&lt;br&gt;&lt;br&gt;I´d like to drop all connections from a specific username before smtp 
&lt;br&gt;authentication or any layer above.
&lt;br&gt;&lt;br&gt;Is it possible to get the username at acl_smtp_auth?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Edison
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it possible to drop smtp connection before authentication per username?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My server is congested with many attempts to authenticate with a deleted
&lt;br&gt;&amp;gt; account.
&lt;br&gt;&lt;br&gt;Sorry, I don't really understand your question.
&lt;br&gt;&lt;br&gt;You can probably drop the connection wherever you want to - Exim is pretty
&lt;br&gt;flexible - but presumably you want to drop only /some/ connections, not all 
&lt;br&gt;of
&lt;br&gt;them. &amp;nbsp;What criteria do you intend to use to distinguish between the two? 
&lt;br&gt;At
&lt;br&gt;what phase of the SMTP transaction would you like the connection to be
&lt;br&gt;dropped?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dave Evans
&lt;br&gt;&lt;a href=&quot;http://djce.org.uk/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://djce.org.uk/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://djce.org.uk/pgpkey&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://djce.org.uk/pgpkey&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-smtp-connection-before-authentication-tp24569739p24573764.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24573625</id>
	<title>Re: Drop smtp connection before authentication</title>
	<published>2009-07-20T09:51:50Z</published>
	<updated>2009-07-20T09:51:50Z</updated>
	<author>
		<name>Peter-360</name>
	</author>
	<content type="html">Den 2009-07-20 3:12, Edison F Carbol skrev:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it possible to drop smtp connection before authentication per username?
&lt;br&gt;&amp;gt; My server is congested with many attempts to authenticate with a deleted
&lt;br&gt;&amp;gt; account.
&lt;br&gt;&lt;br&gt;Hi
&lt;br&gt;i guess you could drop in HELO stage, based on a textfile of ip 
&lt;br&gt;addresses, like
&lt;br&gt;deny condition = 
&lt;br&gt;${lookup{$sender_host_address}lsearch{banedip.txt}{yes}{no}}
&lt;br&gt;and a cronjob to grep all bad ip's
&lt;br&gt;grep &amp;quot;authenticator failed for.*&amp;quot; /var/log/exim4/mainlog -o | uniq -c | 
&lt;br&gt;grep &amp;quot;^\ *[0-9]\{2,4\} &amp;quot; | grep 
&lt;br&gt;&amp;quot;[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}&amp;quot; -o &amp;gt; banedip.txt
&lt;br&gt;(above baning ip where failed auth attempts &amp;gt;9)
&lt;br&gt;on my system i grep a few other logfiles aswell, but i add the ip's this 
&lt;br&gt;script find to drop list in iptables, (less cputime used)
&lt;br&gt;&lt;br&gt;also on my system i have just now added
&lt;br&gt;warn log_message = Possible hacked useraccount $authenticated_id
&lt;br&gt;authenticated = *
&lt;br&gt;sender_domains = !+local_domains
&lt;br&gt;&lt;br&gt;due to some (new?) virus/malware stealing my useres login.
&lt;br&gt;so heads up
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;## List details at &lt;a href=&quot;http://lists.exim.org/mailman/listinfo/exim-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.exim.org/mailman/listinfo/exim-users&lt;/a&gt;&amp;nbsp;
&lt;br&gt;## Exim details at &lt;a href=&quot;http://www.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exim.org/&lt;/a&gt;&lt;br&gt;## Please use the Wiki with this list - &lt;a href=&quot;http://wiki.exim.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.exim.org/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drop-smtp-connection-before-authentication-tp24569739p24573625.html" />
</entry>

</feed>
