Re: [SM-USERS] squirrelmail transfer usage plugin
James-345 wrote: > > I started using IMAP and I'm looking for a way to see the amount usage > squirrelmail uses. > I use multiple computers and I want the squirrelmail specific usage (maybe > I need an apache log analyzer). > "maybe I need an apache log analyzer" "maybe" part is not needed. If you have log that registers only SquirrelMail traffic, log analyzer (awstats, analog or webalizer) will show you SquirrelMail traffic usage. -- View this message in context: http://old.nabble.com/squirrelmail-transfer-usage-plugin-tp29122332p29124664.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Re garding customization of Squirrelmail
glraj wrote: > > Dear Tomas, > > Thanks for the reply , I checked the configtest.php , it is detecting the > base url correctly. > > The problem is when I remove the login redirect plugin , the Secure login > plugin is working > perfectly , but when the login redirect plugin is installed, the secure > login is not working. > > I have added all the plugin hooks in the new html page as per the docs > mentioned. > Secure login redirects user from plain text site to ssl one. Redirect login redirects user from standard login.php page to your login form. They are attached to same hook in login.php and they conflict. You don't need secure login plugin. Make sure that your login form sends data to correct src/redirect.php and put your webmail on secured virtual host only. I think I've already said it. Keep it simple. That's best advice you can get. If you want to secure things, make sure that they are not available in insecure form. You don't need mod_rewrite or some SquirrelMail plugins for that. Install webmail only on secured virtual host. In case users enter address without https://, put simple redirection on plain text host. If you think that partially secured webmail is better, can you explain why you think that way. Your setup is more complex, is harder to support and you are wasting your time trying to stitch conflicting plugin solution together. Login redirect hooks are also not needed, if your website has only one login form. SquirrelMail has standard option for that. Even when you have multiple sites, hooks are still not needed. You can always redirect signouts to src/login.php and login_redirect plugin will handle redirection there. If you insist on using plugins that are not needed, I might just start quoting pigs from rfc1925. -- Tomas -- View this message in context: http://old.nabble.com/Regarding-customization-of-Squirrelmail-tp29115182p29125815.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Help with html mail plugin
Thanks Tomas, That helped me with tables and some other html code but still having issue with images. when i reply to any mail having image in it. it removes that image from the mail and put image removed at that location.. Please let me know what i am missing .. Thanks again .. On Thu, Jul 8, 2010 at 8:30 PM, Tomas Kuliavas wrote: > > > Piyush Joshi-3 wrote: >> >> Dear Tomas, >> I have default compose in html and also have >> reply in html format setting in webmail but still i lost my html >> formatting when i reply to any html message .. >> >> Can you point out me what i am doing wrong or show any demo where it >> is being used. >> > > It seems that plugin needs specific set of options and when use of html is > optional, plugin makes it ... optional :). > > Options -> Display Preferences > * Show HTML Version by Default: check > * Compose Messages in New Window: check, I want to see both original and > compose in screenshot > * Default Email Composition Format: HTML > * Only Reply In HTML When Viewing HTML Format: No (Always Attempt To Reply > In HTML) > > Create email with table and remote image. > Read email, enable remote images > Reply > And result is http://yfrog.com/3mtesttableandimagej > > When weather is right and you knock on the wood twice, you can reply in > html. :) > > -- > Tomas > -- > View this message in context: > http://old.nabble.com/Help-with-html-mail-plugin-tp29103067p29108024.html > Sent from the squirrelmail-users mailing list archive at Nabble.com. > > > -- > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > - > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squirrelmail-users@lists.sourceforge.net > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] "retrieveuserdata" plugin w/ PHP5
Hi all. I had been successfully using the "retrieveuserdata" plugin for quite some time but since I upgraded PHP to v5.3.2, it has stopped working. I did some debugging on SM and it seems that the plugin is never even called. I also have "squirrel_logger" installed and that works fine with the new PHP version. Anybody had similar issues? I am running 1.4.20 stable. Thanks. Andrea -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] squirrelmail transfer usage plugin
On 07/10/10 04:10, Tomas Kuliavas wrote: > > James-345 wrote: >> I started using IMAP and I'm looking for a way to see the amount usage >> squirrelmail uses. >> I use multiple computers and I want the squirrelmail specific usage (maybe >> I need an apache log analyzer). >> > "maybe I need an apache log analyzer" > > "maybe" part is not needed. If you have log that registers only SquirrelMail > traffic, log analyzer (awstats, analog or webalizer) will show you > SquirrelMail traffic usage. Is there any way to do it from within squirrelmail? -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] squirrelmail transfer usage plugin
James lockie.ca> writes: > > On 07/10/10 04:10, Tomas Kuliavas wrote: > > > > James-345 wrote: > >> I started using IMAP and I'm looking for a way to see the amount usage > >> squirrelmail uses. > >> I use multiple computers and I want the squirrelmail specific usage (maybe > >> I need an apache log analyzer). > >> > > "maybe I need an apache log analyzer" > > > > "maybe" part is not needed. If you have log that registers only SquirrelMail > > traffic, log analyzer (awstats, analog or webalizer) will show you > > SquirrelMail traffic usage. > > Is there any way to do it from within squirrelmail? SquirrelMail does not count traffic. If you want to see website traffic, you should check your web server logs and analyze them. It is totally unrelated to SquirrelMail. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Help with html mail plugin
Piyush Joshi-3 wrote: > > That helped me with tables and some other html code but still having issue > with images. when i reply to any mail having image in it. it removes that > image from the mail and put image removed at that location.. > > Please let me know what i am missing .. > Did you click on "Show unsafe images" link in SquirrelMail message display before replying? Current plugin version can handle only remote images. If email uses images that are attached to email message, they will be broken. -- Tomas -- View this message in context: http://old.nabble.com/Help-with-html-mail-plugin-tp29103067p29127393.html Sent from the squirrelmail-users mailing list archive at Nabble.com. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Help with html mail plugin
I have already checked Trust all sources in that plugin option so it always show me images from all source ... On Sat, Jul 10, 2010 at 11:32 PM, Tomas Kuliavas wrote: > > > Piyush Joshi-3 wrote: >> >> That helped me with tables and some other html code but still having issue >> with images. when i reply to any mail having image in it. it removes that >> image from the mail and put image removed at that location.. >> >> Please let me know what i am missing .. >> > Did you click on "Show unsafe images" link in SquirrelMail message display > before replying? > > Current plugin version can handle only remote images. If email uses images > that are attached to email message, they will be broken. > > -- > Tomas > -- > View this message in context: > http://old.nabble.com/Help-with-html-mail-plugin-tp29103067p29127393.html > Sent from the squirrelmail-users mailing list archive at Nabble.com. > > > -- > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > - > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squirrelmail-users@lists.sourceforge.net > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Help with html mail plugin
what do you mean by remote images ?? On Sun, Jul 11, 2010 at 7:48 AM, Piyush Joshi wrote: > I have already checked Trust all sources in that plugin option so it > always show me images from all source ... > > > > On Sat, Jul 10, 2010 at 11:32 PM, Tomas Kuliavas > wrote: >> >> >> Piyush Joshi-3 wrote: >>> >>> That helped me with tables and some other html code but still having issue >>> with images. when i reply to any mail having image in it. it removes that >>> image from the mail and put image removed at that location.. >>> >>> Please let me know what i am missing .. >>> >> Did you click on "Show unsafe images" link in SquirrelMail message display >> before replying? >> >> Current plugin version can handle only remote images. If email uses images >> that are attached to email message, they will be broken. >> >> -- >> Tomas >> -- >> View this message in context: >> http://old.nabble.com/Help-with-html-mail-plugin-tp29103067p29127393.html >> Sent from the squirrelmail-users mailing list archive at Nabble.com. >> >> >> -- >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> - >> squirrelmail-users mailing list >> Posting guidelines: http://squirrelmail.org/postingguidelines >> List address: squirrelmail-users@lists.sourceforge.net >> List archives: http://news.gmane.org/gmane.mail.squirrelmail.user >> List info (subscribe/unsubscribe/change options): >> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >> > -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users