[SM-USERS] Sign Out redirected to incorrect page

2006-08-11 Thread Ant Lam
Hi I have an error when I click on "Sign Out" Instead of being directed to the logged out page,(_http://www.mydomain.com/webmail/src/signout.php) I am directed to _http://www.mydomain.com/index.php Anyone have any ideas? SM 1.47 hmailserver Win2000 Server IIS 5.0 Thanks ---

Re: [SM-USERS] Possible to change Addresses to Contacts?

2003-10-06 Thread Ant
look in functions/page_header.php. there is a function called displayInternelLink that makes the links at the top. look for the one for addresses and replace "Addresses" with "Contacts". [EMAIL PROTECTED] said: > Hello, > > I've been poking around and can't seem to find this. Across the top on > t

Re: [SM-USERS] User Address Books

2003-09-30 Thread Ant
they are stored in the squirrelmail/data directory as user.abook, unless you are using a database backend. in that case, they are in the database Brian Kacmarsky said: > I'm in the process of moving to a new server to server up the SquirrelMail > application and would like to make sure I move o

Re: [SM-USERS] Image removed for security reasons

2003-09-08 Thread Ant
Use the Unsafe Images Rules plugin. This will allow users to set their own prefs reguarding unsage images. Danny Fernando Bravo Lopez said: > Hi > > How do I display the images that compose an email in html format? > > There are images blocking the true images saying "This image has been > removed

[SM-USERS] postnuke+squirrelmail login integration

2003-09-03 Thread Ant
I searched the archives and found some discusion, but not really any definite answers. I have PostNuke installed and would like to have it so that when a user logs into PostNuke, they do not have to log into Squirrelmail. I have already integrated Squirrelmail into Postnuke using the PostWrap modul

Re: [SM-USERS] problems accessing Squirrelmail using Outlook Express

2003-09-02 Thread Ant
It sounds like you set Outlook Express up to use the POP3 protocol to check your mailbox instead of IMAP. If modify your account settings within OE to use the IMAP protocol instead of POP3, you will see the same set of folders that you see when checking your mailbox with squirrelmail. Also, please

Re: [SM-USERS] feilds for addressbook table

2003-09-01 Thread Ant
That did it. Thanks. I was missing the owner field. [EMAIL PROTECTED] said: > Quoting Ant <[EMAIL PROTECTED]>: > >> I want to use a mysql database for my address book. I have created the >> necessary table, but im not usre what fields need to be in the table. I &g

[SM-USERS] feilds for addressbook table

2003-08-28 Thread Ant
I want to use a mysql database for my address book. I have created the necessary table, but im not usre what fields need to be in the table. I have tried creating the following fields: nickname, email, lastname, firstname, label. Are these correct? Am I missing a field? --