Re: Implementing a Milter port

2015-05-18 Thread Janos SUTO
Hello Uwe, On 2015-05-16 10:32, Uwe Eischens wrote: just a short feedback: Piler works totally flawless with the Milter port. Not a single problem even under high load. Thanks again for the implementation! this is great news, thanks for testing it. Now, as the last step of the migration,

Re: AW: InnoDB Question

2015-05-15 Thread Janos SUTO
Hello Michael, On 2015-05-15 10:58, Prof. Dr. Michael Schefczyk wrote: Basically, I am looking for a smart model to run the system in a virtualized environment. The hypervisor is KVM on Centos 7. I use the standard caching (writeback) for the guest disk and no cache for nfs. The nfs connection

Re: InnoDB Question

2015-05-14 Thread Janos SUTO
Hello Michael, On 2015-05-15 00:44, Prof. Dr. Michael Schefczyk wrote: As the database can grow quite large over time, I am running mailpiler 1.1.1 on a virtual machine which has /var/lib/mysql attached via nfs from a NAS device. Once in a while after an unfriendly shutdown, the database fails

Re: Access to emails sent from address

2015-05-11 Thread Janos SUTO
Hello Edwin, On 2015-05-11 21:54, Nichols, Edwin (BeneFACT) wrote: Is it possible to set up users to be able to search emails that were sent from an email address, not just to one? We have some systems it's possible with the groups feature. Do the following: login as admin@local, and locate

Re: MailArchiva > MailPiler

2015-05-11 Thread Janos SUTO
I'm glad to hear that. It would be great if you could assemble a short howto on what you did. Janos On 2015-05-11 17:05, James Spencer wrote: Just finished moving all my email from MailArchiva to MailPiler. Janos - Thank you for MailPiler! Regards, James Spencer IT Manager Virginia Tech A

Re: Log of restored messages

2015-05-07 Thread Janos SUTO
Hello Konstantin, On 2015-05-07 18:00, Konstantin wrote: One of our users is unable to restore message to his mailbox. In audit page i see notification 'restore message' in action field for him. Is there any way to configure piler to log full information for restore action: - Piler id - messa

Re: Implementing a Milter port

2015-05-06 Thread Janos SUTO
Hello Uwe, On 2015-05-07 08:00, Uwe Eischens wrote: very cool thing! The script works flawlessly and the mails are stored in /var/piler/imap on the fly. Thank you very much! ok, then I put this script to the contrib directory. May 7 07:34:44 nexus pilter[6196]: message-id=<143097688372673

Re: Implementing a Milter port

2015-05-06 Thread Janos SUTO
So, here's a quick and dirty 1.0 beta solution. You may edit the following variables, then ready to go: my $savedir = "/var/piler/imap"; my $username = 'piler'; my $conn = 'inet:3@127.0.0.1'; It will save emails to $savedir/cur Then you may process emails with pilerimport. Let me know how

Re: Implementing a Milter port

2015-05-06 Thread Janos SUTO
On 2015-05-06 11:22, Uwe Eischens wrote: Well, assuming there is a bunch of different servers on the market, a blanket statement like this is inappropriate. Not every server has options to define those kind of rules. BTW: if the milter port wouldn't be accessible, the mail is stored in the mi

Re: Implementing a Milter port

2015-05-05 Thread Janos SUTO
Hello Uwe, On 2015-05-05 15:06, Uwe Eischens wrote: of course it's not Piler's fault. But I've seen it happen a few times in the last days while evaluating Piler with (until now) some of my users Mailboxes, that the SMTP Port on the Piler machine suddenly stopped listening, as mentioned becaus

Re: Implementing a Milter port

2015-05-04 Thread Janos SUTO
Hello Uwe, On 2015-05-04 14:31, Uwe Eischens wrote: a suggestion: how about adding a Milter port in Piler to receive mail from the MTA? In some cases, adding a secondary recipient in the MTA may cause problems, particularly if Piler is installed on a different machine. If the sever where Pile

Re: piler unrtf process is hammering my CPU

2015-04-30 Thread Janos SUTO
Hello Jeff, On 2015-04-30 20:45, Jeff Larsen wrote: unrtf is version 0.19.3-1.1 from Ubuntu 12.04 LTS repository. I guess I'll have to see about finding a newer copy and see if that fixes it. However, unless I can identify a test case, I won't really know if it's fixed. Is there anyway t

Re: Expanding a column-width in the default UI

