LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Squirrel Mail ".mailboxlist" (https://www.linuxquestions.org/questions/linux-software-2/squirrel-mail-mailboxlist-78792/)

ganninu 08-04-2003 02:58 AM

Squirrel Mail ".mailboxlist"
 
I've installed Squirrel Mail and works very fine. The only annoyance (and possibly a security hole) is that when a user clicks "Folders", there appears a supposingly hidden folder called ".mailboxlist" in the "Subscribe/Unsubscribe" table. In theory only folders created by the user should appear! I've checked out other webmail services based on Squirrel Mail who do not have the appearance of this hidden folder. How can i remove this hidden folder??

ganninu 08-04-2003 06:30 AM

For the sake of those who have the same problem, I have found the solution. Give a name to the $default_folder_prefix variable (by default this is empty). Give it a name such as INBOX. This parameter is found in the config.php file...

seefai 08-04-2003 01:17 PM

i wish to pass(sent) some data from my script to Capnel (is like create email automatically) the problem i face is dun know how to pass the username and password to the Cpanel.

My script is below


<form method="POST" action="http://beamhost.co.uk:2082/frontend/x/mail/doaddpop.html">
<input type="hidden" name="<?echo $PHP_AUTH_USER;?>" value="muma">
<input type="hidden" name="<?echo $PHP_AUTH_PW;?>" value="muma0126">
<input type="hidden" name="email" value="andy">
<input type="hidden" name="domain" value="muma-success.com">
<input type="hidden" name="password" value="123">
<input type="hidden" name="quota" value="10">
<input type="submit" value="Create"></td>

</form>


All times are GMT -5. The time now is 05:05 AM.