I edited the etc/postfix/master.cf file as per
http://rackerhacker.com/2007/07/04/enable-submission-port-587-in-postfix/(I'm
assuming this is what was meant at
https://help.ubuntu.com/community/Postfix when it noted "you will need to
edit /etc/postfix/master.cf to uncomment the relevant line for port 587
there.")

I'm still getting time outs. :(

May  3 23:37:02 kyutums-ubuntu-server postfix/smtp[3548]: connect to
*****.com[69.4.229.224]:25: Connection timed out
May  3 23:37:02 kyutums-ubuntu-server postfix/smtp[3548]: EE30D12C85:
to=<**...@*****.com>, relay=none, delay=30, delays=0.08/0.06/30/0,
dsn=4.4.1, status=deferred (connect to *****.com[69.4.229.224]:25:
Connection timed out)


On Sun, May 3, 2009 at 11:13 PM, Zak B. Elep <[email protected]> wrote:

> 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
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Reply via email to