Re: [SM-USERS] LOGIN ERROR

2007-06-27 Thread Terry Allen
>hmailserver + SquirrelMail > >1. account created at hmailserver. >2. /mail/config/config.php - file updated. >3. logon at mail/src/login.php failed >4. and it comes out the following error msg ERROR >Error connecting to IMAP server: . >10060 : A connection attempt failed because the connected part

Re: [SM-USERS] LOGIN ERROR

2007-06-27 Thread info
> hmailserver + SquirrelMail > > 1. account created at hmailserver. > 2. /mail/config/config.php - file updated. > 3. logon at mail/src/login.php failed > 4. and it comes out the following error msg ERROR > Error connecting to IMAP server: . > 10060 : A connection attempt failed because the connect

Re: [SM-USERS] Proxying Possible?

2007-06-27 Thread Alexandros Fragkiadakis
On Thu, June 28, 2007 08:11, Chris Hilts wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Christopher Jett wrote: > >> I am interested in setting up SquirrelMail on a different server from >> our webserver. What I'd like to do is setup Apache to proxy requests for >> any domain to th

[SM-USERS] LOGIN ERROR

2007-06-27 Thread james chong
hmailserver + SquirrelMail 1. account created at hmailserver. 2. /mail/config/config.php - file updated. 3. logon at mail/src/login.php failed 4. and it comes out the following error msg ERROR Error connecting to IMAP server: . 10060 : A connection attempt failed because the connected party did no

Re: [SM-USERS] Proxying Possible?

2007-06-27 Thread Chris Hilts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Jett wrote: > I am interested in setting up SquirrelMail on a different server from > our webserver. What I'd like to do is setup Apache to proxy requests > for any domain to the server running SquirrelMail. Proxy? Would a simple red

[SM-USERS] Proxying Possible?

2007-06-27 Thread Christopher Jett
I am interested in setting up SquirrelMail on a different server from our webserver. What I'd like to do is setup Apache to proxy requests for any domain to the server running SquirrelMail. So, requests for http://www.thisdomain.com/webmail/ Gets proxied to: http://webmail.mydomain.com/ I

Re: [SM-USERS] Problem with the name of attached files.

2007-06-27 Thread Tomas Kuliavas
> When I receive an e-mail with attached files for example .DOC and open it > the space between words are changed for %20. Somebody knows how i resolve > this problem ? Please provide information about * Used SquirrelMail version * all modifications in src/download.php, functions/mime.php and func

[SM-USERS] Problem with the name of attached files.

2007-06-27 Thread Napoleao Borges
When I receive an e-mail with attached files for example .DOC and open it the space between words are changed for %20. Somebody knows how i resolve this problem ? Regards -- Napoleão Borges - This SF.net email is sponsored by

Re: [SM-USERS] [Q] Add plugin?

2007-06-27 Thread Alexandros Fragkiadakis
On Wed, June 27, 2007 10:12, Freddy wrote: > It's the 1st plugin I'm trying to use. ^^ > > > login_auto > > > On 6/27/07, Alexandros Fragkiadakis <[EMAIL PROTECTED]> wrote: > >> >> On Wed, June 27, 2007 10:01, Freddy wrote: >> >>> Hi, >>> >>> >>> >>> I just want to know how to add plugin into the s

Re: [SM-USERS] [Q] Add plugin?

2007-06-27 Thread Alexandros Fragkiadakis
On Wed, June 27, 2007 10:01, Freddy wrote: > Hi, > > > I just want to know how to add plugin into the squirrelmail? > Regarding the manual, it's just copy the plugin in the plugins directory. > And add this line in the config: > > > $plugins[0] = 'login_auto'; > > > But the result I got... the inde

[SM-USERS] [Q] Add plugin?

2007-06-27 Thread Freddy
Hi, I just want to know how to add plugin into the squirrelmail? Regarding the manual, it's just copy the plugin in the plugins directory. And add this line in the config: $plugins[0] = 'login_auto'; But the result I got... the index.php didn't show up. Please help, what should I do? Freddy.