On 2013-03-26 13:40, Adam Fyfe wrote:
Ok, we have new server JUST with Piler on it.

Our intention is to journal from MS Exchange to archive@domain and
piler processes the email

ok, I see. Try the following: make sure postfix doesn't
run on the piler host, and put piler to 0.0.0.0:25.

Then set verbosity=5, and restart it. Try sending a test email
via the telnet command (see below), and watch the maillog, and
verify that it actually receives and archives the test email.

An example smtp chat:

$ telnet 192.168.1.123 25
220 piler.yourdomain ESMTP
HELO aaa.fu
250 Ok
MAIL FROM: <[email protected]>
250 Ok
RCPT TO: <[email protected]>
250 Ok
DATA
354 Send mail data; end it with <CRLF>.<CRLF>
From: [email protected]
To: [email protected]
Subject: this is a test

this is a test
.
250 Ok 4000000051519ac6000a141400ca058e74f3 <[email protected]>
quit
221 piler.yourdomain Goodbye
Connection closed by foreign host.


So please make a similar smtp session, and show me the results
along with your maillog related to this session.


Janos



On 26 March 2013 12:39, Janos SUTO <[email protected]> wrote:

On 2013-03-26 13:31, Adam Fyfe wrote:

Im confused !

So I need Postfix running ?

I has assumed Piler would have received the INCOMING email which is
to be archived

Piler is now set to 0.0.0.0:25 [1] [2]

If I stop Postfix, I cannot get an inbound connection at all

ok, first please clarify that do you have a separate computer
(either virtual or physical) for piler or do you run piler on
your mail server (perhaps where your mailboxes are)?

Janos



Links:
------
[1] http://0.0.0.0:25

Reply via email to