Re: [SM-USERS] Copy button

2006-06-12 Thread Henrik Andreasen
On 5/29/06, Tomas Kuliavas <[EMAIL PROTECTED]> wrote:

> Search for code that does 'move'. In IMAP message move is performed with
> two operations. Copy message and flag message as deleted.

Couldn't get it to work.
But until there comes a copy button in squirrelmail, I've just made an
forward address for spam and one for non-spam mails, so the problem
isn't that big.

Thanx for your replays Tomas.


-- 
Henrik


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Copy button

2006-06-12 Thread Tomas Kuliavas
>> Couldn't get it to work.
>
> Looks like I was to quick, to say that it didn't worked ;)
> The copy button (I used the PHP code from the diff files) copy the
> mail to the right public folder, but when used, it gives the error:
>
> Category: PHP
> Message: Invalid argument supplied for foreach()
> FILE: functions\mailbox_display.php
> LINE: 1316
>
> I've attached mailbox_display.php, if anyone there knows more about
> PHP than me (I donøt know much about PHP, so it's relay easy to know
> more about it than me :-D ), want to take a look at it.

Line 1274
---
$aUpdatedMsgs =
sqimap_msgs_list_copy($imapConnection,$aUid,$targetMailbox,true,$mailbox);
---

replace with
---
sqimap_msgs_list_copy($imapConnection,$aUid,$targetMailbox,true);
---

sqimap_msgs_list_copy() return differs from sqimap_msgs_list_move(). php
4.3.10 does not complain when foreach gets true. your php version
complains about it.

Thanks for testing and feedback.

-- 
Tomas


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] (no subject)

2006-06-12 Thread Doug Appleton
Fatal error: Maximum execution time of 30 seconds exceeded
in /Public/Web/squirrelmail-1.4.6/functions/imap_messages.php on line
702

Any suggestions ?



--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] (no subject)

2006-06-12 Thread Chris Hilts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Doug Appleton wrote:
> Fatal error: Maximum execution time of 30 seconds exceeded
> in /Public/Web/squirrelmail-1.4.6/functions/imap_messages.php on line
> 702
> 
> Any suggestions ?

I suggest you read and follow the posting guidelines.

http://www.squirrelmail.org/wiki/MailingListPostingGuidelines

We're not able to help without details.

- --
Chris Hilts
[EMAIL PROTECTED]
Say it with flowers -- Send them a triffid!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (MingW32)

iD8DBQFEjcf298ixrK2vMtARAmzPAJ98Ikf1S1Ix9fkVw2PN0ASOHf6LNwCfcjS+
ZAA26144fvOsJQSOVhsZrY8=
=uCCw
-END PGP SIGNATURE-


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] (no subject)

2006-06-12 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Doug Appleton
> Sent: Monday, June 12, 2006 2:53 PM
> To: squirrelmail-users@lists.sourceforge.net
> Subject: [SM-USERS] (no subject)
> 
> Fatal error: Maximum execution time of 30 seconds exceeded
> in /Public/Web/squirrelmail-1.4.6/functions/imap_messages.php on line
> 702
> 
> Any suggestions ?

http://www.catb.org/~esr/faqs/smart-questions.html#bespecific
http://www.catb.org/~esr/faqs/smart-questions.html#beprecise
http://www.catb.org/~esr/faqs/smart-questions.html#chronology

squirrelmail-users mailing list
Posting Guidelines:
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines

http://www.google.com/search?q=Fatal+error%3A+Maximum+execution+time+of+
30+seconds+exceeded+squirrelmail&start=0&ie=utf-8&oe=utf-8&client=firefo
x-a&rls=org.mozilla:en-US:official

--
Marc 


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] (no subject)

2006-06-12 Thread Tomas Kuliavas
> Fatal error: Maximum execution time of 30 seconds exceeded
> in /Public/Web/squirrelmail-1.4.6/functions/imap_messages.php on line
> 702

Posting Guidelines:
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines

Knowing that you use Mac OS X does not provide information about used IMAP
server. It can be EIMS, Cyrus, Apple Mail or something else. There is a
very big difference between EIMS and Cyrus. It also does not provide
information about used PHP version and SquirrelMail server side sorting
setting.

-- 
Tomas


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] (no subject)

