Displaying 20 results from an estimated 1667 matches for "log_path".
2024 Apr 25
1
[PATCH] Enable ssh_config to set LogPath option (-E)
...LogVerbose },
{ "dynamicforward", oDynamicForward },
{ "preferredauthentications", oPreferredAuthentications },
@@ -1629,6 +1630,10 @@ parse_pubkey_algos:
}
break;
+ case oLogPath:
+ charptr = &options->log_path;
+ goto parse_string;
+
case oLocalForward:
case oRemoteForward:
case oDynamicForward:
@@ -2585,6 +2590,7 @@ initialize_options(Options * options)
options->num_permitted_remote_opens = 0;
options->log_facility = SYSLOG_FACILITY_NOT_SET;...
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/
2015 Apr 12
2
[LLVMdev] ubsan and log_path?
Quick question...
asan/msan/tsan all call __sanitizer_set_report_path(common_flags()->log_path), but ubsan does not (which, in practice, seems to mean that you can't redirect the ubsan output anywhere but to the default logging path of stderr). Is there any reason why this can't happen, or it would be a bad idea?
Thanks again,
Hal
--
Hal Finkel
Assistant Computational Scientist
Le...
2019 Dec 30
1
Issue running Dovecot in Docker Container
...r.conf
# 2.2.36 (1f10bfa63): /etc/dovecot/director.conf
# OS: Linux 4.1.12-112.14.11.el7uek.x86_64 x86_64 Red Hat Enterprise Linux
Server release 7.7 (Maipo)
# Hostname: 69b492645b56
auth_debug = yes
auth_default_realm = xxxxxxxxxxxxxxxx
auth_verbose = yes
base_dir = /var/run/dovecot_director
debug_log_path = $log_path
director_mail_servers = xxxxxxxxxxxxxxxxxx
director_servers = xxxxxxxxxxxxxxxxxxxx
disable_plaintext_auth = no
first_valid_uid = 1000
hostname = xxxxxxxxxxxxxxxxxxxx
info_log_path = $log_path
instance_name = Director
lmtp_proxy = yes
log_path = /dovecot.log
login_log_format_elements = u...
2015 Nov 06
2
Problem with permissions of the logfile
Hello!
I want to have dovecot log into a separate file and set
log_path = /var/log/dovecot instead of log_path = syslog
Dovecot does not start if I do this. Tried to change
permissions and overschip of the file, no luck, ha.
Deleted it in the hope dovecot creates it but no.
If I set log_path = syslog dovecot starts and I see
it is running as
# ps aux |grep dove
root...
2019 Dec 27
7
Issue running Dovecot in Docker Container
The conf.d files are not included. I have added !include conf.d/*.conf to
director.conf and reloaded the dovecot and director services.
conf.d/10-logging also has the following lines:
log_path = /dovecot.log
info_log_path = $log_path
debug_log_path = $log_path
The /dovecot.log file still shows empty. Nothing is being logged to that
file.
Thanks & Regards,
Naveen
On Thu, Dec 26, 2019 at 10:52 PM Aki Tuomi <aki.tuomi at open-xchange.com>
wrote:
> Do you have !include or...
2008 Mar 13
0
LDA log_path
...red a server from one machine to another. The only
remaining dovecot problem I have is that the dovecot deliver program
isn't writing a log file. I have this in the conf file:
protocol lda {
.....
mail_plugins = cmusieve
mail_plugin_dir = /usr/lib64/dovecot/lda
.....
# setup log files:
log_path = /var/log/dovecot-deliver.log
}
but that file doesn't get written. The dovecot.log and
dovecot_info.log files do get written and I've tried creating/touching
the deliver log, but that doesn't seem to help at all.
If I don't create /var/log/dovecot-deliver.log it doesn't get c...
2009 Oct 05
4
Delivery failure about update to 1.2.4 (Debian)
Version:
1.2.4
Config:
# 1.2.4: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-2-686 i686 Debian squeeze/sid ext3
log_path: /var/log/dovecot.log
info_log_path: /var/log/dovecot-info.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps pop3 pop3s
ssl_ca_file: /etc/ssl/certs/gd_intermediate_bundle2.crt
ssl_cert_file: /etc/ssl/certs/theta.crt
ssl_key_file: /etc/ssl/private/theta.key
ssl_key_password: obfuscated
disa...
2017 Oct 28
2
Quota warning executable can not log to /dev/stdout
I'm running dovecot 2.2.27 in a alpine based docker container and want
to log to /dev/stdout. I therefore added this setting:
log_path = /dev/stdout
Logging works fine so far.
Now I've added a quota-warning script. With the log_path setting above
the script creates warnings like:
Oct 28 10:27:01 quota-warning: Error: Can't open log file /dev/stdout:
No such device or address
Oct 28 10:27:01 quota-warning: Fatal: maste...
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
>
2024 Apr 25
1
[Bug 3683] New: Enable log_path configuration from ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=3683
Bug ID: 3683
Summary: Enable log_path configuration from ssh_config
Product: Portable OpenSSH
Version: 9.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org...
2019 Dec 30
0
Issue running Dovecot in Docker Container
...0bfa63):
> /etc/dovecot/director.conf # OS: Linux 4.1.12-112.14.11.el7uek.x86_64
> x86_64 Red Hat Enterprise Linux Server release 7.7 (Maipo) # Hostname:
> 69b492645b56 auth_debug = yes auth_default_realm = xxxxxxxxxxxxxxxx
> auth_verbose = yes base_dir = /var/run/dovecot_director debug_log_path =
> $log_path director_mail_servers = xxxxxxxxxxxxxxxxxx director_servers =
> xxxxxxxxxxxxxxxxxxxx disable_plaintext_auth = no first_valid_uid = 1000
> hostname = xxxxxxxxxxxxxxxxxxxx info_log_path = $log_path instance_name
> = Director lmtp_proxy = yes log_path = /dovecot.log
> logi...
2019 Dec 30
0
Issue running Dovecot in Docker Container
...36
(1f10bfa63):
/etc/dovecot/director.conf # OS: Linux
4.1.12-112.14.11.el7uek.x86_64
x86_64 Red Hat Enterprise Linux Server release 7.7 (Maipo) #
Hostname:
69b492645b56 auth_debug = yes auth_default_realm = xxxxxxxxxxxxxxxx
auth_verbose = yes base_dir = /var/run/dovecot_director
debug_log_path =
$log_path director_mail_servers = xxxxxxxxxxxxxxxxxx
director_servers =
xxxxxxxxxxxxxxxxxxxx disable_plaintext_auth = no first_valid_uid =
1000
hostname = xxxxxxxxxxxxxxxxxxxx info_log_path = $log_path
instance_name
= Director lmtp_proxy = yes log_path = /dovecot.log
login_log_format...
2013 May 17
1
ACLs - creating new top level folders
...ser1 itself? Or do we
need to create all subfolders beneath Inbox like this is usual with
other IMAP servers?
Ingo
---
/usr/sbin/dovecot -c /etc/dovecot/dovecot-test.conf -n
# 1.2.15: /etc/dovecot/dovecot-test.conf
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.7
base_dir: /var/run/dovecot-test/
log_path(default): /var/log/dovecot-test/error.log
log_path(imap): /var/log/dovecot-test/error.log
log_path(pop3): /var/log/dovecot-test/error.log
log_path(managesieve): /var/log/dovecot-test/managesieve.log
info_log_path(default): /var/log/dovecot-test/info.log
info_log_path(imap): /var/log/dovecot-test/in...
2019 Dec 30
0
Issue running Dovecot in Docker Container
...nux
> 4.1.12-112.14.11.el7uek.x86_64
> x86_64 Red Hat Enterprise Linux Server release 7.7 (Maipo) #
> Hostname:
> 69b492645b56 auth_debug = yes auth_default_realm =
> xxxxxxxxxxxxxxxx
>
> auth_verbose = yes base_dir = /var/run/dovecot_director
> debug_log_path =
> $log_path director_mail_servers = xxxxxxxxxxxxxxxxxx
> director_servers =
> xxxxxxxxxxxxxxxxxxxx disable_plaintext_auth = no first_valid_uid =
> 1000
> hostname = xxxxxxxxxxxxxxxxxxxx info_log_path = $log_path
> instance_name
> = Director lmt...
2019 Dec 30
0
Issue running Dovecot in Docker Container
...nux
> 4.1.12-112.14.11.el7uek.x86_64
> x86_64 Red Hat Enterprise Linux Server release 7.7 (Maipo) #
> Hostname:
> 69b492645b56 auth_debug = yes auth_default_realm =
> xxxxxxxxxxxxxxxx
>
> auth_verbose = yes base_dir = /var/run/dovecot_director
> debug_log_path =
> $log_path director_mail_servers = xxxxxxxxxxxxxxxxxx
> director_servers =
> xxxxxxxxxxxxxxxxxxxx disable_plaintext_auth = no first_valid_uid =
> 1000
> hostname = xxxxxxxxxxxxxxxxxxxx info_log_path = $log_path
> instance_name
> = Director lmt...
2019 Dec 30
2
Issue running Dovecot in Docker Container
...x86_64 Red Hat Enterprise Linux Server release 7.7 (Maipo) #
<br>Hostname:
<br> 69b492645b56 auth_debug = yes auth_default_realm = xxxxxxxxxxxxxxxx
<br>
<br> auth_verbose = yes base_dir = /var/run/dovecot_director
<br>debug_log_path =
<br> $log_path director_mail_servers = xxxxxxxxxxxxxxxxxx
<br>director_servers =
<br> xxxxxxxxxxxxxxxxxxxx disable_plaintext_auth = no first_valid_uid =
<br>1000
<br> hostname = xxxxxxxxxxxxxxxxxxxx info_log_path = $...
2015 Mar 09
3
Overriding dovecot.conf from Userdb Extras
Hi,
I thought I read that anything from dovecot.conf can be overridden in a
userdb lookup. Or a passdb lookup with "userdb_" prefix.
But I tried for fun change log_path but it never worked. Is that because
logging is special, already started logging before it comes to the
passdb/userdb lookups? So are there some dovecot.conf settings
that cannot be overridden?
Thanks!
2010 May 06
1
log_path and info_log_path - ownership of parent directory
The Ubuntu package didn't create the directory for these. What
ownership/permissions are needed for it? Does it need to be owned by the
dovecot user?
2010 Aug 18
1
dovecot-lda logging
.../log/dovecot.log: permission denied".
This is understandable because my dovecot.log file is 0600 mode. My
question is how do I retain the 1.2.13 functionality of logging dovecot-lda
to /var/log/dovecot-lda.log.
I've read the LDA.txt in the wiki documentation and it states I can override
log_path & info_log_path like this:
protocol lda {
log_path = /var/log/dovecot-lda.log
info_log_path = /var/log/dovecot-lda.log
}
What I don't know is where to add that segment. Should I add it to
10-logging.conf or 15-lda.conf? Right now I've added that to both the files
but I still see the...