2015-04-29 Thread Janos SUTO
Hello Uwe, On 2015-04-29 09:20, Uwe Eischens wrote: I'm currently evaluating Piler against Mailarchiva (the latter we've used for legal archiving our company mails for some years now), and so far I'm really impressed about Piler. Thanks Janos for the great software! I'm glad that you like i

Re: External MySQL Database

2015-04-28 Thread Janos SUTO
Hello Matt, On 2015-04-28 14:04, Matt . wrote: It might be quite "simple said" but can't we make 2 hosts sharing the same DB(cluster) and NFS share for storing messages ? yes, it's possible, see comments below. We might have to figure out how to manage sphinx, but that is moslty what I try

Re: External MySQL Database

2015-04-28 Thread Janos SUTO
Hello Matt, On 2015-04-28 12:21, Matt . wrote: Thanks for all information, yes I fixed it all this morning and it seems to be running great! cool! I only have a Piler: ERROR in my GUI but mails are coming in just fine. Mail.log doesn't show any error when starting tho. My Smarthost sometim

Re: External MySQL Database

2015-04-28 Thread Janos SUTO
I try to provide some answers, nice thread anyway :-) The piler mysql user needs some privileges, to create tables, insert, select, update and delete from them. If you think that grant all is too much, you are free to tighten its permissions. searchd is part of sphinxsearch. I urge you to use t

Re: What is stored in MySQL ?

2015-04-26 Thread Janos SUTO
Hello Matt, On 2015-04-26 11:29, Matt . wrote: I'm new to Piler and it looks it fits my needs! I wonder what is stored where. I see that mails are stored file based in /var, but what is stored in MySQL ? meta data. A history of your emails, recipients, attachments, tags, notes, groups, do

RE: piler and public folders

2015-04-24 Thread Janos SUTO
On 2015-04-23 18:21, srisin...@meintl.com wrote: y. One thing has changed, though: it's '-a' (not -R). If you have something different in mind, then let me know, and I'll try to solve it. That's what I was looking for. Is there documentation that lists how to use the '-a' switch? If it's po

Re: fixing the message storage

2015-04-23 Thread Janos SUTO
var a logical volume sitting on vg containing of two AWS "physical" volumes. That way I could add more physical volumes and extend the LV as needed. Not quite what the request is for, but it's similar. On 04/22/2015 06:44 AM, Janos SUTO wrote: Dear piler-users, I'm not sure

RE: piler and public folders

2015-04-23 Thread Janos SUTO
Hello Stephen, On 2015-04-22 21:12, srisin...@meintl.com wrote: Were you able to implement the -R option for pilerimport? How should/could that be used for public folders? if you referred to Adam's email (~a year ago), see the following url (http://www.mail-archive.com/piler-user@list.acts.

Re: Rolling mail export?

2015-04-23 Thread Janos SUTO
Hello Philip, pilerexport supports --start-date and --stop-date, so the easiest way to do that is a cronjob that runs once a day cd /backupdir; pilerexport --start-date 2015.04.22 --stop-date 2015.04.22 The above command exports all email for 2015.04.22. Janos On 2015-04-22 20:24, Philip D

fixing the message storage

2015-04-22 Thread Janos SUTO
Dear piler-users, I'm not sure if you like the way piler stores message files, eg. zillions of small files in a 3-level dir structure. Someone asked for supporting multiple storages (https://bitbucket.org/jsuto/piler/issue/540/multiple-storage). I'd like to hear your opinions on the matter a

rfc3161 timestamping feature

2015-04-22 Thread Janos SUTO
Dear piler-users, I'd like to introduce a fresh feature: rfc3161 timestamping. In certain environments to you need some extra to verify the authenticity of the messages: timestamps from a trusted external 3rd party. To enable the feature you need the latest master branch from bitbucket (https:/

Re: Time Column in GUI

2015-04-21 Thread Janos SUTO
On 2015-04-21 21:39, Philip Deubner wrote: On 2015-04-20 23:54, srisin...@meintl.com wrote: Is it possible to add a Time column or modify the Date column to include time to the GUI? yes, it's possible. Put $config['DATE_TEMPLATE'] = 'Y.m.d'; to config-site.php and fix it. Janos I tried to

Re: Time Column in GUI

2015-04-21 Thread Janos SUTO
On 2015-04-20 23:54, srisin...@meintl.com wrote: Is it possible to add a Time column or modify the Date column to include time to the GUI? yes, it's possible. Put $config['DATE_TEMPLATE'] = 'Y.m.d'; to config-site.php and fix it. Janos

