Arby Edi wrote:
> 1- Open up SMTP on a port other than port 25 (this is for
> those stupid ISP's which block port 25).
Doing this will prevent you from receiving e-mail from the 'outside' : Mail Exchanger (MX) record in DNS zone cannot include information about which port to use (DNS only manage name and IP, not ports), so external MTA trying to send mail to your domain WILL use port 25, and there's no way to make it different.