If you really want all your SMTP mail to go to your mail server, you can 
do  that by disabling DNS 
for the SMTP server. However, this causes problems with inbound mail. I e
ventually had to split my 
SMTP server into two servers, ISMTP (on port 25) for inbound mail and SMT
P (on port 8425 -- but 
the number does not matter) for outbound mail. Then I turned off the DNS 
for the SMTP server but 
left it on for the ISMTP server. Details on how to turn it off on request
. (At the moment I do not 
remember, but it involved coding an exit.)

IBM is working on an APAR, PK07003, that will add an ALL option to the IP
MAILERADDRESS  
statement, which will direct all output to the IPMAILERADDRESS. However, 
I still have to run SMTP 
and ISMTP split, even with that APAR on.

On Fri, 17 Mar 2006 09:06:45 -0500, Alan Altmark <[EMAIL PROTECTED]
> wrote:

>On Friday, 03/17/2006 at 12:57 GMT, "HARROP, Roy" <[EMAIL PROTECTED]
>
>wrote:
>> Some time ago, our network people changed the address of their mail
>> server.
>>
>> I duly changed all references that I could find in the VM system to
>> point to the new address.
>>
>> Now VM's SMTP recognises the new IPMAILER address and sends mail
>> destined for the real Outside World to the correct place (and such mai
l
>> gets delivered), it continues sending inter-company mail to the old
>> external server.
>>
>> I've obviously missed a reference - but can't see where.
>>
>> I've been through all the 191 disks and SFS directories that are defin
ed
>> to the SMTP and TCPIP machines (as well as, in desperation) FTPSERVE,
>> NAMESERV, etc, etc but can find no reference (except one that's
>> commented out) to the old mailserver.
>>
>> Can anyone suggest where I might look now?  Please!!
>
>SMTP only has one configuration statement for mail relays:
>IPMAILERADDRESS.  Remember that IPMAILERADDRESS is only used when the
>target hostname cannot be resolved via DNS.  Addresses that *can* be
>resolved are sent directly by SMTP, without regard as to whether or not
>the target host is actually in your network.
>
>When SMTP starts, the server configuration is displayed.  Look for "ip
>mailer address" in the console log.
>
>Alan Altmark
>z/VM Development
>IBM Endicott
>========================
=========================
==========
==============

Reply via email to