Getting Postfix to process the mail queue on Mac OS X

Posted by paperclip on Stack Overflow See other posts from Stack Overflow or by paperclip
Published on 2010-03-20T15:35:02Z Indexed on 2010/03/20 15:41 UTC
Read the original article Hit count: 218

Filed under:
|
|
|
|

I'm in the process of getting Sendmail/Postfix setup so that I can send and test my PHP scripts when using the mail() function.

I've got to the point that when I run the mail() function in PHP, the script executes without any errors and the mail is sent to my mailq but it then does not get processed and simply times-out with a message of: Operation timed out.

An excerpt from Terminal:

-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
137AA96B6C2      897 Tue Mar 16 22:27:05  [email protected]
(connect to alt4.gmail-smtp-in.l.google.com[74.125.93.27]: Operation timed out)
                                         [email protected]

Any ideas as to how I can fix this timeout issue?

Thanks,

-P.

© Stack Overflow or respective owner

Related posts about php

Related posts about macosx