Ronald Cross
2006-12-20 22:23:07 UTC
Hi all, this is my first post and if I am posting on the wrong list,
please direct me to the correct list.
I am trying to setup a postfix server and configure php to use it via
php.ini for email.
I am doing this on an Intel Imac machine and postfix is already built
into the OS.
What do I need to do to accomplish this setup?
I have looked at the code inside php.ini and see the following:
start of code:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = ***@example.com
; For Unix only. You may supply arguments as well (default:
"sendmail -t -i").
;sendmail_path =
end of code
how do I modify this so that it works with postfix?
with warm regards
RLC
please direct me to the correct list.
I am trying to setup a postfix server and configure php to use it via
php.ini for email.
I am doing this on an Intel Imac machine and postfix is already built
into the OS.
What do I need to do to accomplish this setup?
I have looked at the code inside php.ini and see the following:
start of code:
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = ***@example.com
; For Unix only. You may supply arguments as well (default:
"sendmail -t -i").
;sendmail_path =
end of code
how do I modify this so that it works with postfix?
with warm regards
RLC