2006-06-12 Thread Doug Appleton
Running SM 1.4.6 .. php-5.1.2 .. Its also running on Redhat Enterprise
4 ..
This seems to occur with mailboxes that are over 20,000 messages .. I have some 
rather large mailboxes to move during the next week or so of 75,000 messages.. 
Any suggestions 

On Mon, 2006-06-12 at 16:00 -0400, Chris Hilts wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Doug Appleton wrote:
> > Fatal error: Maximum execution time of 30 seconds exceeded
> > in /Public/Web/squirrelmail-1.4.6/functions/imap_messages.php on line
> > 702
> > 
> > Any suggestions ?
> 
> I suggest you read and follow the posting guidelines.
> 
> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
> 
> We're not able to help without details.
> 
> - --
> Chris Hilts
> [EMAIL PROTECTED]
> Say it with flowers -- Send them a triffid!
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.3 (MingW32)
> 
> iD8DBQFEjcf298ixrK2vMtARAmzPAJ98Ikf1S1Ix9fkVw2PN0ASOHf6LNwCfcjS+
> ZAA26144fvOsJQSOVhsZrY8=
> =uCCw
> -END PGP SIGNATURE-
> 
> 
> --
> squirrelmail-users mailing list
> Posting Guidelines: 
> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
> List Address: squirrelmail-users@lists.sourceforge.net
> 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



--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] (no subject)

2006-06-12 Thread Marc Powell
Your imap server is taking longer than 30 seconds to parse the mailbox
so php needs to wait longer as well. Increase max_execution_time in
php.ini until you no longer see the error. You'll need to restart your
webserver after making the modification.

You should also enable server side sorting in SM if your imap server
supports it.

Using courier-imap I have successfully opened mailboxen in the past with
>65,000 messages (but they took several minutes to open). I have
max_execution_time set to 300 seconds here for that reason.

--
Marc

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Doug Appleton
> Sent: Monday, June 12, 2006 3:05 PM
> To: squirrelmail-users@lists.sourceforge.net
> Cc: [EMAIL PROTECTED]
> Subject: Re: [SM-USERS] (no subject)
> 
> Running SM 1.4.6 .. php-5.1.2 .. Its also running on Redhat Enterprise
> 4 ..
> This seems to occur with mailboxes that are over 20,000 messages .. I
have
> some rather large mailboxes to move during the next week or so of
75,000
> messages.. Any suggestions
> 
> On Mon, 2006-06-12 at 16:00 -0400, Chris Hilts wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Doug Appleton wrote:
> > > Fatal error: Maximum execution time of 30 seconds exceeded
> > > in /Public/Web/squirrelmail-1.4.6/functions/imap_messages.php on
line
> > > 702
> > >
> > > Any suggestions ?
> >
> > I suggest you read and follow the posting guidelines.
> >
> > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
> >
> > We're not able to help without details.
> >
> > - --
> > Chris Hilts
> > [EMAIL PROTECTED]
> > Say it with flowers -- Send them a triffid!
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.3 (MingW32)
> >
> > iD8DBQFEjcf298ixrK2vMtARAmzPAJ98Ikf1S1Ix9fkVw2PN0ASOHf6LNwCfcjS+
> > ZAA26144fvOsJQSOVhsZrY8=
> > =uCCw
> > -END PGP SIGNATURE-
> >
> >
> > --
> > squirrelmail-users mailing list
> > Posting Guidelines:
> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
> > List Address: squirrelmail-users@lists.sourceforge.net
> > 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
> 
> 
> 
> --
> squirrelmail-users mailing list
> Posting Guidelines:
> http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
> List Address: squirrelmail-users@lists.sourceforge.net
> 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


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] (no subject)

2006-06-12 Thread Chris Hilts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marc Powell wrote:
> Your imap server is taking longer than 30 seconds to parse the mailbox
> so php needs to wait longer as well.

Not necessarily the case.  If server-side sorting/threading is not used,
then the sorting (and maybe threading) has to be done by SquirrelMail,
in PHP, which is s-l-o-w.  The IMAP server may not be at fault, and
usually isn't. (Except in the case where the server itself doesn't
support SORT.. Then it just plain needs to be replaced!).

- --
Chris Hilts
[EMAIL PROTECTED]
Say it with flowers -- Send them a triffid!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (MingW32)

