Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Michael Soulier on October 27, 2003, 10:37:38 PM

Title: transparent smtp proxy in 6.0b3
Post by: Michael Soulier on October 27, 2003, 10:37:38 PM
Many users have been unpleasantly surprised by the new transparent smtp proxy in 6.0b3, and have looked for a way to turn it off. To that end, please test the following rpms, found in my contrib
area on our mirrors later today.

e-smith-email-4.14.0-06.noarch.rpm
e-smith-mailfront-1.3.0-09.noarch.rpm

Install like so:

rpm -Uvh *.rpm
/etc/e-smith/events/actions/initialize-default-databases
/sbin/e-smith/signal-event remoteaccess-update
/etc/e-smith/events/actions/restart-masq

Now, you should have a "Proxy" property in your "smtpfront-qmail"
record in the configuration database. It is enabled by default. The
following will disable it.

/sbin/e-smith/config setprop smtpfront-qmail Proxy disabled
/sbin/e-smith/signal-event remoteaccess-update

Obviously, it can be reenabled again just as easily.

Please report any problems to smebugs@mitel.com.

Thanks,
Mike
Title: Re: transparent smtp proxy in 6.0b3
Post by: rick on October 28, 2003, 03:20:16 AM
please excuse my ignorance, but what are the advantages or disadvantages of the transparent proxy?
Title: Re: transparent smtp proxy in 6.0b3
Post by: Michael Soulier on October 28, 2003, 04:30:11 PM
rick wrote:
>
> please excuse my ignorance, but what are the advantages or
> disadvantages of the transparent proxy?

The advantages are that you force all outgoing smtp to go through the server, thus being subject to any limitations you place upon outgoing mail, and (in the commercial release) virus scanning. As many recent viruses have relied on emailing themselves out to infect other machines, this feature can be used to prevent such propagation.

As we cannot assume that everyone's needs are the same, we do our best to keep the server flexible. It always was, mind you, via the custom templates, but this solution is friendlier.

Regards,
Mike
Title: Re: transparent smtp proxy in 6.0b3
Post by: Kai Duebbert on October 30, 2003, 11:56:05 AM
Thanks for the addition! Having a server in China it's really not wise to use the transparent proxy. If this contrib now gets included into the "services" contrib (can't be difficult, can it?), then my life would be perfect...

Kai
Title: Re: transparent smtp proxy in 6.0b3
Post by: Michael Soulier on October 31, 2003, 03:52:03 AM
Kai Duebbert wrote:
>
> Thanks for the addition! Having a server in China it's really
> not wise to use the transparent proxy. If this contrib now
> gets included into the "services" contrib (can't be
> difficult, can it?), then my life would be perfect...

It's not a contrib. It's development code for the server.

Regards,
Mike
Title: Re: transparent smtp proxy in 6.0b3
Post by: Kai Duebbert on October 31, 2003, 04:41:09 AM
Even better.
Title: Re: transparent smtp proxy in 6.0b3
Post by: Steven Thomson on November 20, 2003, 01:10:20 AM
Sorry for this but...I can't find the RPMs listed above....could you point me in the right direction.

Thanks
Title: Re: transparent smtp proxy in 6.0b3
Post by: Rob Wellesley on November 21, 2003, 07:16:12 AM
Steven Thomson wrote:
>
> Sorry for this but...I can't find the RPMs listed
> above....could you point me in the right direction.
>
> Thanks

http://public.ftp.planetmirror.com/pub/e-smith/contrib/MichaelSoulier/RPMS/noarch/

watch the word wrap
Title: Re: transparent smtp proxy in 6.0b3
Post by: Laurent DINCLAUX on November 24, 2003, 06:33:12 AM
But what appens if there's an update... we will have to wait that you build the correct rpm? Or these setting will be able in next versions/updates ?