From: "=?ISO-8859-1?B?dHRwbGF5ZXI=?=" on 20 Apr 2010 22:16 Hello, The PHP mail function works well with sendmail installed, however, when I install the postfix instead of sendmail , the PHP mail function can't work normally. Why? How can I do with the problem? Should I change the group postfix or apache with the command chgrp? Thank you.
From: Paul M Foster on 20 Apr 2010 23:39 On Wed, Apr 21, 2010 at 10:16:50AM +0800, ttplayer wrote: > Hello, > The PHP mail function works well with sendmail installed, however, when I install the postfix instead of sendmail , the PHP mail function can't work normally. Why? How can I do with the problem? Should I change the group postfix or apache with the command chgrp? > Thank you. Postfix is meant to function almost identically to sendmail, and usually has its own "sendmail" command which calls postfix. However, if you don't configure postfix properly, it won't work properly. That said, what do you mean by, "can't work normally"? Paul -- Paul M. Foster
From: Per Jessen on 21 Apr 2010 01:52 ttplayer wrote: > Hello, > The PHP mail function works well with sendmail installed, however, > when I install the postfix instead of sendmail , the PHP mail > function can't work normally. Why? How can I do with the problem? Start by describing the problem in detail. Postfix comes with its own sendmail equivalent, yuo should not have any problem using postfix. I certainly don't. --=20 Per Jessen, Z=C3=BCrich (8.2=C2=B0C)
|
Pages: 1 Prev: Hello everybody - php newbie from switzerland Next: PHP imap_open login delay (Cyrus IMAP) |