On Sun, May 3, 2009 at 10:27 PM, Andres Montiel, CUA <[email protected]> wrote: > Hi everyone, > > I'm setting up a dev server at home so I can test scripts without uploading > to a live server. However, there are some instances that the scripts need to > send out emails (ex. forgot password component of script). Port 25 (the > traditional SMTP port) has been blocked by Globe Broadband. Is there a way > to change the SMTP port so I can send emails?
You could set up your postfix to send emails via submission (port 587) preferably over TLS; here's a link from Ubuntu help: https://help.ubuntu.com/community/Postfix If done correctly, you shouldn't need any modification to your scripts (if they are using the good old sendmail interface, that is; if they're talking directly to foreign SMTP servers via standard ports, that is another matter ;) Good luck! -- Zak B. Elep || zakame.net 1486 7957 454D E529 E4F1 F75E 5787 B1FD FA53 851D _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

