|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Ujjval K (ujjval_k
yahoo.com)
Date: Wed Oct 01 2008 - 17:20:17 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have it back in place, Not sure where to go next...
Here is what I found on the internet for using comcast as relay host...but I still see smtp requests going out to dest port 25..
=======================================================================
The geniuses at Comcast (my ISP; no, I don't have any choice) have
suddenly decided that I am a source of spam and hence require me to
send e-mail to port 587 instead of port 25.
So now I am trying to figure out how to make this work, given my
postfix-based system running on Mdv 2006.
I have made the following changes to my main.cf file:
----
# morons. Send it to port 587
relayhost = [smtp.comcast.net]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl/sasl_passwd
smtp_sasl_security_options =
----
Following the instructions at
http://freelock.com/kb/Postfix_relayhost: (but amending the directory
so that it's /etc/postfix/sasl instead of /etc/postfix):
1. I created a file /etc/postfix/sasl/sasl_passwd which contains
[smtp.comcast.net]:587 my- username:my-password
2. I executed:
postmap /etc/postfix/sasl/sasl_passwd
3. I executed:
postfix reload
--- On Thu, 10/2/08, Noel Jones <njones
megan.vbhcs.org> wrote:
> From: Noel Jones <njones
megan.vbhcs.org>
> Subject: Re: New Postfix install
> To: ujjval_k
yahoo.com, "postfix users list" <postfix-users
postfix.org>
> Date: Thursday, October 2, 2008, 3:28 AM
> Ujjval K wrote:
> > Thx I was able to change MTAs to point to postfix...
> > However , here is teh next error when trying to send
> email to myself..
> >
> > Again I am using smtp.comcast.net:587 as my relayhost
> >
> > Oct 1 15:48:38 fedoracore2uk postfix/pickup[8658]:
> D34AF170AF0: uid=0 from=<root>
> > Oct 1 15:48:38 fedoracore2uk postfix/cleanup[8701]:
> D34AF170AF0:
> message-id=<20081001214838.D34AF170AF0
ujjvalk=.xxxxx,net>
> > Oct 1 15:48:38 fedoracore2uk postfix/nqmgr[8659]:
> D34AF170AF0: from=<root
uxxxx.net>, size=314, nrcpt=1
> (queue active)
> > Oct 1 15:48:38 fedoracore2uk postfix/nqmgr[8659]:
> warning: connect to transport smtp: Connection refused
> > Oct 1 15:48:39 fedoracore2uk postfix/error[8703]:
> D34AF170AF0: to=<ujjval_k
yahoo.com>, relay=none,
> delay=0.3, delays=0.11/0.05/0/0.14, dsn=4.3.0,
> status=deferred (mail transport unavailable)
> >
>
> Please stop top-posting.
>
> You need to put the original master.cf as supplied for your
>
> version of postfix back in place.
>
> Making further random changes to master.cf is unlikely to
> help.
>
> --
> Noel Jones
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]