Displaying 20 results from an estimated 8000 matches similar to: "disable auth-worker logging"
2016 Feb 05
4
Send Dovecot logs to rsyslog
Hello,
I'm trying to send Dovecot logs to a Graylog server.
To do this, I'd like to pass logs to rsyslog and rsyslog pass logs to
remote Graylog server.
I set in dovecot.conf : syslog_facility = local5.info
I set in rsyslog.conf : local5.info @192.168.xxx.xxx:5555
Restarted services and it doesn't work.
I use nmap to test if port 5555 is opened and this port is open.
What
2018 Sep 26
4
split auth from other logging
I hoped I don't have to switch to syslog logging. Well, anyway.
I changed
10-logging.conf:
syslog_facility = uucp
and commented out the other log lines.
rsyslog.d/50-default.conf:
uucp.debug -/var/log/dovecot/debug.log
uucp.info -/var/log/dovecot/dovecot.log
uucp.warn -/var/log/dovecot/warn.log
uucp.err
2016 Feb 06
2
Send Dovecot logs to rsyslog
Just tested, same result :(
Thanks
Nicolas
2016-02-06 16:44 GMT+01:00 Oscar del Rio <delrio at mie.utoronto.ca>:
> On 05/02/2016 9:42 AM, Nicolas Fo wrote:
>
>> I set in dovecot.conf : syslog_facility = local5.info
>>
>
> Try:
>
> syslog_facility = local5
>
> Source:
> http://wiki.dovecot.org/Logging#Syslog_Example
>
2018 Sep 26
2
split auth from other logging
This works for splitting off lmtp traffic, for instance.
syslog_facility = uucp
rsyslog:
:msg, contains, "lmtp(" -/var/log/dovecot/lmtp.log
& stop
uucp.=debug -/var/log/dovecot/debug.log
uucp.=info -/var/log/dovecot/dovecot.log
uucp.=warn -/var/log/dovecot/warn.log
uucp.=err
2018 Sep 26
3
split auth from other logging
Is there a way to split the auth logging (logins and failed logins) from
the other logging that goes to
info_log_path = /var/log/dovecot/dovecot.log
?
This log gets a lot of other info as well, most notably the lmtp
notifications about every filed mail (with no level stamping, btw).
This makes it really hard to find authentication errors quickly and
comfortably.
It would be nice to be able to
2010 Sep 07
4
LMTP logging configuration
Hi,
I'm using Dovecot 2.0.1, and I log to a custom syslog facility (local0) in the
main configuration (I want a separate log file, but I want to make use of
rsyslogd's capabilities). I overwrite the syslog facility for LDA (mail) to
have all delivery related stuff in /var/log/mail.log, and that works fine.
I tried to do the same for LMTP with
protocol lmtp {
syslog_facility = mail
}
2012 Dec 05
2
log_path - expansion possible?
Does (or can) the ability to use expansion variables in Dovecot's log_path exist?
ie:
log_path = /var/log/dovecot/dovecot-%Y%m%d
--
Robert Blayzor
INOC, LLC
rblayzor at inoc.net
http://www.inoc.net/~rblayzor/
2018 Sep 26
0
split auth from other logging
# Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err
> Am 26.09.2018 um 12:43 schrieb Kai Schaetzl <maillists at conactive.com>:
>
> I hoped I don't have to switch to
2012 Jun 05
4
rsyslog.conf - why the "-" in this entry? mail.* -/var/log/maillog
In dealing with an unrelated issue I came across this in rsyslog.conf.
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* -/var/log/maillog
# Log cron stuff
cron.* /var/log/cron
Why is there a "-"
2017 Jul 09
2
rsyslog stops logging on service reload?
I have multiple servers running stock CentOS 7 rsyslog 7.4.7-16.el7,
which are configured to log locally and over TCP to a remote logserver,
also running stock CentOS 7 rsyslog. The remote server uses imptcp to
receive, and pretty basic rules to parse and commit to disk.
I have several systems that log prolifically, but periodically, they
stop soon after the remote log server HUPs (daily
2013 Dec 18
2
How can I disable PostFix maillog ( /var/log/maillog )
How can I disable PostFix maillog ( /var/log/maillog ) ?
2020 Oct 28
1
System not logging
One of my boxes has stopped logging some of the things it's supposed
to.? I use rsyslog which used to send named and dhcpd entries to
separate log files.? Both named and dhcpd are working. I have shut down
the DHCPD server and run it in debug mode and the output is produced as
expected.
I have shut down rsyslog and run that in debug mode and it looks like
everything is running, but
2010 Nov 26
1
rsyslog as default syslog daemon?
Hi all!
Is anybody here using rsyslog? I am looking for the right solution how
to use rsyslog in CentOS 5 as the default logging daemon. We use it
because of filtering using regular expressions.
I switched from sysklogd to rsyslog simply using
chkconfig --del syslog
chkconfig --add rsyslog
chkconfig rsyslog on
service syslog stop
service rsyslog start
but this seems not to be
2017 Dec 01
3
Dovecot lmtp doesn't log
Hi,
Thanks for replying.
initially logging was done via syslog, and the custom log file for mail.*
facility was /var/log/maillog. Everything was logged normally (dovecot
login logouts, sieve scripts, extra debugging lines) but nothing regarding
LMTP. I would receive the email in my inbox but I wouldnt be able to see
anything in the logs regarding this. After that i turned off syslog and
used the
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
I have two servers pointing to an NFS mounted mail spool with dovecot.?
Since I recently switched from using Dovecot v1.X, I have been
experiencing high CPU use with the two Dovecot servers. I am not certain
why they are not well behaved.? Here is the configuration information.
This configuration is currently running at a load average of 17.
/usr/sbin/dovecot -n
# 2.1.15:
2011 Apr 18
3
Logging configuration
How do I tell puppet to log somewhere other than /var/log/messages. None of
the logging configuration options seem to do anything any more. Specifically
puppetdlog.
# The log file for puppet agent. This is generally not used.
# The default value is ''$logdir/puppetd.log''.
puppetdlog = /var/lib/puppet/log/puppetd.log
--
You received this message because you are
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
I have, but I will be happy to review it once again.
On 12/18/18 2:14 PM, admin wrote:
> Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E. Whale, CEH
> CHS CISA CISSP:
>>
>> I have two servers pointing to an NFS mounted mail spool with
>> dovecot.? Since I recently switched from using Dovecot v1.X, I have
>> been experiencing high CPU use with the two
2020 Aug 19
1
syslog logging + 2.3.10 + centos 7
All,
Running dovecot 2.3.10 on a CentOS 7.x and logging via syslog seems to
stop when i restart rsyslog process. Reload doesnt get it working again
only a dovecot restart. Tested this with dovecot 2.2.36 and this did not
exhibit the same behaviour.
systemctl restart dovecot rsyslog ----- this gets a working state
systemctl restart rsyslog ------------- this restarts syslog other
processes
2007 May 10
1
BUG REPORT - Stops logging after sleep
Version: dovecot --version: 1.0.0
OS: OS X - 10.4.9
Architecture: G5 Dual/1.8Ghz
Had a fairly normal time correction last night:
May 9 20:56:56 G518X2 ntpd[219]: time set -1.212733 s
Which dovecot duly noted:
May 9 20:56:56 G518X2 dovecot: auth(default): Time just moved
backwards by 1 seconds. I'll sleep now until we're back in present.
This morning all of the dovecot processes are
2017 Mar 19
1
Permission denied when logrotating dovecot.log
Well, I'd rather to have dovecot log alone in one log file.
My initial question is that user/group and file permissions to use??
On 19/03/17 15:40, Richard wrote:
>
>> Date: Sunday, March 19, 2017 15:28:35 +1300
>> From: Michael Heuberger <michael.heuberger at binarykitchen.com>
>>
>> On 19/03/17 15:12, Richard wrote:
>>>> Date: Sunday, March 19,