[Tfug] Re: Routing Postfix through Cox
Chris Hill
ubergeek at ubergeek.tv
Sat Jun 25 15:26:40 MST 2005
Perhaps I don't, but I'm looking to use postfix with PHP.
Interestingly, I've emailed people via php to make sure it works, but I
can't seem to mail the list. I don't know why, because Cox never bounces
an error if it doesn't work. It is working nonetheless. Here's my mail
function:
function email($recipient,$subject,$body){
$headers = "From: Chris Hill<ubergeek at ubergeek.tv>\r\n";
$headers .="Message-ID:
<".md5($body)."@server1.www.ubergeek.tv>\r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "X-Mailer: php\n";
mail($recipient,$subject,$body,$headers);
}
Strange?
C
Tom Rini wrote:
>On Thu, Jun 23, 2005 at 10:58:14PM -0700, Chris Hill wrote:
>
>
>
>>I thought I'd post this separate:
>>
>>Is there an easy way to configure Postfix to route mail through Cox's
>>smtp.west.cox.net? I sort of get the feeling this is a real noob
>>question, but I'm not a mail admin (or a good one :P)
>>
>>
>
>The sideways answer is that do you really need Posfix? If not, esmtp +
>procmail for local deliver works great for me (both on my personal box &
>my work-workstation).
>
>
>
--
_________________________________________
< __ __ ____ >
< | | \/ ___\ Chris Hill >
< | | / /_/ > ubergeek at ubergeek.tv >
< |____/\___ / http://ubergeek.tv >
< /_____/ The Smell of Geek! >
<----------------------------------------->
More information about the tfug
mailing list