smtp on different port  
Marco Mon Nov 03 23:48:21 GMT 2008
 
Hi,

The smtpMailExchangeServer uses port 25 by default.
However, my server has blocked this port and uses port 587. How to change it?
 
sedj Tue Nov 04 07:19:36 GMT 2008
 
Hi,

I will add another config property so you can specify the port also.
Will try to get this released in a week or so,

Sedj
sedj Tue Nov 04 19:47:01 GMT 2008
 
Version 3.0.13 has been released to fix this - see http://www.primrose.org.uk/primrose3/primroseConfig.html for details,
but basically, add this :

smtpMailExchangeServerPort=587

sedj
Marco Fri Nov 07 14:32:09 GMT 2008
 
Thanks!