redirecting outgoing mail to mailmarshal

Hi there, i'm totally new to iPlanet configuration, they gave me a legacy iPlanet Messaging Server 5.2

I want to take all outside email (from the company to the internet) throug a mailmarshal server (antispam).

I have made a small change to the imta.cnf so far but the server keeps sending the email to the ouside by himself (marked as bold).

Please help me i'm desperate.

tcp_local smtp mx single_sys remotehost inner switchchannel identnonenumeric sub

dirs 20 maxjobs 7 pool SMTP_POOL maytlsserver maysaslserver saslswitchchannel

daemon [10.2.4.3]

tcp-daemon

!

! tcp_intranet

tcp_intranet smtp mx single_sys subdirs 20 noreverse maxjobs 7 pool SMTP_POOL ma

ytlsserver allowswitchchannel saslswitchchannel

tcp_intranet-daemon

[814 byte] By [MarioHazaa] at [2007-11-27 6:52:41]
# 1

Hi,

> Hi there, i'm totally new to iPlanet configuration,

> they gave me a legacy iPlanet Messaging Server 5.2

Is 'legacy' a kind way of saying end-of-life and should be upgraded ASAP ;)

> I want to take all outside email (from the company to

> the internet) throug a mailmarshal server

> (antispam).

>

> I have made a small change to the imta.cnf so far but

> the server keeps sending the email to the ouside by

> himself (marked as bold).

Do you have any mail.log output which shows this occurring?

> Please help me i'm desperate.

>

>

> tcp_local smtp mx single_sys remotehost inner

> switchchannel identnonenumeric sub

> dirs 20 maxjobs 7 pool SMTP_POOL maytlsserver

> maysaslserver saslswitchchannel

> daemon [10.2.4.3]

> tcp-daemon

You probably want to change the 'mx' to 'nomx' since you are sending directly to an IP address.

Also when you make changes to the configuration file, to make them active you need to run:

./imsimta cnbuild;

./imsimta refresh

This of course assumes you are running on a sparc/hpux server - which you didn't specify. For future reference please include the output of ./imsimta version

Regards,

Shane.

shane_hjortha at 2007-7-12 18:27:16 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Ok, yes its a sun platform

./imsimta version

iPlanet Messaging Server 5.1 (built May 7 2001)

libimta.so 5.1 (built 23:43:53, May 7 2001)

SunOS frodo 5.8 Generic_108528-08 sun4u sparc SUNW,Ultra-60

I will try what you gave me.

As I stated i'm really newbie to iPlanet.

Thanks

MarioHazaa at 2007-7-12 18:27:16 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

Please realize that your version (Messaging Server 5.1) is desparately old.It's as old as Windows ME, and, also, unsupported.

Your number one priority should be getting your old version updated to current. 6.3 is current, and has much better tools for dealing with spam than 5.1 ever did. 5.1 has bugs that will never even be looked at.

jay_plesseta at 2007-7-12 18:27:16 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...