Re: Some questions about piler (user rights, ignored messages, etc)

2016-05-24 Thread Janos SUTO

Hello,

On 2016-05-24 16:55, Yann Lehmann wrote:

Hi,

I am new to piler and after some trouble, I have a working system that
I will test in the next days.

I have some questions about the use of piler:

1) User rights
I would like one user being able to see all messages. Do I have to
grant this user rights on all existing adresses and add new users when
these are created ? Or is there a "magic" way to grant access to all
adresses ?


just grant auditor role to this user, and you are done.



2) Ignored messages
I have seen on the "health page", that a lot of messages are ignored.
For now, I have only one user. Could it be that messages not for this
user are ignored ? If yes, is there a setting to archive all messages,


no. Piler archives each email it receives. A message can be ignored if 
it
matches an archiving rule or if it's a duplicate (based on the 
message-id)

If you have lots of messages WITHOUT a valid message-id, then they would
be discarded as well.


even if users or addresses do not exist on the piler system ?

3) If a user wants a message sent back to his mailbox, I guess piler
will send the message to the 'smarthost' defined in the
'config-site.php' file. Our mailserver only accepts mails from


that's right


authenticated users. Is it possible to send credentials with the
message and how ?


not at the moment


4) Is there a list which explains the parameters of the 'piler.conf' 
file ?


see src/examples.conf

Janos



Some questions about piler (user rights, ignored messages, etc)

2016-05-24 Thread Yann Lehmann


Hi,

I am new to piler and after some trouble, I have a working system that I 
will test in the next days.


I have some questions about the use of piler:

1) User rights
I would like one user being able to see all messages. Do I have to grant 
this user rights on all existing adresses and add new users when these 
are created ? Or is there a "magic" way to grant access to all adresses ?


2) Ignored messages
I have seen on the "health page", that a lot of messages are ignored. 
For now, I have only one user. Could it be that messages not for this 
user are ignored ? If yes, is there a setting to archive all messages, 
even if users or addresses do not exist on the piler system ?


3) If a user wants a message sent back to his mailbox, I guess piler 
will send the message to the 'smarthost' defined in the 
'config-site.php' file. Our mailserver only accepts mails from 
authenticated users. Is it possible to send credentials with the message 
and how ?


4) Is there a list which explains the parameters of the 'piler.conf' file ?

That's all for today.

Thanks in advance for any help and best regards
Yann Lehmann



Re: Error on "health page" of piler

2016-05-24 Thread Yann Lehmann




Am 24.05.2016 um 15:46 schrieb Yann Lehmann:



But what does the 'SMTP-Status' error mean ?

Is there something to do ?



Ok, I found it out: adding '$config['PILER_HOST'] = 'x.x.x.x';' (where 
x.x.x.x is the ip of the host where piler runs) to 'config-site.php' did it.




Error on "health page" of piler

2016-05-24 Thread Yann Lehmann


Hi

I am trying to set up a piler system.

I think most of the parts play well together but there is one problem 
mentioned on the "health page"


SMTP-Status: piler: ERROR
 smarthost: OK

'netstat -tunpel | grep "25"' shows piler is listening on the port 25.

I think piler is working and accepting mails from the mail server.

But what does the 'SMTP-Status' error mean ?

Is there something to do ?

Thanks and regards
Yann Lehmann