XCLIENT in Exim

| | Comments (0)
I wrote small patch for exim 4.68 that allows using of XCLIENT command in exim. The description of this command you can find here: http://www.postfix.org/XCLIENT_README.html
By default xclient is not allowed from any hosts, but you can specify hosts in option xclient_allow_hosts in configuration file:

xclient_allow_hosts = 127.0.0.1 : 192.168.1.1

Example of smtp dialog with XCLIENT:
Connected to localhost.
Escape character is '^]'.
220 dhcp-ng2 ESMTP Exim 4.68 Mon, 10 Dec 2007 19:26:44 +0300
XCLIENT NAME=spike.porcupine.org ADDR=168.100.189.2 HELO=blah
220 XCLIENT success
MAIL FROM:<wietse@porcupine.org>
250 OK
RCPT TO:<user@example.com>
550 relay not permitted

patch-exim-xclient

Leave a comment

Static pages

About this Entry

This page contains a single entry by Vsevolod Stakhov published on December 12, 2007 5:51 PM.

Determining order of passing packets throught packet filters in FreeBSD was the previous entry in this blog.

Memcached UDP is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.01 Powered by FreeBSD