Questions tagged [squirrelmail]

SquirrelMail is an open-source PHP project that provides both a web-based email application and an IMAP proxy server.

SquirrelMail is an open-source standards-based webmail package written in PHP. It provides both a web-based email application and an IMAP proxy server, and all pages render in pure HTML 4.0 (with no JavaScript required) for maximum compatibility across browsers. It has very few requirements and is intended to be very easy to configure and install. SquirrelMail's functionality includes strong MIME support, address books, and folder manipulation.

38 questions
9
votes
4 answers

How to solve error message about squirrel mail (ERROR: Connection dropped by IMAP)

I was setup squirrel mail in centos 6.4 and, i was installed imap(dovecot), squirrelmail, sendmail completely. and open, port 110, 143, 25. and, setting a squirrelmail about imap (through ./conf.pl) and, i accessed a squirrel mail cite. (…
J Wook Jeong
  • 131
  • 1
  • 2
  • 10
2
votes
0 answers

how to get inbox messages from CPanel Webmail using PHP IMAP functions

I'm integrating auto reply mail for unread messages in my cpanel webmail/roundcube/squirrelmail. See my code below here. The problem is i'm facing imap_open function is could not connected. It's loading can't through any error/ exception too still…
suresh
  • 180
  • 11
2
votes
2 answers

PHP/cURL: Unable to remote login

I am trying to login to a system (which happens to be using the SquirrelMail client) using cURL and I'm having trouble. Here is my relevant PHP code: $handle = curl_init(); curl_setopt($handle, CURLOPT_FOLLOWLOCATION, true); curl_setopt($handle,…
Dom M.
  • 3,762
  • 8
  • 32
  • 40
2
votes
0 answers

Squirrelmail autoforwarding incoming mails

I want to make squirrelmail automatically forward every email that I receive without having to login and do it myself. I have have found 2 plugins from the site but none of them seem to be working (autoresponder, local_autorespond_forward) I tried…
Harris Geo
  • 239
  • 2
  • 4
  • 14
2
votes
1 answer

Squirrelmail ERROR when loading read/new messages

I was able to successfully install my webmail client; however I keep receiving these errors listed below each time I load a message....has anyone encountered such error before? if so how can I go about resolving it? Thanks in advance! Strict…
k3i
  • 21
  • 1
  • 4
1
vote
2 answers

How To automate adding users to squirrelmail in ubuntu from a php script

I am trying to automate user creation or adding of users to my squirrelmail server i have configured on ubuntu 16.0.4. I want to create a registration form using php then i want to the user it self to register him self to the mail server which is…
Olana Kenea
  • 39
  • 2
  • 11
1
vote
2 answers

Squirrelmail apache forbidden page

I am using PHP 7.0.5 and Apache 2.4.20 and I would like to run Squirrelmail. I am getting a 403 Forbidden error when I try to access any of the squirrelmail pages like HostName/squirrelmail, HostName/squirrelmail/src/login.php or…
MortenS
  • 43
  • 5
1
vote
1 answer

dovecot-postfix-sasl-squirrelmail issue

I'm just setting this webserver up for fun and learning so if nobody knows what my problem is its ok. I did a search of stackoverflow/google already and didn't find any solution. I am able to log into the test user that I made in squirrel mail, but…
mike
  • 11
  • 1
1
vote
0 answers

How to set maximum attachment size in Squirrelmail

I am using squirrelmail and I have a max size limit 5mb. When User tries to upload file larger than this limit Squirrelmail shows warning message successfully. The problem is when user tries to upload file larger than "post_max_size"(php.ini)…
hellzone
  • 5,393
  • 25
  • 82
  • 148
1
vote
0 answers

Squirrelmail change php thread safety to disabled

While instaling squirrelmail on ubuntu 14.04, php thread-safety change from enabled to disabled (I look in info.php). Because of that, I can't use pthreads which requires thread-safety to be enabled. Any help?
1
vote
1 answer

Installing squirrelmail on CentOs

I am trying to install squirrelmail in CentOs 6.5 and I am getting the below error. # yum install squirrelmail -y ..... ---> Package tmpwatch.x86_64 0:2.9.16-4.el6 will be installed --> Running transaction check …
iOi
  • 403
  • 3
  • 8
  • 26
1
vote
2 answers

ERROR: Could not include PEAR database functions required for the database backend

This error happen when I connect dsn in squirrel mail address book stored into mysql Is PEAR installed, and is the include path set correctly to find DB.php? storing addressbook in squirrel mail to mysql, i am getting the error. Pls help, if any one…
1
vote
1 answer

Auto complete plugin for squirrelmail removes display preferences page when enabled

Running into a bit of a problem with Squirrelmail. I installed the Auto Complete plugin via SSH, and configured it using the conf.pl script. To my knowledge I did everything correctly, but there are two problems. 1. It doesn't work. 2. When the…
user1132323
  • 61
  • 1
  • 9
1
vote
0 answers

gpg-plugin for squirrelmail won't create keypairs

Today i installed the squirrelmail gpg plugin. But a problem arises when i want to generate a new keypair. When i fill in the keypair creation form and send it away i'll go to a next screen that says: Your key is being generated... please be…
Esocoder
  • 1,032
  • 1
  • 19
  • 40
0
votes
1 answer

dovecot root password

I'm trying to use dovecot IMAP server, and with the interface of squirrelmail. Correct me if i'm wrong but I understood that the root login credentials for the squirrelmail are the same as the root login credentials for the dovecot. If so, how can…
tomermes
  • 22,950
  • 16
  • 43
  • 67
1
2 3