You seem to have a broader understanding of this than I do. So, does the php mail() function by default send mail that may not be in a format supported by some client applications?garvinhicking wrote:Our plugin routines allow to hook into a plugin that sets mail headers there easily.
Giving config options for this is a hard thing to do, because with the current way everything should work flawlessly. Actually, it would work, if your MTA wouldn't be autoconverting anything. I only know debian linux, and it doesn't do this neither with postfix nor sendmail nor exim.
And as I mentioned, using 8bit is not an option for several email clients out there...
I understand that you want to make s9y work out of the box, but if something on the MTA side is changing what s9y wants to send, we're a bit at loss there...
Regards,
Garvin
I can see what you are saying about the MTA changing the mail. You say you only have experience with Debian. Well, here I am with more than a dozen freeBSD servers and willing to help.
The only relevent sendmail config stuff that I could find was:
# strip message body to 7 bits on input?
O SevenBitInput=False
# 8-bit data handling
O EightBitMode=pass8
Both of these are set to the default on the server sending the message and on the server recieving the message. THis is also the setting on my other FreeBSD servers.
This must have affected someone else.
I guess why I'm so hung up on this is that your auto upgrade facility is fantastic but to use it effectively I need to have stock code. I don't want to have to remember what I changed everytime I upgrade the software.
Hands down serendipity is the best blog software we have come across and my company is really looking forward to going live with it.
What I'd like is a way for serendipity to work with the default sendmail configuration on FreeBSD. Would adding IMAP support to my php install help? Would that make the imap_8bit function available?
Thanks