[SM-USERS] Address Book Behavior

2005-03-04 Thread mroselinux
I just put into production Fedora Core 3 with squirrelmail 1.4.3a-6.FC3 using dovecot and postfix. We are migrating from Fedora Core 1 with squirrelmail 1.4.0-1 using UWimap and postfix. I seem to be seeing a difference in behavior in the email address field in the address book. We had previousl

Re: [SM-USERS] Login doesn't work any longer - I need help

2005-03-04 Thread p dont think
Jürgen Schlierf wrote: Hello, I can’t login to my Squirrel Mail any longer. Although the accounts work properly with other webmailer and ms outlook. I’ve made some changes in the php.ini for eGroupware, but unfortunately I can’t remember the details. After that, squirrel mail says always “wrong

[SM-USERS] Login doesn't work any longer - I need help

2005-03-04 Thread Jürgen Schlierf
Hello, I can’t login to my Squirrel Mail any longer. Although the accounts work properly with other webmailer and ms outlook. I’ve made some changes in the php.ini for eGroupware, but unfortunately I can’t remember the details. After that, squirrel mail says always “wrong password or username". T

Re: [SM-USERS] Why is SM trying to use https on port 80?

2005-03-04 Thread Cameron Knowlton
>My Problem: > > >When a user goes to send a email the page hang after submit - browser returns >w/ error > >(Mozilla) >The connection to www.mydomain.com:80 has terminated unexpectedly. Some data >may have been transferred. > >(Opera's error message gives more information) >Access to this port i

[SM-USERS] Why is SM trying to use https on port 80?

2005-03-04 Thread Chris Motta
My Problem: When a user goes to send a email the page hang after submit - browser returns w/ error (Mozilla) The connection to www.mydomain.com:80 has terminated unexpectedly. Some data may have been transferred. (Opera's error message gives more information) Access to this port is disabled for

[SM-USERS] inline image attachments

2005-03-04 Thread Ray Davis
Hi, I've manage to hack up SM so that jpeg, gif and png attachements are always displayed - no matter whether the browser advertizes that it accepts them or not. It seems that there are a lot of browsers which do not advertize all their displayable image types, and I can not get N hundred users t

[SM-USERS] Problem with Display settings

2005-03-04 Thread Barry Clark
Title: Message Hi there,   I'm new to the list and seeking help - I've installed squirrelmail ok, it works fine. However, if a user wishes to change the display, some of it works and other parts do not. The theme's work ok, but the font does not. I've also installed extra image buttons, whi

Re: [SM-USERS] Re: displaying message size

2005-03-04 Thread p dont think
Is there a way to set this option in the default settings? Here's the over-fancy way to do it. cd /path/to/your/data/dir # This strips out existing index order preferences cat default_pref | grep -v order[1-9] > default_pref # This adds in the ones you like. cat youruser.pref | grep order[1-9] >>

Re: [SM-USERS] Image buttons - New does not show up

2005-03-04 Thread Philippe LeCavalier
This happened to me a few times while trying to setup image_buttons. Check the config.php in the image_buttons folders and confirm that the .gif file string for newmail is pointed to the correct .php file.ie:$image_buttons_img['list_calendars.php'] = "cal.gif";in this case I'd check if list_calend

[SM-USERS] Re: Delete Attachments ONLY

2005-03-04 Thread Daniel
Marc Groot Koerkamp wrote: Daniel Watts said: Hi guys - can you think of a way whereby users can delete attachments but keep the email itself? This allows a greater flexibility in storage management for users with limited quotas. Currently that is not possible. The only way to remove attachments f

Re: [SM-USERS] Re: displaying message size

2005-03-04 Thread p dont think
Is there a way to set this option in the default settings? Here's the over-fancy way to do it. cd /path/to/your/data/dir # This strips out existing index order preferences cat default_pref | grep -v order[1-9] > default_pref # This adds in the ones you like. cat youruser.pref | grep order[1-9] >>

[SM-USERS] Image buttons - New does not show up

2005-03-04 Thread Patrick Marquetecken
Hi, I have SM 1.4.3 and have installed and followd the instructions, all seems working fine except for the "New Mail" button it stays the original link, whatever i choose buttons or icons all changes except the new button. There are images for that ... Has anyone seen this behaviour ? Patrick

Re: [SM-USERS] Re: displaying message size

2005-03-04 Thread Daniel Watts
p dont think wrote: Is there a way to set this option in the default settings? Here's the over-fancy way to do it. cd /path/to/your/data/dir # This strips out existing index order preferences cat default_pref | grep -v order[1-9] > default_pref # This adds in the ones you like. cat youruser.pref

Re: [SM-USERS] Auto CC on send?

2005-03-04 Thread p dont think
Alan Batie wrote: http://www.squirrelmail.org/wiki/en_US/SendingEmail says: Sent messages may be stored in the sent message folder, or they may be cc'ed to an address you specify. However, I don't see a way to setup an auto CC? Is this in fact possible? Thanks... Options-->Display Prefs

[SM-USERS] Show Unread Messages

2005-03-04 Thread karlp
I've struggled with enabling, and then disabling because of slowness, the option for showing unread messages for all folders rather than just the INBOX. Because of how slow the folders refresh, I finally gave up and wrote the following script that does the work for me, then emails the results, whic

Re: [SM-USERS] Re: displaying message size

2005-03-04 Thread Daniel Watts
p dont think wrote: Is there a way to set this option in the default settings? Here's the over-fancy way to do it. cd /path/to/your/data/dir # This strips out existing index order preferences cat default_pref | grep -v order[1-9] > default_pref # This adds in the ones you like. cat youruser.pref