Hi Torry, I am not as familiar with Debian as I am RedHat/CentOS, however, I believe that in the Debian distro the session extension is built into the libapache2-mod-php5 module. Also, using your browser, surf to the test.php file in your exim4u directory. It should tell you if the session module is installed. As far as your greylisting errors, it appears that you may not have setup the greylisting database as covered in section 4 of the INSTALL file as follows:
Create the SQLite database (SQLite3) for greylisting. You can do this with the sqlite3 command. The sqlite3 script for setting up the greylisting database is named mk-greylist-db.sql and it is in the xtrasw/exim-greylist directory of this distribution. You must also ensure that it's owned by the Exim user/group. To create the database and set the correct ownership execute:
sqlite3 /var/spool/exim/db/greylist.db < xtrasw/exim-greylist/mk-greylist-db.sql chown exim:exim /var/spool/exim/db/greylist.db
Install the script xtrasw/exim-greylist/greylist-tidy.sh in cron.daily to prevent the database from growing forever without bound. This script simply deletes entries from the greylist table that are older than 7 days:
cp xtrasw/exim-greylist/greylist-tidy.sh /etc/cron.daily
FYI, Gordon Torry Crass wrote:
That very well could be. I'm not sure exactly how to install php5-session. I used pear to install HTTP_Session2 as I thought that would be enough but apt-get install php5-session fails in finding the package. I did notice that mod_session is not in my apache2 modules either so I'm a bit baffled. Especially since I've been searching around the net for several hours this morning to come up with a lot of dead ends.
I'm running Debian (squeeze) Apache2 (2.2.15-3) PHP5 (5.3.2-1)
And of course the latest release of exim4u.
Also... I keep seeing this in my mail logs:
Warning: Greylist insertion failed. Bypassing greylist.
I've ensured that the exim4 user Debian-exim has write permissions to the files and folders as shown below:
-rw-r--r-- 1 Debian-exim Debian-exim 9550 2010-04-23 12:09 ccTLD.txt -rw-r--r-- 1 Debian-exim Debian-exim 14153 2010-04-23 23:08 exim.pl -rw-r--r-- 1 Debian-exim Debian-exim 9096 2010-04-23 12:09 README -rw-r--r-- 1 Debian-exim Debian-exim 2714 2010-04-23 12:09 surbl_whitelist.txt
Not sure why it's tossing that error.
Thanks for the help so far!!
~T
----- Original Message ---- From: Gordon Dickens <gecko(a)exim4u.org> To: Exim4U General Discussion <users(a)exim4u.org> Sent: Sat, April 24, 2010 7:20:17 AM Subject: Re: [Exim4U] New Setup - Debian - Auth Problem
Hi Torry,
I suspect that your problem is being caused by a missing php module, probably php-mcrypt. I would make sure that you have all of the other php extensions installed that are necessary for exim4u to work such as: php5-gettext, php5-session, php5-dom and php5-posix.
Good luck and let me know how it goes.
Gordon
Torry Crass wrote:
So, after a catastrophic drive failure in my primary server with nothing but corrupt backups to help me. I am in the process of setting up emergency e-mail for my small customer base. I decided to give exim4u a shot since I've used vexim for several years.
I've got nearly everything working except for one thing. For some reason, when an account is created it dumps it into the database but never fills the 'crypt' field out. Naturally this is a huge problem when it comes to retrieving messages.
Anyone have any idea why this would be or what I should check to see if I can fix it?
Thanks!
~T
_______________________________________________ users mailing list users(a)exim4u.org https://exim4u.org/mailman/listinfo/users
_______________________________________________ users mailing list users(a)exim4u.org https://exim4u.org/mailman/listinfo/users
_______________________________________________ users mailing list users(a)exim4u.org https://exim4u.org/mailman/listinfo/users