RE: [SM-USERS] OpenBSD 3.5 + SquirrelMail 1.4.3: chroot problems

2004-08-08 Thread Zoong Pham
I run SM-1.4.3 and OBSD-3.5 with the default Apache. It's chroot'ed. All working fine. I don't use any plug-in though. HTH, Zoong PHAM UNIX systems Administrator ICT - Information, Communications & Technology Mercy Health & Aged Care 678 Victoria Street Richmond 312

RE: [SM-USERS] modified login name

2004-05-02 Thread Zoong Pham
> -Original Message- > From: p dont think [mailto:[EMAIL PROTECTED] > Sent: Thursday, 29 April 2004 12:56 PM > To: Zoong Pham > Cc: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] modified login name > > > >>>I need to modify user login na

RE: [SM-USERS] modified login name

2004-04-28 Thread Zoong Pham
> -Original Message- > From: p dont think [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 28 April 2004 3:55 PM > To: Zoong Pham > Cc: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] modified login name > > > > I need to modify user login name in the front login

[SM-USERS] modified login name

2004-04-27 Thread Zoong Pham
I need to modify user login name in the front login page like this: replace @ with __ (2 underscores) replace . with _ (1 underscore). I look at src/login.php but don't know where to start. I don't know PHP and really appreciate for any helps. I use SM 1.4.2 Thanks,

RE: [SM-USERS] 'bounce message' plugin or option? - bounce doesn'twork in 1.4.2

2004-04-19 Thread Zoong Pham
Message- > From: Seth Randall [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 20 April 2004 12:37 AM > To: Zoong Pham > Subject: RE: [SM-USERS] 'bounce message' plugin or option? - bounce > doesn'twork in 1.4.2 > > > The plugin only adds a Resent-Date: header. If th

RE: [SM-USERS] 'bounce message' plugin or option? - bounce doesn'twork in 1.4.2

2004-04-18 Thread Zoong Pham
> -Original Message- > From: Tomas Kuliavas [mailto:[EMAIL PROTECTED] > Sent: Saturday, 17 April 2004 4:09 PM > To: [EMAIL PROTECTED] > Subject: RE: [SM-USERS] 'bounce message' plugin or option? - bounce > doesn'twork in 1.4.2 > > > > New release (0.4-1.4.x) that should work with qmail.

RE: [SM-USERS] "bounce message" plugin or option? - bounce doesn'twork in 1.4.2

2004-04-14 Thread Zoong Pham
> -Original Message- > From: C. Bensend [mailto:[EMAIL PROTECTED] > Sent: Thursday, 15 April 2004 2:15 PM > To: [EMAIL PROTECTED] > Subject: RE: [SM-USERS] "bounce message" plugin or option? - bounce > doesn'twork in 1.4.2 > > I can duplicate this problem. I am running OpenBSD > 3.3-ST

RE: [SM-USERS] "bounce message" plugin or option? - bounce doesn't work in 1.4.2

2004-04-14 Thread Zoong Pham
> -Original Message- > From: p dont think [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 14 April 2004 5:32 PM > To: C. Bensend > Cc: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] "bounce message" plugin or option? > > > >Within Pine or Mutt (my two previous MUAs), there was a feature >

RE: [SM-USERS] Bounce (resend) plugin on squirrelmail site

2004-04-13 Thread Zoong Pham
> -Original Message- > From: Seth Randall [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 6 April 2004 8:04 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [SM-USERS] Bounce (resend) plugin on squirrelmail site > > > I've just uploaded a new plugin to the SquirrelMail site. It

FW: [SM-USERS] spell checker with ispell on OpenBSD 3.4

2004-04-05 Thread Zoong Pham
-Original Message- From: Zoong Pham Sent: Tuesday, 6 April 2004 9:08 AM To: 'Tomas Kuliavas' Subject: RE: [SM-USERS] spell checker with ispell on OpenBSD 3.4 HI Tomas, I had /bin/cat in the chroot evn: /var/www/bin/cat I still get the same error message about ispell -a

[SM-USERS] spell checker with ispell on OpenBSD 3.4

2004-04-04 Thread Zoong Pham
_FILE = getHashedFile($username, $data_dir, "$username.words"); $SQSPELL_EREG = 'ereg'; ?> I modified the file by specified the full path of ispell like /usr/local/bin/ispell and /var/www/usr/local/bin/ispell but that didn't help at all. Is that because of i

[SM-USERS] Strange with OpenBSD: 1.4.1 works while 1.4.2 does not.

2004-04-04 Thread Zoong Pham
- the Perl script conf.pl doesn't update the file config.php: I tried to change the IMAP port number from 143 to 993 (IMAPS) via conf.pl and it didn't update config.php. I had to manually update the file. Does anyone know what's wrong he