no emails from exchange

Issue #409 resolved
Albert Kohl created an issue

Hello Jsuto, i've installed Mail Piler onto a linux CentOS Box running version 0.1.24.

i've got an Exchange 2010 server that i'm trying to archive message from, but the MailPiler hasnt picked up any messages.

I've Setup the Journaling per: http://www.mailpiler.org/pdf/piler-0.1.24.pdf and i created an mx record for MailPiler.mydomain.com but doesnt seem to pick up anything. any ideas?

OH! also, my CPU show's 100% on the Health Monitor.

Thanks in advance!

config-site.php: <?php

$config['SITE_NAME'] = 'mailpiler.mydomain.com'; $config['SITE_URL'] = 'http://mailpiler.mydomain.com/'; $config['DIR_BASE'] = '/var/www/html/mailpiler/';

$config['ENABLE_SYSLOG'] = 1;

$config['SMTP_DOMAIN'] = 'mailpiler.mydomain.com'; $config['SMTP_FROMADDR'] = 'no-reply@mailpiler.mydomain.com'; $config['ADMIN_EMAIL'] = 'admin@mailpiler.mydomain.com';

$config['DB_DRIVER'] = 'mysql'; $config['DB_PREFIX'] = ''; $config['DB_HOSTNAME'] = 'localhost'; $config['DB_USERNAME'] = 'piler'; $config['DB_PASSWORD'] = '****'; $config['DB_DATABASE'] = 'piler';

$config['SMARTHOST'] = '192.168.3.13'; $config['SMARTHOST_PORT'] = 25; $config['PILER_HOST'] = '127.0.0.1'; ?>

Comments (6)

  1. Albert Kohl reporter

    wow. i just realized i'm WAY behind in versions... the write up i found must have pulled down an old version of piler... sorry in advance if that's why i'm having issues.

  2. Albert Kohl reporter

    so i just downloaded 1.10 (still have the 0.1.24 version saved just in case) and when i try to run the MAKE command, i get an error.

    [root@mailpiler piler-1.1.0]# make Making all in src make[1]: Entering directory /root/piler-1.1.0/src' gcc -O2 -Wall -g -fPIC -I. -I.. -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp- buffer-size=4 -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -fPIC -DUNIV_LINUX -DUNIV _LINUX -D_GNU_SOURCE -DHAVE_TRE -DNEED_MYSQL -c dirs.c -o dirs.o In file included from ./misc.h:13, from ./piler.h:8, from dirs.c:13: ./defs.h:16:24: error: tre/tre.h: No such file or directory dirs.c: In function ‘createdir’: dirs.c:59: warning: ignoring return value of ‘chown’, declared with attribute warn_unused_result make[1]: *** [dirs.o] Error 1 make[1]: Leaving directory/root/piler-1.1.0/src' make: *** [all-recursive] Error 1 [root@mailpiler piler-1.1.0]#

  3. Janos SUTO repo owner

    Hello Albert, you need tre 0.8 installed. Get it either from source or from the EPEL repo. The CPU error can be fixed after you upgrade piler. If piler is running on port 25, try telnet from Exchange, and verify the smtp connection to piler. Finally send a test email, and check if piler gets it. Common problem is that postfix or another mta occupies port 25.

  4. Albert Kohl reporter

    hello jsuto, still having issues, and honestly, i'm not the best of Linux users. i think i'm just going to use the install service. should we do that through issues request? or should i fill out the webform on your site?

    Thanks!

  5. Janos SUTO repo owner

    Either fill out the webform or you may send a direct email to me (see piler -V for my address).

  6. Log in to comment