Odd messages in mailog

Every 5 minutes I’m seeing a message from root to asterisk in my mail logs. Any idea what might be causing this?

May 21 14:05:02 SholinkPBX postfix/pickup[26062]: 8593C6C0136: uid=500 from=
May 21 14:05:02 SholinkPBX postfix/cleanup[29992]: 8593C6C0136: message-id=20180521190502.8593C6C0136@PBX
May 21 14:05:02 SholinkPBX postfix/qmgr[1491]: 8593C6C0136: from=[email protected], size=1609, nrcpt=1 (queue active)
May 21 14:05:03 SholinkPBX postfix/smtp[30000]: 8593C6C0136: to=[email protected], orig_to=, relay=asp-submit.reflexion.net[208.70.211.234]:25, delay=1, delays=0.08/0.19/0.55/0.18, dsn=2.0.0, status=sent (250 ok 1526929503 qp 14445)
May 21 14:05:03 SholinkPBX postfix/qmgr[1491]: 8593C6C0136: removed

Obvious question: who is that? If it’s your system name, check the Asterisk email account. If it isn’t your system, then I’d start ‘grep’-ing the crap out of your system.

SholinkPBX.sho-link.com is the origin name in the email setup page

Time to change that.

I’m not sure where it came from, but it needs to be set to something you control.

The messages are probably a failing crontab job that runs every five minutes. Log into the server as ‘root’ and try:

crontab -eu asterisk

Look for the jobs that run every five minutes and try them by hand. The one that fails is the one filling your maillog.

should get your some more information.

1 Like

Impressive! I had disabled qxact reports and there was a cron job associated with it. Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.