This is a discussion on Postfix sendmail differs from regular sendmail? within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hi, Changed the MTA of my server from sendmail to Postfix, and updated PHP. Use UebiMiau webmail. Somehow sending mail ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Changed the MTA of my server from sendmail to Postfix, and updated PHP. Use UebiMiau webmail. Somehow sending mail using UebiMiau results in crappy messages which cannot be decoded by M$ Outlook. Mailheaders are displayed as well as undecoded attachments (all text)... Can postfix cause these problems? Or need I focus on the PHP process? Thanks! |
|
|||
|
Yeah I ran into this problem too, instead of just setting the sendmail
wrapper as your sendmail executable in PHP (php.ini) add the -t and -i arguments. i.e. "/usr/local/bin/sendmail -i -t " (or wherever its installed) fixed it for me. Type "man sendmail" to get all the options, assuming you are using unix, or: http://www.postfix.org/sendmail.1.html Good Luck |
|
|||
|
l_jurgs@yahoo.com.au wrote:
> Yeah I ran into this problem too, instead of just setting the sendmail > wrapper as your sendmail executable in PHP (php.ini) add the -t and -i > arguments. i.e. "/usr/local/bin/sendmail -i -t " (or wherever its > installed) fixed it for me. Type "man sendmail" to get all the options, > assuming you are using unix, or: http://www.postfix.org/sendmail.1.html > > Good Luck > Hi thanks for replying, Unfortunately this didn't solve the problem. I now send directly to a smtp-server, which does work. Thanks again |