iD8DBQFEjcwz98ixrK2vMtARAkYyAJ9sqKH7P4YJJLjxdUbZfZ09gcXEkQCfZYAO
K8hsWBcxDxtICAXPjahiRCc=
=P1nZ
-END PGP SIGNATURE-


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] (no subject)

2006-06-12 Thread Freddie Cash
On Mon, June 12, 2006 1:05 pm, Doug Appleton wrote:
> Running SM 1.4.6 .. php-5.1.2 .. Its also running on Redhat
> Enterprise 4 ..

> This seems to occur with mailboxes that are over 20,000 messages .. I
> have some rather large mailboxes to move during the next week or so
> of 75,000 messages.. Any suggestions

Are you moving them from one server to another?  Or from one account
to another?  Or ... ?

If from one account to another, or from one server to another, have a
look at the imapsync program.  This will sync two accounts on the same
server, or two accounts on two different servers.  Moves hundreds of
thousands of messages in mere minutes.  No e-mail client required.  I
use it to transfer my account (750 MB of mail) from one server running
Courier IMAP to another running Cyrus IMAP in just over 5 minutes.

imapsync is available and usable on any Unix-like system.

Freddie Cash, LPCI-1 CCNT CCLPHelpdesk / Network Support Tech.
School District 73(250) 377-HELP [377-4357]
[EMAIL PROTECTED]



--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Local Users vs Virtual Users

2006-06-12 Thread Rusty Zimmerman
Ok when a customer signs up for hosting with me, a default email addres is
created using their [EMAIL PROTECTED] which it seems is a local
email account.  To login to it they just have to use their username and
their password rather then the usual full email address.

I want Squirrelmail to recognize the address if they put in the full
[EMAIL PROTECTED] address.  Currently it does not recognize it
since its a local email account, but it will recognize any email address
they create via cpanel.  I know of the Virtual host login pluggin but i
don't think thats quite what i'm looking for.  It would enable me to let
everyone use just their usernames but thats not what I want.

Is there a way to do this so even the default email accounts can login
with their full email address?





--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Local Users vs Virtual Users

2006-06-12 Thread Paul Lesniewski
On 6/12/06, Rusty Zimmerman <[EMAIL PROTECTED]> wrote:
> Ok when a customer signs up for hosting with me, a default email addres is
> created using their [EMAIL PROTECTED] which it seems is a local
> email account.  To login to it they just have to use their username and
> their password rather then the usual full email address.
>
> I want Squirrelmail to recognize the address if they put in the full
> [EMAIL PROTECTED] address.  Currently it does not recognize it
> since its a local email account, but it will recognize any email address
> they create via cpanel.  I know of the Virtual host login pluggin but i
> don't think thats quite what i'm looking for.  It would enable me to let
> everyone use just their usernames but thats not what I want.

I'm not you, but what I would hope you would want IS for users to just
log in with the username portion only, since otherwise is rude to your
users.  HOWEVER, what you DO in fact want (I hope) is not to have your
mail user accounts synonymous with local user accounts, such that your
accounts ARE in fact in the form you say you want:
[EMAIL PROTECTED]  The difference is that Vlogin will help your
users shortcut the domain part of the address (but they will have to
log in through their domain, otherwise login will fail).  So users get
fewer keystrokes, but you can have more than one user named "joe" and
much better security.

> Is there a way to do this so even the default email accounts can login
> with their full email address?

Don't create accounts like that?  Get a better mail system?
Seriously, there are a hundred answers to this, and it all depends on
your server's mail system and your ability to configure and manage it.

If you are just making due with what you have and the goal is for a
local user called "joe" to be able to log in with "[EMAIL PROTECTED]",
then you could configure Vlogin to drop the host/domain part of the
login and it would work fine, if that's what you're after.

-paul


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Local Users vs Virtual Users

2006-06-12 Thread Rusty Zimmerman
Ok I don't control the email creation as its the default in cPanel/WHM to
create an email address using the username of the hosting account and the
hosting accounts domain, and my backend software includes this default
email address in the activation email.

I have them use the full email address as the webmail login page for all
user accounts is on my main site, and is the only way they can login to
their webmail so Vlogin wouldn't work at all.  I don't use the cpanel's
instalation of Squirrelmail as its very restrictive and doesn't allow for
any moddification.  So it looks like i'm still looking for a solution.

