Hello.

First off: great work on 2.3! Well done! I am looking forward to
getting it up and running and exploring it.

This, however, pertains to 2.2.0.

I have at my disposal a range of IP addresses.

The machine itself is bound to 198.130.98.2.

I would like James to bind to 198.130.98.5 (where my web server is
bound etc etc). When an email is received by a server, nothing in the
headers should reference 198.130.98.2.

I think my problem is in the following fragment from conf.xml.

     <servernames autodetect="true" autodetectIP="true">
        <servername>alpha.co.za</servername>
        <servername>beta.co.za</servername>
     </servernames>

I think the autodetectIP="true" should change to false. But, its not
clear to me how I should change the configuration file to indicate the
IP address that the server should bind to.

The other extract from conf.xml which may be relevant is as follows (I
think I have this right):

  <smtpserver enabled="true">
     <port>25</port>
     <bind>198.130.98.5</bind>
     <handler>
        <helloName autodetect="true">myServerName</helloName>
        <connectiontimeout>360000</connectiontimeout>
        <authorizedAddresses>127.0.0.0/8, 198.130.98.5</authorizedAddresses>
        <!--  Maximum allowed message size (kilobytes) for this. 0 is
unlimited -->
        <maxmessagesize>0</maxmessagesize>
     </handler>
  </smtpserver>

The documentation reads:

     <!-- To override autodetected server names simply add explicit
servername elements. -->
     <!-- In most cases this will be necessary. -->

But this is not clear to me.

I would appreciate enormously if somebody could point me in the right direction.

Thanks in advance.

Renen.

PS: Below please see the problem as it manifests itself in an email
received by GMail.

I want the references to 198.130.98.2 to read 198.130.98.5.

Received: from myServerName ([198.130.98.2])
       by mx.gmail.com with SMTP id 24si7461982wrl.2006.06.19.13.00.22;
       Mon, 19 Jun 2006 13:00:23 -0700 (PDT)
Received-SPF: neutral (gmail.com: 198.130.98.2 is neither permitted
nor denied by best guess record for domain of [EMAIL PROTECTED])
Return-Path: <[EMAIL PROTECTED]>
Received: from NATSERVPROP ([198.130.98.5])
         by NATSERVPROP (JAMES SMTP Server 2.2.0) with SMTP ID 413
         for <[EMAIL PROTECTED]>;
         Mon, 19 Jun 2006 22:00:14 +0200 (GMT+02:00)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to