[SM-USERS] Compose with a different character set than the default

2004-01-15 Thread Mike O'Rourke
Hi all, I am using SM 1.4.0 / PHP 4.3.3 / Apache 1.3.26 I have a user that receives e-mail regularly in either Chinese or Spanish (never mixed in the same e-mail). Her language in Options/Preferences is set to Spanish. When she replies to an e-mail in Chinese, even though it looks fine on her com

Re: [SM-USERS] SM not working with only certain domains

2003-09-22 Thread Mike O'Rourke
Hi Daniel, I am not sure whether you ever recieved an answer to this (I have been inundated with other things and have not been able to keep current on the list.) I have (had! YEAH!!) the same problem, but you do not give any information on your web server or php version. I had Apache 2.0.46 an

[SM-USERS] Upgrading Apache1 to Apache2 breaks SM on one virtual domain

2003-06-02 Thread Mike O'Rourke
Hi all, At the instance of some users, I (tried to) upgrade my Apache 1.3.26 (PHP 4.2.3 (not a typo); SM 1.2.7) to 2.0.46 (PHP 4.3.2 (not a typo!); SM 1.2.7). I have SM on 2 virtual domains - mail.dom1.com and mail.dom2.com; the machine's hostname is myname.dom1.com. After the upgrade attempt, th

Re: Re: [SM-USERS] Language change...

2003-02-14 Thread Mike O'Rourke
To use the translations, PHP needs to have been compiled with the --with-gettext option. If it was not, only English is displayed. Mike. Hi, I'm sure i have the locale for my language installed on my server, but it still doen't work... - Original Message - From: "Jonathan Angliss" <[E

Re: [SM-USERS] SMTP AUTH method

2003-01-03 Thread Mike O'Rourke
ry sending from SM with just this change. I _think_ the next line is used when Sendmail acts as a client; i.e. when it tries to login to another SMTP server, and thus would not be applicable in your case. The second is similar: O AuthMechanisms=PLAIN needs to say: O AuthMechanisms=PLAIN LOGIN Mik