> On 6/12/06, Rusty Zimmerman <[EMAIL PROTECTED]> wrote:
>> Ok when a customer signs up for hosting with me, a default email addres
>> is
>> created using their [EMAIL PROTECTED] which it seems is a local
>> email account.  To login to it they just have to use their username and
>> their password rather then the usual full email address.
>>
>> I want Squirrelmail to recognize the address if they put in the full
>> [EMAIL PROTECTED] address.  Currently it does not recognize it
>> since its a local email account, but it will recognize any email address
>> they create via cpanel.  I know of the Virtual host login pluggin but i
>> don't think thats quite what i'm looking for.  It would enable me to let
>> everyone use just their usernames but thats not what I want.
>
> I'm not you, but what I would hope you would want IS for users to just
> log in with the username portion only, since otherwise is rude to your
> users.  HOWEVER, what you DO in fact want (I hope) is not to have your
> mail user accounts synonymous with local user accounts, such that your
> accounts ARE in fact in the form you say you want:
> [EMAIL PROTECTED]  The difference is that Vlogin will help your
> users shortcut the domain part of the address (but they will have to
> log in through their domain, otherwise login will fail).  So users get
> fewer keystrokes, but you can have more than one user named "joe" and
> much better security.
>
>> Is there a way to do this so even the default email accounts can login
>> with their full email address?
>
> Don't create accounts like that?  Get a better mail system?
> Seriously, there are a hundred answers to this, and it all depends on
> your server's mail system and your ability to configure and manage it.
>
> If you are just making due with what you have and the goal is for a
> local user called "joe" to be able to log in with "[EMAIL PROTECTED]",
> then you could configure Vlogin to drop the host/domain part of the
> login and it would work fine, if that's what you're after.
>
> -paul
>




--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Local Users vs Virtual Users

2006-06-12 Thread Paul Lesniewski
PLEASE reply in context.  Top-posting is very hard to follow.

> Ok I don't control the email creation as its the default in cPanel/WHM to
> create an email address using the username of the hosting account and the
> hosting accounts domain, and my backend software includes this default
> email address in the activation email.

Sounds to me like you are saying that an account is created called
"[EMAIL PROTECTED]".  Please be more specific.  Are you trying to say
that it tells you such an account is created, but actually the account
is merely "user" and it is a LOCAL account?  If so, contact WHM/cPanel
people and tell them you don't like how they designed their software
(sounds yucky to me).  We can't change that for you here.

> I have them use the full email address as the webmail login page for all

Hrm, how do you have someone use an email address as a page URL?  That
is, PLEASE be more exact in explaining yourself, lest we not be able
to help you.

> user accounts is on my main site, and is the only way they can login to
> their webmail so Vlogin wouldn't work at all.  I don't use the cpanel's

Um, yeah, you lost me.  You need to be more specific.  Vlogin will
help you in more situations than you might imagine, but your
explanation is not clear enough to say for sure.  Include examples if
that is easiest.

 -paul


> instalation of Squirrelmail as its very restrictive and doesn't allow for
> any moddification.  So it looks like i'm still looking for a solution.
>
> > On 6/12/06, Rusty Zimmerman <[EMAIL PROTECTED]> wrote:
> >> Ok when a customer signs up for hosting with me, a default email addres
> >> is
> >> created using their [EMAIL PROTECTED] which it seems is a local
> >> email account.  To login to it they just have to use their username and
> >> their password rather then the usual full email address.
> >>
> >> I want Squirrelmail to recognize the address if they put in the full
> >> [EMAIL PROTECTED] address.  Currently it does not recognize it
> >> since its a local email account, but it will recognize any email address
> >> they create via cpanel.  I know of the Virtual host login pluggin but i
> >> don't think thats quite what i'm looking for.  It would enable me to let
> >> everyone use just their usernames but thats not what I want.
> >
> > I'm not you, but what I would hope you would want IS for users to just
> > log in with the username portion only, since otherwise is rude to your
> > users.  HOWEVER, what you DO in fact want (I hope) is not to have your
> > mail user accounts synonymous with local user accounts, such that your
> > accounts ARE in fact in the form you say you want:
> > [EMAIL PROTECTED]  The difference is that Vlogin will help your
> > users shortcut the domain part of the address (but they will have to
> > log in through their domain, otherwise login will fail).  So users get
> > fewer keystrokes, but you can have more than one user named "joe" and
> > much better security.
> >
> >> Is there a way to do this so even the default email accounts can login
> >> with their full email address?
> >
> > Don't create accounts like that?  Get a better mail system?
> > Seriously, there are a hundred answers to this, and it all depends on
> > your server's mail system and your ability to configure and manage it.
> >
> > If you are just making due with what you have and the goal is for a
> > local user called "joe" to be able to log in with "[EMAIL PROTECTED]",
> > then you could configure Vlogin to drop the host/domain part of the
> > login and it would work fine, if that's what you're after.
> >
> > -paul
> >
>
>
>


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Local Users vs Virtual Users