Re: Group "Assigned email addresses" not found.

2015-04-20 Thread Janos SUTO
Hello James, what version do you use? And can you check the demo site if you can locate the missing section? Janos On 2015-04-17 16:20, James Spencer wrote: All, I'm following the Users, groups, and rights section of the Administering Piler documentation. When I add a group I don't see a sec

feature request: delete emails from the archive

2015-04-17 Thread Janos SUTO
Dear piler-users, I've got a request on bitbucket to support the removal of the selected emails for auditor users. Though such a button is definitely possible ('delete selected emails'), however there are some non technical aspects against such a button (and feature). I believe that such d

Re: Mailman list emails discarded as duplicate

2015-04-09 Thread Janos SUTO
Hello Leon, On 2015-04-09 11:31, Leon Baker wrote: I'm having an issue archiving Mailman list emails. I have two users of the archive that are both subscribed to the same Mailman list. The first user gets all the list emails but the list emails for the second user are discarded as duplicates.

Re: Empty search result (me too)

2015-04-09 Thread Janos SUTO
Hello, On 2015-04-09 11:47, Herman Harperink wrote: I installed mailpiler yesterday and I think I have everything running as it should. However, I get no search results, whatever I try. As an auditor: empty As a user: empty From the logs: Apr 9 11:31:00 piler piler-webui[3201]: sphinx query:

Re: proböem to view messages on ui

2015-04-06 Thread Janos SUTO
Hello, On 2015-04-06 20:34, Joachim W.E. Misselbeck wrote: after we install piler on debiam 7.7 clean system, we set up your exchange 2013 to forwarding all messages to tht piler host. I see at ui the messages ist read, but nothing is showing after I go zo archibe accounting. At the filesyst

RE: Procedure for legal holds?

2015-03-29 Thread Janos SUTO
On 2015-03-19 01:43, James Macdonell wrote: If you want to preserve their sent emails as well, then you have to check for the `from` column from the metadata table, though it's not indexed yet. I think the legal_hold table as described is the way to go. I'd say that'd cover 9/10 of our hold

Re: Web-GUI shows piler archive mail address in "To"

2015-03-26 Thread Janos SUTO
On 2015-03-26 12:59, admin-at-extremeshok-dot-com wrote: What happens if the archive address is arch...@mailserver.com and the mails are stored on the mailserver and imported into the archive via imap using pilerimport the hostid parameter is for the piler daemon only. This doesn't affect pile

Re: Web-GUI shows piler archive mail address in "To"

2015-03-26 Thread Janos SUTO
Hello, On 2015-03-26 12:22, André Peters wrote: Did you set hostid in piler.conf to piler.local/your SMTP domain? I'm about to improve the config file like this: ; SMTP HELO identification string ; this should be the FQDN part of the email address ; where you copy emails, eg. arch...@piler.

Re: Attachment problem

2015-03-20 Thread Janos SUTO
Hello, On 2015-03-20 12:44, Максим Дуков wrote: Hello to everybody. I face with one strange problem: when I try to download and read attachments for mails after some data - I can download it, but can't open. Format looks like broken. All old emails are ok. If I download EML and open it (both fo

Re: Procedure for legal holds?

2015-03-18 Thread Janos SUTO
On 2015-03-16 09:55, Janos SUTO wrote: On 2015-03-13 17:12, James Macdonell wrote: I really need to find a method more granular than turning purge on/off. We have thousands of employees and somebody is always on legal hold. I need to maintain the default retention for the 99% not on legal

Re: Debian and Redhat packages

2015-03-18 Thread Janos SUTO
Hello Gabriele, On 2015-03-17 10:39, Gabriele wrote: Hello, are .deb and .rpm packages on the roadmap ? I think that providing binaries installation packages for Debian and Redhat will boost Piler diffusion. such packages are possible to create. The source tarball has both redhat/piler.spec

Re: Feature Request: Version Number

2015-03-18 Thread Janos SUTO
Hello James, I've just added this improvement. Download the latest master branch to have the feature. Make sure you check if util/db-upgrade-1.1.0-vs-1.2.0.sql script should be executed. Janos On 2015-03-17 19:00, James Spencer wrote: Thank you for the great product. Would it be possible to

Re: How to escape special characters

