Status piler:Error

Issue #1080 resolved
Dionny Matos Robles created an issue

Piler v1.3.8 and Debian 10

root@piler:~# /etc/init.d/rc.piler restart

root@piler:~# tail -f /var/log/mail.log
Jun 26 12:50:00 piler piler[1726]: piler has been terminated
Jun 26 12:50:01 piler piler-smtp[2280]: reloaded config: /usr/local/etc/piler/piler.conf
Jun 26 12:50:01 piler piler-smtp[2280]: cannot bind to port: 0.0.0.0:25
Jun 26 12:50:01 piler piler[2281]: added mydomain: 'local'
Jun 26 12:50:01 piler piler[2281]: reloaded config: /usr/local/etc/piler/piler.conf
Jun 26 12:50:01 piler piler[2281]: piler 1.3.8, build 998 starting
Jun 26 12:50:01 piler piler[2284]: forked a child (pid: 2284)
Jun 26 12:50:01 piler piler[2284]: child (pid: 2284, serial: 1) started main() working on '1'
Jun 26 12:50:01 piler piler[2283]: forked a child (pid: 2283)
Jun 26 12:50:01 piler piler[2283]: child (pid: 2283, serial: 0) started main() working on '0'

lun 26 15:05:06 piler piler-smtp[628]: sent on fd=20: 502 Command not implemented#015
Jun 26 15:05:06 piler piler-smtp[628]: got on fd=20: F+eFcBNspt6W3qdb7Wjm3hL6khAtwEwgi5CYQDnDDlaAkHuXQ3GCsBXAtBMBcCYDcGFw0jcYN8GS#015#012
Jun 26 15:05:06 piler piler-smtp[628]: sent on fd=20: 502 Command not implemented#015
Jun 26 15:05:06 piler piler-smtp[628]: got on fd=20: HWHh/Pxn7/If4xuGTQyrjD++1i3uYrMBzvuY1CslQ5CVY5lemumAOQeq10l7DmTQbkadymYD1/cy#015#012
Jun 26 15:05:06 piler piler-smtp[628]: sent on fd=20: 502 Command not implemented#015
Jun 26 15:05:06 piler piler-smtp[628]: got on fd=20: y8QAzDkazRQbOoOHjPZgQP+5oF4gB0Dka0RQbSoOny+mP9FmBEb3ZSPI66DLMM+7MFDfuzaDx392#015#012
Jun 26 15:05:06 piler piler-smtp[628]: sent on fd=20: 502 Command not implemented#015
Jun 26 15:05:07 piler piler: INDEXER INFO: merging delta to dailydelta started
Jun 26 15:05:07 piler piler: INDEXER INFO: merging delta to dailydelta finished
Jun 26 15:11:16 piler piler-webui[579]: username=admin@local, event='logged in', ipaddr=192.168.120.36
Jun 26 15:25:01 piler piler: INDEXER INFO: indexing delta1 started
Jun 26 15:25:01 piler piler: INDEXER INFO: indexing delta1 finished
Jun 26 15:25:06 piler piler: INDEXER INFO: merging delta to dailydelta started
Jun 26 15:25:06 piler piler: INDEXER INFO: merging delta to dailydelta finished

Comments (6)

  1. Janos SUTO repo owner

    Something is already on port 25: cannot bind to port: 0.0.0.0:25

    Perhaps you wanted to start piler-smtp without stopping it first. However, there’s another trouble: piler-smtp doesn’t seem to handle the message properly, and it thinks the base64 stuff is actually an smtp command. Not sure why.

  2. Janos SUTO repo owner

    I’m glad that you changed the type to task, however I can’t see anything I could act on.

  3. Dionny Matos Robles reporter

    Hi, Mr. Janos Suto.
    I mentioned to him that my MTA sends thousands of emails per day to piler and I asked myself, if at any time the reception of mails can be overloaded or collapse through port 25 of piler. I have spent some days checking the logs "mail.log" and precisely when you are doing these tasks that I detail below, it is when in the graphic interface the status of piler is "piler: Error".
    Will any of the piler cronatb tasks saturate port 25?
    Another thing, when I stop the service "/etc/init.d/rc.piler stop" and check the running services, I still get "piler-smtp" running on port 25.
    I have to kill the service by the PID and then start it. Do you have any idea of ​​this problem?
    Greetings and thanks for your responses from Cuba.

    Jun 26 15:11:16 piler piler-webui [579]: username = admin @ local, event = 'logged in', ipaddr = 192.168.120.36
    Jun 26 15:25:01 piler piler: INDEXER INFO: indexing delta1 started
    Jun 26 15:25:01 piler piler: INDEXER INFO: indexing delta1 finished
    Jun 26 15:25:06 piler piler: INDEXER INFO: merging delta to dailydelta started
    Jun 26 15:25:06 piler piler: INDEXER INFO: merging delta to dailydelta finished

  4. Log in to comment