2006-06-12 Thread Rusty Zimmerman
> PLEASE reply in context.  Top-posting is very hard to follow.
Sure No problem.

>> Ok I don't control the email creation as its the default in cPanel/WHM
>> to
>> create an email address using the username of the hosting account and
>> the
>> hosting accounts domain, and my backend software includes this default
>> email address in the activation email.
> Sounds to me like you are saying that an account is created called
> "[EMAIL PROTECTED]".  Please be more specific.  Are you trying to say
> that it tells you such an account is created, but actually the account
> is merely "user" and it is a LOCAL account?  If so, contact WHM/cPanel
> people and tell them you don't like how they designed their software
> (sounds yucky to me).  We can't change that for you here.

I'm not looking to change this.  Its just how cPanel/WHM does it.  It
creates a hosting account with the given username and sets up a
default/catchall email address of [EMAIL PROTECTED] where domain.tld is
the accounts website domain.

>> I have them use the full email address as the webmail login page for all
>
> Hrm, how do you have someone use an email address as a page URL?  That
> is, PLEASE be more exact in explaining yourself, lest we not be able
> to help you.

Sorry I seem to have left out a comma somewhere, and a word or two...  Heh

Here is how it should read:

I have them use the full email address as the webmail login and since the
login page is only available via a page on my site the Vlogin wouldnt
work, at least from the exmpple that you described.

>> user accounts is on my main site, and is the only way they can login to
>> their webmail so Vlogin wouldn't work at all.  I don't use the cpanel's
>
> Um, yeah, you lost me.  You need to be more specific.  Vlogin will
> help you in more situations than you might imagine, but your
> explanation is not clear enough to say for sure.  Include examples if
> that is easiest.
>
>  -paul

I appologize for my jumbled sentence but there is no need to be sarcastic.
 While I do appriciate you trying to help I don't appriciate the attitude.

Rusty Zimmerman



--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Inbox is "full" when it's not - cannot receive emails

2006-06-12 Thread Super Best Friends
Hello,

Just having trouble receiving mail because the senders are getting a
message saying my inbox is full and cannot accept it. So I have been
unable to receive any emails for a few weeks! I have deleted everything in
the 'sent' and 'trash' folders and have cleaned out my 'inbox' so there's
only a couple of important emails left and it still doesn't work! What do
I do?

Cheers
Matt


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Local Users vs Virtual Users

2006-06-12 Thread Paul Lesniewski
> >> Ok I don't control the email creation as its the default in cPanel/WHM
> >> to
> >> create an email address using the username of the hosting account and
> >> the
> >> hosting accounts domain, and my backend software includes this default
> >> email address in the activation email.
> > Sounds to me like you are saying that an account is created called
> > "[EMAIL PROTECTED]".  Please be more specific.  Are you trying to say
> > that it tells you such an account is created, but actually the account
> > is merely "user" and it is a LOCAL account?  If so, contact WHM/cPanel
> > people and tell them you don't like how they designed their software
> > (sounds yucky to me).  We can't change that for you here.
>
> I'm not looking to change this.  Its just how cPanel/WHM does it.  It
> creates a hosting account with the given username and sets up a
> default/catchall email address of [EMAIL PROTECTED] where domain.tld is
> the accounts website domain.

You still are not stating clearly what the issue is.  If you are not
looking to change this, what are you looking to do?  Is this the
problematic email account that is merely a local account that is
actually just "username" (sans the domain)?  Where is this user
logging in to SM (URI, etc)?  What do you want it to look like when
the user does so?  PLEASE - we need MORE specifics.

> >> I have them use the full email address as the webmail login page for all
> >
> > Hrm, how do you have someone use an email address as a page URL?  That
> > is, PLEASE be more exact in explaining yourself, lest we not be able
> > to help you.
>
> Sorry I seem to have left out a comma somewhere, and a word or two...  Heh
>
> Here is how it should read:
>
> I have them use the full email address as the webmail login and since the
> login page is only available via a page on my site the Vlogin wouldnt
> work, at least from the exmpple that you described.

