Displaying 20 results from an estimated 5000 matches similar to: "Rawlogs in freebsd?"
2009 Apr 27
2
[PATCH] Clarify rawlog example
# HG changeset patch
# User matthijs at stdin.nl
# Date 1240845142 -7200
# Branch HEAD
# Node ID 19f4b6167b426c36b7b3b38db4397f2723dc75c2
# Parent c8de2237478fc01ee46e6ec8cda41e8d3cecb68c
Clarify rawlog example.
diff -r c8de2237478f -r 19f4b6167b42 dovecot-example.conf
--- a/dovecot-example.conf Thu Apr 23 12:01:40 2009 -0400
+++ b/dovecot-example.conf Mon Apr 27 17:12:22 2009 +0200
@@ -543,6
2014 Mar 17
1
Imap user via proxy with starttls - how to rawlogs on proxy ?
Hello,
Is there any way to log user imap dialog with starttls when going via
dovecot acting as imap proxy ?
My intention is to log each and every user command similar to rawlogs
feature.
As per my current imap proxy config pre-login working like a charm but
post-login is not possible due as i think the nature of proxy feature.
Any idea ?
Regards
--
View this message in context:
2017 Aug 03
1
rawlog
> On August 3, 2017 at 8:57 PM Alexander Dalloz <ad+lists at uni-x.org> wrote:
>
>
> Am 03.08.2017 um 01:04 schrieb Matt Bryant:
> > Hi,
> >
> > Trying to get rawlog working on dovecot 2.2.31 configured as per
> >
> > https://wiki2.dovecot.org/Debugging/Rawlog
> >
> > but
> >
> > a) it doesnt appear to be loggin anything
2006 Apr 20
2
dovecot.rawlog for imap-login
I'm trying to see what users are sending for login. I added the rawlog
binary in front of the imap-login in the config file. I'm not seeing
any rawlogs. I added the dovecot.rawlog in the dovecot user directory
(since that's what the imap-login process seems to run as) and it's
permission are wide open. Still nothing.
Help?
2017 Aug 02
2
rawlog
Hi,
Trying to get rawlog working on dovecot 2.2.31 configured as per
https://wiki2.dovecot.org/Debugging/Rawlog
but
a) it doesnt appear to be loggin anything
b) rawlog_dir which is supposed to be v2.2.26+ seems no where in site ..
in fact complains about unknown variable
So does rawlog still do anything ???? Or am I missing something ...
config is below ....
# 2.2.19:
2016 Dec 12
3
Dovecot 2.2.27 & windows 10 outlook (no auth attempts in 0 secs) error.
Edit: When using win8, then logs started appear in dovecot.rawlog. But
as win10 gives error in ssl level, before user authentication, then no
debug logs will be written into user dovecot.rawlog folder.
So how to debug this ssl issue?
Aki Tuomi wrote:
> https://wiki2.dovecot.org/Debugging/Rawlog
>
> can you try this to get rawlogs to find out what happens?
>
> Aki
I'm bit
2017 Dec 23
3
dovecot-submission SMTP send error with Thunderbird (BODY=8BITMIME)
Hi,
With latest 2.3 -git (and 2.3.0 release), I'm running into this error
with Thunderbird:
"An error occurred while sending mail. The mail server responded: 5.5.4
Unsupported mail BODY type. Please verify that your email address is
correct in your account settings and try again."
This is fatal and means Thunderbird cannot use the submission service -
fortunately I can revert
2019 Sep 28
2
dsync having problems with @-sign in mailbox names
> On 28 Sep 2019, at 11:28, Sami Ketola via dovecot <dovecot at dovecot.org> wrote:
>
>
>
>> On 28 Sep 2019, at 12.21, Philip Iezzi via dovecot <dovecot at dovecot.org> wrote:
>>
>> Hi there
>>
>> We are running Cyrus-to-Dovecot migrations using dsync on destination Dovecot server (Debian Stretch / latest Dovecot 2.3.7.2 from community
2009 Nov 02
1
defunct in 1.24 on FreeBSD Alphaserver
Hello,
I've recently upgraded Dovecot from 1.1.16 to 1.2.4 on FreeSBD 6.3-
RELEASE running on old Alphaserver 1200.
Some time after this upgrade all user's MUAs showed error that user
password was not accepted. I've noticed many zombies of imap and pop3
processes on my server (all in defunct state). Looks like when
"login_max_processes_count" was reached, Dovecot
2013 Nov 11
1
Enable Rawlog from userdb in Dovecot v2.2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
how do I enable Rawlog for one person only?
http://wiki2.dovecot.org/Debugging/Rawlog
describes how to enable the postlogin script for all users. Rawlog gets
active only, if the dovecot.rawlog directory exists. So far, it's working.
However. I suspect that there is some notable overhead in this chain, so I
tried to enable rawlog via
2015 Mar 09
4
rawlog with -i not worked
Hello,
I have the rawlog enabled according to the
manual:http://wiki2.dovecot.org/Debugging/Rawlog
Without -i everything is wonderful, a coredump is with the -i parameter
created
****************************************
service imap-postlogin {
executable = script-login -d rawlog -i
user = vmail
}
****************************************
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012
2015 Apr 03
1
IMAP logging / rawlog
I am trying to monitor with Nagios that my phones are consistently checking into dovecot via IMAP. I used to be able to parse syslog for imap-login messages. I have since updated my phones, the phoness email client (k9-mail) and dovecot. Now the imap-login messages are few and far between. However, I can clearly see via tcpdump that some traffic is happening when I click refresh on k9. I enabled
2006 Jun 22
1
Patch for rawlog.c
hello
The homedirectories are stored as a relative path in my userdb
One problem ocoures with rawlog:
rawloging occures only if a directory $HOME/dovecot.rawlog exist.
this is checked with lstat
for me $HOME is always "username/". This is relative to /var/mail and works.
in rawlog.c lstat should now check "username//dovecot.rawlog" which fails.
lstat can check
2013 Jun 02
2
rawlog without setting home in userdb
Hi all,
in my settup i decided to set mail_home in 10-mail.conf,
and let dovecot do the hashing to a 2-level directory structure.
mail_location = mdbox:~/mdbox:ALT=/altstorage/%h/mdbox
mail_home = /vmail/%1Mu/%2.1Mu/%u
In my userdb ist homedirectory not set and everythink works as expected,
except when i use rawlog i get only logs in ~/dovecot.rawlog if home is
set in userdb.
In wiki
2006 Aug 02
1
alternate rawlog directory
Hello,
In rc2 sources, the rawlog directory seem to be hard-coded to be
looked for in $HOME.
I'd like to have a way to centralized the place where rawlog files are, in order to be able :
. to rotate them more easily
. not to leave them at the user's reach
. not to have to enter the user's directory to read them
I'd like to have a layout similar to this :
2009 Jun 15
2
Dovecot v1.2 rawlog in dovecot.conf trouble
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
using Dovecot v1.2 changeset: 9126:b745911012bb
This line in dovecot.conf make trouble (wrapped in mail):
mail_executable =
/usr/local/dovecot-1.2.rc5unpatched/libexec/dovecot/rawlog
/usr/local/dovecot-1.2.rc5unpatched/libexec/dovecot/imap
# sbin/dovecot -F
Fio_loop_handle_add: epoll_ctl(1, 0): Operation not permitted
Error: imap
2010 Jun 17
3
Problem configuring rawlog with 2.0beta6
The initial problem I was seeing after upgrade from 2.0beta5 to
2.0beta6 was error messages from my Android phone K9 client that
dovecot was reporting -1 messages in various mailboxes. These
mailboxes do have the special "Mail System Internal Data" message in
them.
In trying to get more information for debugging, I tried toenable
rawlog using the same configuration I used successfully
2015 Mar 12
3
location of dovecot.rawlog-directory
How is it possible to have the dovecot.rawlog-directory outside the
mail_location? A link to another directory is not because it is checked
in rawlog.c S_ISDIR to directory.
2017 Nov 10
3
rawlog segfaults (error 4 in libdovecot.so.0.0.0)
Hello everybody,
i tried to debug imap sessions with the rawlog feature and rawlog
creates files but when i try to dump them doveadm tells me
[...] Error: zlib.read((file)): unexpected EOF at [...].
I looked at syslog files and i see, that rawlog gets
terminated with a segfault, e.g.:
segfault at 10 ip 00007ff6da362596 sp 00007fffe725a080 error 4 in
libdovecot.so.0.0.0[7ff6da2a4000+122000]
Is
2010 Jun 15
4
dovecot vs. Thunderbird
Hello (and Moin Moin) ;)
I have currently a straith Problem ...
I have our IMAP-Server migrated from an old cyrus the the current stable
Version of dovecot.
In the old configuration we organized many mails (e.g. root-Stuff) in
Public Folders. They structure had nearly 5 folderlevels.
After the complete migration an syncronize we switch complete to the
dovecot setup.
At this moment we have