[SM-USERS] load images

2004-11-30 Thread Ghe Rivero
Hi,

I have a lot of users complainint cause some html mails with images,
doesn't show and they see a sec_remove one. Is there any option to load
this images?

Ghe Rivero



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Attachments problem : Solved with a trick

2004-11-30 Thread Tomas Kuliavas

> Hi
> As you suggestion i write the diff files of "patch" and publish it on
> this ML 
>
> As you say "How can you guarantee that you are only stripping off the
> correct number of newlines? "
> the solution is simple: I wrote an autogenerating php page "on the fly"
> with download informations only, after, i redirect SM on it,in this
> manner, i precisely define the content i write on download channel and
> avoid strange "unpredictable" behaviours that can come out from other
> sections of program ( plugins, etc ... ). At the end of download
> temporary files are removed in order to avoid to fill directory with
> useless files.In this manner, IMHO, SM appear to be less prone to these
> "side effects" and, think, this patch to be considered as "version
> independent" if you consider that it creates and destroy itself without
> involve any part of SM.
> Don't worry for multi user environment : temporary files are named with
> session cookie value so, think, they are uniques  and don't conflict
> with various users downloads.Multiple download from same user
> generating, of course, the same file name, but this isn't a problem:
> user can download one file at once ...
>
> WARNING !!! : In a very ugly manner i've 'Hard coded' ( is a nightly
> build ... ) a path to a directory that contains temporary working  files
> the path for my installation is '/var/www/webmail/data' so you MUST
> change this with your own directory were squirrel user can write/read (
> for me user is : nobody/nobody ) this can be solved using a global
> variable 
>
> Thanks to you and other people that have send kindly suggestions to me...

1. You are inserting function (dumpheaders) that is already present in
squirrelmail. Function is called SendDownloadHeaders and is present in
mime.php

Reuse the code.

2. You assume that data or temp directory is accessible from the web,
don't use $data_dir configuration setting and complain about hardcoded
path to data directory.

3. You assume that $session_name is set to default value (SMQSESSID)

4. You have disabled function that converts base64 or quoted_printable
file names. instead of having strange codes like  , you might have
filename  written in raw headers. you haven't checked 1.5.1cvs and
1.4.4cvs, which rewrote that part of code. In squirrelmail 1.4.3a
decodeHeader function does not insert   and you can disable insertion
of   in plain text headers by setting only one option.

I think one of suggestions asked you to check latest squirrelmail version.
SquirrelMail 1.4.3 contains fixes for fread function changes in latest php
versions. Are you sure that blanks were not inserted by unexpected fread
behavior.

-- 
Tomas


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] load images

2004-11-30 Thread p dont think
>   I have a lot of users complainint cause some html mails with images,
> doesn't show and they see a sec_remove one. Is there any option to load
> this images?

http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
http://www.squirrelmail.org/wiki/en_US/UnsafeImages


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Different Servers - imapServerAddress

2004-11-30 Thread Tomas Kuliavas

>
>
> Tomas Kuliavas wrote:
>
>There are no errors in the Imap Server logs (UW - Imap), but I did get
>the following:
>
>ERROR : Could not complete request.
>Query: CREATE "mail/Sent"
>Reason Given: CREATE failed: Can't create mailbox node
>/home/aewhale/Mail/mail/: Permission denied
>
>
>
>
1. I think you have custom uw build that defaults to ~/Mail/ directory.
 I
think Folder prefix has to be set to empty value in such cases.




>>>This is a Stock Mandrake imap distribution.  Are you saying that this is
>>>broken?
>>>
>>>
>>
>>it is not default behavior. It is like going into supermarket and not
>>finding cigarets next to the counter.
>>
>>
> Ah ha!  Thank you.  I did not know that this would require a custom
> configuration.
>
> So this brings me to the next question, Which is the best Imap Server
> for this type of an installation?
>
2. It is possible that imap can't create those folders, because
 somebody
broke permisions of Mail directory on IMAP server.
/home/some-username/Mail directory must be readable and writeable by
 user
whos name is 'some-username'.


>>Mail spool is located at /var/spool/mail/ on email server.
>>
>>I was talking about user's home directory on email/imap server.
>>
>>If you have user aewhale and use standard setup with sendmail or postfix
>> +
>>emails stored in /var/spool/mail + uw imap server, user aewhale should be
>>able to :
>>a) write into /var/spool/mail/aewhale on email server
>>b) write into own home directory. Usually /home/aewhale on email server.
>>
>>If you use squirrelmail, webserver's user should be able to write into
>>squirrelmail data and attachment directories on webserver. You don't have
>>to copy user accounts from email server to webserver. Webserver needs
>> only
>>standard system accounts and ftp or sftp accounts for websites
>>
>>
>>
> Thanks, this is very interesting and helpful.  Currently our WebServer
> permits the User Authentication for it and on the Mail Server.  Though I
> certainly see the benefits, Users with Web Sites  you know the story
> I'm sure.  However, in this day, I recommend using scp or sftp instead
> of ftp or ttp.
>
> Would still like to hear your oppinnion on the imap server you'd use.