Please do not assume we understand how your hosting setup works.  I am
only inferring here, but you need to clarify.  What I am inferring is
that you have just one SM login at some domain for your hosting
company through which users are to log in (why not give them their own
login through their own domain?  You can even use Vlogin to alias the
domain-specific SM pages to your main one, so you only have one SM
installation you maintain, but it looks like everyone has their own SM
installation.  Then you don't need to force the users to type so many
unecessary keystrokes and they can log in at their own domain.

If you want to be more restrictive than that, well, I won't buy
hosting from you, but that's your call.  In that case, then what is
the question?

> >> user accounts is on my main site, and is the only way they can login to
> >> their webmail so Vlogin wouldn't work at all.  I don't use the cpanel's
> >
> > Um, yeah, you lost me.  You need to be more specific.  Vlogin will
> > help you in more situations than you might imagine, but your
> > explanation is not clear enough to say for sure.  Include examples if
> > that is easiest.
> >
> >  -paul
>
> I appologize for my jumbled sentence but there is no need to be sarcastic.
>  While I do appriciate you trying to help I don't appriciate the attitude.

No sarcasm.  I am 100% serious that you should provide examples.


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Local Users vs Virtual Users

2006-06-12 Thread Rusty Zimmerman
>> >> Ok I don't control the email creation as its the default in
>> cPanel/WHM
>> >> to
>> >> create an email address using the username of the hosting account and
>> >> the
>> >> hosting accounts domain, and my backend software includes this
>> default
>> >> email address in the activation email.
>> > Sounds to me like you are saying that an account is created called
>> > "[EMAIL PROTECTED]".  Please be more specific.  Are you trying to say
>> > that it tells you such an account is created, but actually the account
>> > is merely "user" and it is a LOCAL account?  If so, contact WHM/cPanel
>> > people and tell them you don't like how they designed their software
>> > (sounds yucky to me).  We can't change that for you here.
>>
>> I'm not looking to change this.  Its just how cPanel/WHM does it.  It
>> creates a hosting account with the given username and sets up a
>> default/catchall email address of [EMAIL PROTECTED] where domain.tld
>> is
>> the accounts website domain.
>
> You still are not stating clearly what the issue is.  If you are not
> looking to change this, what are you looking to do?  Is this the
> problematic email account that is merely a local account that is
> actually just "username" (sans the domain)?  Where is this user
> logging in to SM (URI, etc)?  What do you want it to look like when
> the user does so?  PLEASE - we need MORE specifics.

What I am looking to do is to make Squirrelmail accept the login of
[EMAIL PROTECTED] as well as the virtual addresses they
create.  Currently the local user email account only works if they leave
off the domain for example:

USername: localuser
pass: fdsfsrwer

When they create an email address via cPanel they have to use the full
email address to login for example:

username: [EMAIL PROTECTED]
password: rhewjrkwhe

>> >> I have them use the full email address as the webmail login page for
>> all
>> >
>> > Hrm, how do you have someone use an email address as a page URL?  That
>> > is, PLEASE be more exact in explaining yourself, lest we not be able
>> > to help you.
>>
>> Sorry I seem to have left out a comma somewhere, and a word or two...
>> Heh
>>
>> Here is how it should read:
>>
>> I have them use the full email address as the webmail login and since
>> the
>> login page is only available via a page on my site the Vlogin wouldnt
>> work, at least from the exmpple that you described.
>
> Please do not assume we understand how your hosting setup works.  I am
> only inferring here, but you need to clarify.  What I am inferring is
> that you have just one SM login at some domain for your hosting
> company through which users are to log in (why not give them their own
> login through their own domain?  You can even use Vlogin to alias the
> domain-specific SM pages to your main one, so you only have one SM
> installation you maintain, but it looks like everyone has their own SM
> installation.  Then you don't need to force the users to type so many
> unecessary keystrokes and they can log in at their own domain.
>
> If you want to be more restrictive than that, well, I won't buy
> hosting from you, but that's your call.  In that case, then what is
> the question?

I never assumed you knew. It was a case of me not reading my email before
I pressed the send button.  If Vlogin can help me alias the webmail so all
the users can use their own domains I have no problem with that, the only
reason I have it setup like this is the cPanels setup had /webmail
redirect to the cPanel version of Squirrelmail which is disabled, so the
user would just get a blank page.  I'll check Vlogin out and see what it
can do for me as it sounds like it might allow me to make my setup a bit
more efficient.

>> >> user accounts is on my main site, and is the only way they can login
>> to
>> >> their webmail so Vlogin wouldn't work at all.  I don't use the
>> cpanel's
>> >
>> > Um, yeah, you lost me.  You need to be more specific.  Vlogin will
>> > help you in more situations than you might imagine, but your
>> > explanation is not clear enough to say for sure.  Include examples if
>> > that is easiest.
>> >
>> >  -paul
>>
>> I appologize for my jumbled sentence but there is no need to be
>> sarcastic.
>>  While I do appriciate you trying to help I don't appriciate the
>> attitude.
>
> No sarcasm.  I am 100% serious that you should provide examples.
>

There may not be sarcasm but it reeks with attitude.  Again I appriciate
the assitance but I could do without the attitude.  I know i'm on the
asking end of the stick here and if i'm missing some information its just
as easy to as for the needed information if your desire is to provide
assitance.



--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
L

[SM-USERS] Wierd Char - Universal Keyboard - FCKeditor

2006-06-12 Thread Mohamed Sulaiman Sultan Suhaibuddeen
Hi,
 
I am trying to use the universal keyboard via fckeditor (in htmlmail plugin) but the problem is that I am not getting the expected language instead I got strange char and symbols.
 
How do I make so that I am able to see these chars made using universal keyboard.
 
Regards
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Inbox is 'full' when it's not - cannot receive emails

2006-06-12 Thread Fredrik Jervfors
> Just having trouble receiving mail because the senders are getting a
> message saying my inbox is full and cannot accept it. So I have been
> unable to receive any emails for a few weeks! I have deleted everything in
> the 'sent' and 'trash' folders and have cleaned out my 'inbox' so there's
> only a couple of important emails left and it still doesn't work! What do
> I do?

Contact your system administrator (my guess is ).
This isn't a SquirrelMail related issue, since SquirrelMail isn't involved
in the delivery of e-mails. SquirrelMail is a tool to help you read
e-mails that have been delivered, but the actual delivery is done by other
parts of the e-mail system. Those other parts are not supported by the
SquirrelMail Project Team.

Also, as an end user, please direct your questions to your system
administrators. They have the responsibility to support their end users.
This list is intended for supporting the system administrators when they
find problems they can't solve on their own.

Sincerely,
Fredrik.



--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Local Users vs Virtual Users

2006-06-12 Thread Fredrik Jervfors
> Ok when a customer signs up for hosting with me, a default email addres
> is created using their [EMAIL PROTECTED] which it seems is a local
> email account.  To login to it they just have to use their username and
> their password rather then the usual full email address.
>
> I want Squirrelmail to recognize the address if they put in the full
> [EMAIL PROTECTED] address.  Currently it does not recognize it
> since its a local email account, but it will recognize any email address
> they create via cpanel.  I know of the Virtual host login pluggin but i
> don't think thats quite what i'm looking for.  It would enable me to let
> everyone use just their usernames but thats not what I want.
>
> Is there a way to do this so even the default email accounts can login
> with their full email address?


Users are defined in the IMAP server and not in SquirrelMail. If you want
the IMAP server to recognise "the full [EMAIL PROTECTED] address",
you have to configure your IMAP server to do that. If you want
SquirrelMail to take "[EMAIL PROTECTED]" and truncate it to
"username" before trying to log in at the IMAP server, use the Virtual
Host Login (vlogin) plugin.
http://www.squirrelmail.org/plugin_view.php?id=47

Sincerely,
Fredrik.



--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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] Wierd Char - Universal Keyboard - FCKeditor

2006-06-12 Thread Tomas Kuliavas
> Hi,
>
> I am trying to use the universal keyboard via fckeditor (in htmlmail
> plugin)
> but the problem is that I am not getting the expected language instead I
> got strange char and symbols.

I suspect that you use US English translation in iso-8859-1 character set
and are trying to use Arabic. You get آ or some latin1 letter
instead of آ

Make sure that you can use same characters in selected translation without
html_mail plugin.


-- 
Tomas


--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
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