2015-03-18 Thread Janos SUTO
Hello, On 2015-03-18 01:03, Konstantin wrote: I need to search for the messages with "A&B" in the body. Can someone help how can i escape '&' character and other special characters? try this: body: "A B" The parser tries to extract useful text from the message, and removes many metacharact

Re: no mail for id

2015-03-16 Thread Janos SUTO
6 10:27, Dieter Schütze wrote: Hello Janos, Version: piler 1.1.1, build 903, Janos SUTO pilerget 400054bfdb1c213acc3c00c22800d45e segfault at 153c003 ip 7f932660fb1a sp 7fffe7b8d530 error 6 in libcrypto.so.1.0.0[7f9326588000+1c4000] this is the only mail i have trouble with. All

Re: Procedure for legal holds?

2015-03-16 Thread Janos SUTO
On 2015-03-13 17:12, James Macdonell wrote: I really need to find a method more granular than turning purge on/off. We have thousands of employees and somebody is always on legal hold. I need to maintain the default retention for the 99% not on legal hold to meet data retention standards (and

Re: no mail for id

2015-03-16 Thread Janos SUTO
Hello Dieter, On 2015-03-14 17:40, Dieter Schütze wrote: i have trouble for one none existing mail in the store i got a segfult because this mail doesnt exist. The id in the database is 1251655 The piler_id is 400054bfdb1c213acc3c00c22800d45e but there is no /srv/store/00/d4/5e if i want

Re: searching mails to mailing lists

2015-03-13 Thread Janos SUTO
On 2015-03-13 15:03, Frederik Wagner wrote: Hmm, if I understand it right, X-Envelope-To should contain the list member, right? yes I just configured it into the system and it looks like it resolves to the mailaddress of the mailing list instead. check the smtp envelope addresses as well

Re: searching mails to mailing lists

2015-03-13 Thread Janos SUTO
On 2015-03-13 14:10, Frederik Wagner wrote: Hi Janos, On 13.03.2015 13:55, Janos SUTO wrote: Hello Frederik, On 2015-03-13 13:29, Frederik Wagner wrote: I'm wondering how to search archived mails which are send to mailinglists. Looking with a global auditors account through the

Re: Procedure for legal holds?

2015-03-13 Thread Janos SUTO
Hello, On 2015-03-12 12:19, Konstantin wrote: We have users and domains with different retention policies. The attached script was created to update retained field of old messages. We update field only for messages arrived before 2015. After update `retained` field you can execute pilerpurge

Re: searching mails to mailing lists

2015-03-13 Thread Janos SUTO
Hello Frederik, On 2015-03-13 13:29, Frederik Wagner wrote: I'm wondering how to search archived mails which are send to mailinglists. Looking with a global auditors account through the mails (empty search queries), I see all mails to mailing lists. Here an icon next to mailing lists addres

Re: no Head/Body shown

2015-03-03 Thread Janos SUTO
On 2015-03-03 21:26, Frederik Wagner wrote: It's working, 'pilerget' on an archived message, as user 'piler'. Also I cannot find any errors in the mail.log. ok, then assuming that pilerget is setuid to user piler, check if the DECRYPT_BINARY option in config.php matches your installation. J

Re: no Head/Body shown

2015-03-03 Thread Janos SUTO
Hello, On 2015-03-03 20:53, Frederik Wagner wrote: I'm using Debian wheezy. No SElinux or Apparmore enabled. ok Somebody suggested that the access rights to the piler.key could wrong: It belongs 'root:piler' with mode 0640. For the access of the piler cmdline utilities it is ok, since I ca

Re: no Head/Body shown

2015-03-03 Thread Janos SUTO
Hello, On 2015-03-02 22:01, Frederik Wagner wrote: since some days I have piler successfully running, but I'm left with a problem in the web interface. Mails are successfully stored in the database, indexed and listed in the web interface. Also using 'pilerget' I can retrieve emails from th

Re: pilerimport from openbenno

2015-02-03 Thread Janos SUTO
Hello Mario, On 2015-02-03 10:09, m.past...@gmx.de wrote: i've just setup a demo system based on latest debian stable with mailpiler 1.1.0. Now i wanted to import a bunch of mails from our old archive for further testing but i'm stuck here. Our current software for mailarchive is called "openb

Re: Fwd: Pilerimport and cron

2015-02-02 Thread Janos SUTO
well, it's true that pilerimport has no pid file, locking, and other fancy features. The reason behind is that you can run multiple pilerimport processes speeding up the import - provided that you have the required horse power. However you may emulate lockfile support, see util/indexer.delta.sh

Re: Fwd: Pilerimport and cron

2015-02-02 Thread Janos SUTO
Hello Philip, On 2015-02-02 15:20, Philip Deubner wrote: I just installed the Mailpiler 1.1.0 on a VM using Debian 7.8. After the first struggles that were caused by me, finally my "historic" data is included and indexed. As piler won't always be online, my setup for collecting the emails is t

Re: Backup/Restore

2015-01-27 Thread Janos SUTO
ps on that? Thanks! -- Tercio Gaudencio Filho On Tue, Jan 27, 2015 at 7:04 AM, Janos SUTO wrote: Hello, On 2015-01-26 22:26, Tercio Gaudencio Filho wrote: I also received from Cron: Cron /usr/local/libexec/piler/indexer.delta.sh [2] [1]: WARNING: IsEmpty != attribute size (32) FATAL

Re: libzip problems and the solution

2015-01-27 Thread Janos SUTO
note that neither debian 7 nor centos7 are affected, they both ship 0.10.1 of libzip. Janos On 2015-01-27 00:36, admin-at-extremeshok-dot-com wrote: Latest libzip ( 0.11.2 ) can be found here http://www.nih.at/index.html

Re: Backup/Restore

2015-01-27 Thread Janos SUTO
Hello, On 2015-01-26 22:26, Tercio Gaudencio Filho wrote: I also received from Cron: Cron /usr/local/libexec/piler/indexer.delta.sh [1]: WARNING: IsEmpty != attribute size (32) FATAL: failed to merge index 'delta1' into index 'dailydelta1': dictionary types must be the same (dst dict=crc, sr

libzip problems and the solution

2015-01-26 Thread Janos SUTO
Dear piler-users, I stumbled in a broken zip attachment, and unfortunately it forced the parser to freeze while trying to extracting the zip contents. The issue is related to an older libzip version, so if you experience such problems, then upgrade libzip to a recent version (0.10.1 is known to

Re: Postgresql Support

2015-01-24 Thread Janos SUTO
Hello Koby, well, yes, I had, and I tried it. However the resulting sql api didn't work out well for postgresql, and instead of keeping to continue I've decided to let the posgresql train go, so nowadays I focus on mysql support only. Janos On 2015-01-24 10:11, קובי פלג חן wrote: Hello Janos

Re: branding

2015-01-24 Thread Janos SUTO
Hello Koby, please describe your plans in greater details, eg. you want to redesign the gui, or sell (and/or support) it under your name (eg. a white labeled product), etc. Janos On 2015-01-24 10:07, קובי פלג חן wrote: Hello Janos I wonder if your license support branding and gui change with

Re: Multiple Domain Configuration

2015-01-15 Thread Janos SUTO
I also have an idea: apply a custom function doing the arbitrary manipulation. So I tested it with imap, pop3 or local authentication. You may enable imap authentication, and add any email addresses to the given user with a custom function. So check out the master branch, and update the gui. Th

Re: Content-based archiving rules?

2015-01-15 Thread Janos SUTO
Hello, On 2015-01-15 16:55, Carsten Pohle wrote: is it possible to define archiving rules (i.e., wheter a mail will be archived or not) based on the e-mail text? no, currently not. However in theory with a small modification it may be possible, though it invokes some performance penalties.

Re: [Scanned] Help with web based gui

2015-01-15 Thread Janos SUTO
Hello Tahir, On 2015-01-15 15:46, Tahir Iqbal wrote: I have managed to login to the gui via the web. I have searched for great news! emails but it only shows emails either from or to me. How do I search for all emails for the entire business. I have the highest admin rights I can see? th

Re: Multiple Domain Configuration

2015-01-15 Thread Janos SUTO
Hello, On 2015-01-15 00:48, Casey Dinsmore wrote: I've set up a test install of MailPiler and it looks pretty nice, however I am struggling to find documentation or examples for a complex domain setup. I have to maintain a legacy FQDN for the organization as well as a handful of other domains/

Re: Ldap Parameter to use SSO

2015-01-12 Thread Janos SUTO
Hello Chris, I think the ldap query the piler gui uses in case of an SSO login is not correct, that's why it can't find your email addresses. Can you show me the ldap query from your maillog, and the result if you issue it manually using ldapsearch? Janos On 2015-01-11 17:32, Christian Vielha

Re: Upgrade 0.1.25-rc2 to 1.1.0

2015-01-10 Thread Janos SUTO
Hello Chris, On 2015-01-10 12:06, Christian Vielhauer wrote: I have upgraded piler from 0.1.25-rc2 to 1.1.0. Now I stuck on upgrading database. Is there no need to do s.th. because you made no changes to database, just fix some bugs in piler and changed to semantic versioning? depending on

Re: Piler & Docker

2014-12-10 Thread Janos SUTO
Hello Frank, On 2014-12-07 13:28, Frank Ellebrecht wrote: While still struggling with piler in Docker containers, I have some questions regarding the piler binaries: Am I right that the files in sbin/ (piler, pilergetd) are the server yes daemons and the files under bin/ (pileraget, piler

Re: Piler's log file

2014-12-04 Thread Janos SUTO
Hello Frank, it should be in /var/log/maillog (or mail.log in case of debian, etc). If it doesn't log inside a docker container, then make sure rsyslogd is running. Janos On 2014-12-04 17:45, Frank Ellebrecht wrote: Hi Janos, Although I enabled verbose logging in piler.conf with "verbosity=

Re: piler vs. docker

2014-11-30 Thread Janos SUTO
abase, web, Sphinx and so on. Your work would be a good starting point. sure, please find it attached. If you make it via interconnected containers, I'm interested in the results. JanosFROM debian MAINTAINER Janos SUTO ENV TERM linux RUN apt-get update RUN apt-get install -y \ catdoc \

piler vs. docker

2014-11-30 Thread Janos SUTO
Dear piler users, a virtual machine is not the only way to try or deploy piler. Docker may be another way to go. Docker is not a virtualization technique, rather it uses containers, and the technology is based on lxc (more or less). To deploy the dockerized version of piler, download the d

Re: Debian +MariaDB

2014-11-29 Thread Janos SUTO
Hello קובי פלג חן, On 2014-11-29 16:38, קובי פלג חן wrote: What i did not like , is the use of mysql instead of mariadb (since oracle is very very unpredicted...) you may replace the oracle version of mysql with any fork, eg. mariadb or even percona's mysql. So , as i am a new here , 3 que

Re: Message encryption

2014-10-11 Thread Janos SUTO
Hello Phil, On 2014-10-11 16:20, Phil Daws wrote: Am hoping to start working with Piler soon so this is a very interesting thread. How does the email encryption work ? Is there anyway to ESCROW the encryption keys at all ? Thanks, Phil during the archiving process the email (and its attach

Re: Message encryption

2014-10-11 Thread Janos SUTO
Hello Tercio, On 2014-10-10 22:32, Tercio Gaudencio Filho wrote: Is that possible to disable encryption in a already populated store? short answer: not really, longer answer: probably, see below. I imported several emails to my new server with encryption enabled. I want to disable, as this

sphinx 2.2.x is out

2014-09-22 Thread Janos SUTO
Dear piler-users, sphinx has recently bumped up the version number, and 2.2.4 is the recommended and preferred version of it. Since sphinx is a key component for piler to work, I've fixed sphinx.conf to adjust to the new release. I suggest you to read the following url on what changed: http:

Re: why is piler discarding as duplicate?

2014-09-17 Thread Janos SUTO
Hello, On 2014-09-17 13:38, heupink wrote: On 9/17/2014 13:29, ad...@extremeshok.com wrote: when you telnet , any idea what message id has been given to the email ? Is 400054195dd1009690ec0009f80c20ad not the message id? (250 Ok 400054195dd1009690ec0009f80c20ad <> ) No, it's more

IE / Outlook + SSO issue

2014-09-15 Thread Janos SUTO
Dear piler users, I'd like to describe an SSO related odd issue which affects both IE and Outlook. The problem is that when IE or Outlook are configured to use SSO, they randomly (based on my observation by a 1:10-20 ratio) send the ntlm authorization data with http requests not just to /ss

deduplication and "potential" data loss

2014-09-09 Thread Janos SUTO
Dear piler users, recently someone (disclaimer: he does not use piler) has raised a topic that the deduplication in piler may cause data loss. As you may know, piler calculates an sha256 hash value for all attachments, and compares them against the attachment table. If the hash is found, then

how to backup piler

2014-09-08 Thread Janos SUTO
Dear piler users, I wonder how you backup your piler installation - if you back it up at all. Replicating piler data to another datacenter also counts. So if you do backup piler, please describe how you do it. I plan to fabricate a tool to help it, but first I have to understand how you do, and

Re: LDAP and Email Domains

2014-09-04 Thread Janos SUTO
Hello Murray, the saas version allows you to query several user databases based on the domain name. The problem is that inside checkLoginAgainstLDAP the function get_ldap_params_by_email() returns a single row from the database, so only one of the AD servers are queried. However I've just made

Re: archiving address and hostid settings

2014-09-04 Thread Janos SUTO
forwards/copies all incoming and outgoing after processing to arch...@domain.com Archive@ is stored on the mail server, piler fetches the mails off the mail server. Sent from my iPhone On 04 Sep 2014, at 10:55 AM, Janos SUTO wrote: On 2014-09-04 10:46, ad...@extremeshok.com wrote: for

Re: archiving address and hostid settings

2014-09-04 Thread Janos SUTO
2014, at 9:52 AM, Janos SUTO wrote: Dear piler users, I'd like to clarify how the hostid parameter in piler.conf and the archiving address are related. Let's say you copy all emails to arch...@piler.yourdomain.com. In this case set hostid=piler.yourdomain.com in piler.conf. Piler fr

archiving address and hostid settings

2014-09-04 Thread Janos SUTO
Dear piler users, I'd like to clarify how the hostid parameter in piler.conf and the archiving address are related. Let's say you copy all emails to arch...@piler.yourdomain.com. In this case set hostid=piler.yourdomain.com in piler.conf. Piler from 1.1.0 checks the rcpt to field, and if it's

Re: message decrypt

2014-09-03 Thread Janos SUTO
On 2014-09-03 14:38, Konstantin wrote: I found that encrypt_messages=0 What is the type of 40005400813418cd4fd400bebb178505.m file in this case? it should be a 'plain' zlib compressed file. Also which compression type used? zlib, though I think gzip may produce an error. I recommend t

Re: message decrypt

2014-09-03 Thread Janos SUTO
Hello, On 2014-09-03 13:13, Konstantin wrote: Piler has stored a message some time ago. I can not view it in ui. Pilerexport also did not export that messageI found that file with that piler_id exist in /var/piler/store/ check if pilerget is able to retrieve it. Also make sure nor the pile

Re: Download all count

2014-08-28 Thread Janos SUTO
On 2014-08-28 12:36, Konstantin wrote: how would you pass 10 id values to pilerexport? Like i did for reindex for ID in `cat /tmp/metadata.csv` ; do  reindex -f $ID -t $ID ; done It cound be a sinle id or range. well, the ids are usually unrelated, so most of the time you just can't sp

Re: Download all count

2014-08-28 Thread Janos SUTO
have following modifications sprinx     max_matches = 10 piler iu $config['MAX_SEARCH_HITS'] = 10; Will enable more verbose is php-fpm log and see what happen. ok, be sure to monitor real time resource usage. Janos 2014-08-28 12:13 GMT+03:00 Janos SUTO :

RE: Download all count

2014-08-28 Thread Janos SUTO
? good idea, however pilerexport doesn't use sphinx, so you are limited to specifying the sender, recipient, size, and date. However it might be possible to overcome the sphinx limit using some sort of iteration, though. Janos Regards, John Kenyon -Original Message- From:

Re: Download all count

2014-08-27 Thread Janos SUTO
Hello, recent versions of the gui show you the total number of emails the search terms can be found. However sphinx poses a limit on the returned hits, so you may get the following response in the middle status bar: 1-50, total: 1000 (27271) meaning that sphinx found 27271 messages matching

piler vs. selinux

2014-08-22 Thread Janos SUTO
Dear piler users, I bet that some (or most?) of you disable selinux when it comes to installing piler. However today I managed to make it work piler and selinux together. Firstly, enable some predefined rules: setsebool -P httpd_can_network_connect on setsebool -P httpd_ssi_exec on # in case

1.1.0 is released

2014-08-19 Thread Janos SUTO
Dear piler users, I've been just released the latest stable version (1.1.0) of piler. You may get it from the usual place, bitbucket. Link: https://bitbucket.org/jsuto/piler/downloads/piler-1.1.0.tar.gz Sha256 sum: f1e4df30285b38390cbfe0d49b67f07a7b157eb5ad1e3d6be936f27dd5f91ba1 This releas

Re: Russian lang in query.

2014-08-15 Thread Janos SUTO
Hello, On 2014-08-14 15:55, Максим Дуков wrote: Hello. Can somebody help me with pilar settings?    When I try to search text in message body in russian i have strange results - it can find results in attachment, but lost same text in body. what do you mean by "but lost same text in body"? J

Re: no search results in dailydelta1 or main1 but in delta1

2014-08-11 Thread Janos SUTO
Hello, try setting the following in config-site.php: $config['SPHINX_MAIN_INDEX'] = 'main1,dailydelta1,delta1'; It appears that you have delta1, but it's not present in the sphinx query. Let me know if it works for you. Btw. if you are evaluating piler, I recommend you to grab the master b

Re: tmp folder

2014-08-01 Thread Janos SUTO
Hello Konstantin, On 2014-08-01 12:37, Konstantin wrote: After 6 month of usage size of folder piler/tmp have increased to ~5 Gb. Is it safe to delete content of this folder during daily cron or these files reused in case of another message release (download)? yes, the old files (eg. any s

Re: mailpiler + sendmail

2014-07-22 Thread Janos SUTO
Hello Victor, the point is to configure you MTA (sendmail in this case) to forward a copy of all received emails to the piler host via smtp. However it may not be that simple when using sendmail, see its FAQ for explanation, and suggestions for some unsupported, but (probably) working workaroun

Re: Pilerimport -d import order

2014-07-03 Thread Janos SUTO
Hello Ben, On 2014-07-03 22:56, Shenandoah Gallitz wrote: Janos, I narrowed down the email through a lot of trial and error. Would it help at all if I sent you a copy of the message to make sure what helper or code is having trouble handling it? sure, go ahead, and send it to me. Janos

Re: Pilerimport -d import order

2014-07-03 Thread Janos SUTO
On 2014-07-02 23:05, Shenandoah Gallitz wrote: I'm importing some large email folders that have been converted from PST using ReadPST. Usually the import works correctly, but I have one folder of .EMLs where Pilerimport -d is stopping on a particular email and not going any further. I'm not sure

Re: query error

2014-07-02 Thread Janos SUTO
On 2014-07-02 19:14, Travis Dolan wrote: Using the piler GUI and searching for "", I get the following in my syslog SELECT id FROM dailydelta1,main1 WHERE       MATCH('') ORDER BY `sent` DESC LIMIT 0,5000 OPTION max_matches=5000 I do not have a index called dailydelta1. So this query return 0

Re: domains limit

2014-07-01 Thread Janos SUTO
Hello, On 2014-07-01 20:02, Nick I wrote: I have about 200 of domains in piler archive server. When i had about 50 i have no issues with web ui search. Now when i make a search i do not see results for any message (old or new). what's the sphinx query? Look at the maillog. Is there some l

RE: What components of mailpiler are used for?

2014-06-15 Thread Janos SUTO
On 2014-06-15 17:27, Mistina Michal wrote: Hello Janos. Finally I've found following conversation, where the most part is explained: https://bitbucket.org/jsuto/piler/issue/195/how-can-i-backup-piler-where-is-the-body yeah, some people have a hard time to figure out what an issue tracker

Re: right search command

2014-06-12 Thread Janos SUTO
Hello, the parser transforms URLs to special tokens, eg. __URL__wwwXdropboxXcom. You can check it by running "pilertest message.eml" to see what the parser makes. However this is not a human friendly token, so the gui make this transformation or rewriting when you enter http://www.dropbox.c

Re: how to reindex data correctly

2014-06-12 Thread Janos SUTO
Hello Michal, On 2014-06-12 12:29, Mistina Michal wrote: I would like to check something. For manual reindexing data is it enough to do following steps, so that I can see the e-mails in the mailpiler (0.1.24) webgui? 1) service searchd stop 2) su - piler 3) follow all the steps which I fin

Re: Cron job mail

2014-06-10 Thread Janos SUTO
On 2014-06-09 16:39, Jeff Larsen wrote: Since piler listens on port 25, we can't run a standard MTA to get system messages via email. I seem to recall that removing postfix was one of the steps in getting piler installed. What is the recommended method for enabling cron emails on a piler system

RE: piler and public folders

2014-06-03 Thread Janos SUTO
On 2014-06-03 14:26, Adam Camp wrote: That sounds perfect - you, Sir, are a legend! ehh :-) I try to make it soon, and let you know when it's ready to try Janos

<    1   2   3   4   5   6   >