If you want to run bigger webmail server, I can recommend cyrus or
courier-imap. Cyrus has sieve filtering, courier has Maildir and server
side sorting support. Bincimap might be good too, if developers implement
server side sorting with utf-8 or iso-8859-1 charsets.

If you have to use uw, try switching from default unix format mailboxes to
mbx format. It should be faster. uw is good in imap rfc compliance and
working with small mailboxes. imap servers with Maildir support are good
when you have bigger mailboxes.

-- 
Tomas


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Different Servers - imapServerAddress

2004-11-30 Thread Albert Whale

Tomas Kuliavas wrote:
Would still like to hear your oppinnion on the imap server you'd use.
   

If you want to run bigger webmail server, I can recommend cyrus or
courier-imap. Cyrus has sieve filtering, courier has Maildir and server
side sorting support. Bincimap might be good too, if developers implement
server side sorting with utf-8 or iso-8859-1 charsets.
If you have to use uw, try switching from default unix format mailboxes to
mbx format. It should be faster. uw is good in imap rfc compliance and
working with small mailboxes. imap servers with Maildir support are good
when you have bigger mailboxes.
 

WOW!
Thank you!  This should be posted on an FAQ or HOWTO somewhere on the Web.
--
Albert E. Whale, CHS CISA CISSP
Sr. Security, Network, Risk Assessment and Systems Consultant
---
ABS Computer Technology, Inc. - www.ABS-CompTech.com
SPAM Zapper - No-JunkMail.com - Spam-Zapper.com - SPAM Stops Here.
President of the Pittsburgh InfraGard Alliance

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Different Servers - imapServerAddress

2004-11-30 Thread p dont think
Would still like to hear your oppinnion on the imap server you'd use.
  

If you want to run bigger webmail server, I can recommend cyrus or
courier-imap. Cyrus has sieve filtering, courier has Maildir and server
side sorting support. Bincimap might be good too, if developers implement
server side sorting with utf-8 or iso-8859-1 charsets.
If you have to use uw, try switching from default unix format 
mailboxes to
mbx format. It should be faster. uw is good in imap rfc compliance and
working with small mailboxes. imap servers with Maildir support are good
when you have bigger mailboxes.

WOW!
Thank you!  This should be posted on an FAQ or HOWTO somewhere on the Web.
It's common knowledge that is all over the web.  I suggest you do a 
little more research before you implement your next email server.

Cheers & good luck!

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: forwarding problem ?

2004-11-30 Thread Daniel Watts

I've heard such complaints before, so perhaps they are having legitimate 
problems.  However, since you give not a spec of useful information, I 
have no way to help you whatsoever.  Please read:

Paul,
Just to report the same problem. Here is some *useful info:
SQ: 1.4.2 (yes i know - upgrade planned!)
Linux Fedora
PHP 4.3.8
Apache 2.0
The problem happens when forwarding attachments.
However only certain size attachments:
<1Meg - Works fine
1.1Meg - Works fine
1.6 Meg - Work fine
2.1Meg - Broken
Broken means when you click forward (any of them including via the 
message list view) NOTHING happens.
No error, no reaction.

I have also tested with different file types so it's not that.
Looks very much like a 2MB limit somewhere in the code. Know anything of it?
Cheers!
Daniel
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Re: forwarding problem ?

2004-11-30 Thread Tomas Kuliavas

>
>> I've heard such complaints before, so perhaps they are having legitimate
>> problems.  However, since you give not a spec of useful information, I
>> have no way to help you whatsoever.  Please read:
>>
>
> Paul,
>
> Just to report the same problem. Here is some *useful info:
>
> SQ: 1.4.2 (yes i know - upgrade planned!)
> Linux Fedora
> PHP 4.3.8
> Apache 2.0
>
> The problem happens when forwarding attachments.
> However only certain size attachments:
>
> <1Meg - Works fine
> 1.1Meg - Works fine
> 1.6 Meg - Work fine
> 2.1Meg - Broken
>
> Broken means when you click forward (any of them including via the
> message list view) NOTHING happens.
> No error, no reaction.
>
> I have also tested with different file types so it's not that.
>
> Looks very much like a 2MB limit somewhere in the code. Know anything of
> it?

php memory limit or php upload limits or LimitRequestBody in apache.

-- 
Tomas


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users