Displaying 20 results from an estimated 4000 matches similar to: "Light "bug" in authtest, sockets path"
2009 Nov 20
2
Problem compiling dovecot 1.2.8 on Solaris 10?
I've got an issue using Sun's compilers on Solaris 10 - it appears that dovecot is trying to use the getopt function, that's part of GNU's glibc, and, therefore, not present when using Sun's compilers.
Any ideas on how to resolve?
cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-auth -I../../src/lib-mail -I../../src/lib-imap -I../../src/lib-index
2006 Sep 21
0
imposible authenticate dovecot, but authtest and testsaslauthd can
Hi all, Im new and have a problem,
With authtest, i have Authentication
[root at dc9f8f585 ~]# authtest esimon at example.tld
Authentication succeeded.
Authenticated: esimon at example.tld (uid 501, gid 501)
Home Directory: /home/vmail/domains/
Maildir: (none)
Quota: (none)
Encrypted Password: (none)
Cleartext Password: (none)
Options: (none)
With
2009 Oct 06
10
Binary locations
Where do you think the following binaries should be installed to? The
possible locations are:
- bin/
- sbin/
- libexec/dovecot/ (or lib/dovecot/ in most Linux distros)
So the binaries are:
1) These probably belong to bin/ or sbin/ or both:
- authtest
- dovecotpw
- doveadm
2) Binaries that you might want to call from mail_executable setting:
- rawlog
- gdbhelper
3) Index file dumping
2012 Aug 13
2
[PATCH] Replace hard-coded PKG_STATEDIR with state_dir setting
Sharing an installed copy of dovecot between several users each running
a daemon within their own account (or using the same binaries for a
system daemon and a user daemon) is difficult because the compile-time
directory PKG_STATEDIR (typically /var/lib/dovecot) is hard-coded as the
location of things like the ssl-parameters.dat file and the replicator
database.
Replace all these uses of
2008 May 29
2
dovecot's deliver and SELinux
Hello,
I am the new maintainer of dovecot for Fedora and Red Hat and so I am
trying to cleanup some old reported bugs. One of them is a problem when
"deliver" writes of temporary files into /tmp are blocked by SELinux
policy (https://bugzilla.redhat.com/show_bug.cgi?id=424091). From the
SELinux's point of view it is bad when system services try to write
into /tmp (for detail see
2011 May 08
0
Issues with authentication failure delays
There are two rather clear issues with the state of authentication
failure delays. First, the delay length isn't what was (presumably)
intended. Second, there is a new way of doing failure delays in Dovecot
2 which was added *in addition to* the old method, rather than replacing
it. As a result delays may not be the expected length and settings don't
have the expected effect.
First, the
2009 Oct 05
1
v1.2.6 released
http://dovecot.org/releases/1.2/dovecot-1.2.6.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.6.tar.gz.sig
A couple of random things:
- I decided to start using "hg sign" to gpg sign all releases in
mercurial repository.
- v2.0.alpha1 will hopefully be released in a week or two.
Changes since 1.2.5:
* Upgraded to Unicode 5.2.0
+ Added authtest utility for doing passdb and
2009 Oct 05
1
v1.2.6 released
http://dovecot.org/releases/1.2/dovecot-1.2.6.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.6.tar.gz.sig
A couple of random things:
- I decided to start using "hg sign" to gpg sign all releases in
mercurial repository.
- v2.0.alpha1 will hopefully be released in a week or two.
Changes since 1.2.5:
* Upgraded to Unicode 5.2.0
+ Added authtest utility for doing passdb and
2018 May 30
0
use instance-name for syslog?
Hi!
On Thu, 31 May 2018 00:44:58 +0900,
A. Schulze wrote:
> When running multiple instances of dovecot on the same host (or running multiple docker container),
> it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot"
> It is hardcoded here:
>
2017 Jan 19
5
Segfault on LIST Command
Dear all,
I experience SegFaults in the imap binary on a LIST "" "" command,
as sent by Claws mail. Using LIST "" "INBOX" or similar is fine.
Here is an example telnet session
$ telnet 127.0.0.1 143
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
2008 May 22
2
auth_socket_path permissiones
Hello,
I'm using dovecot 1.0 under debian etch.
The lda socket path is set to:
auth_socket_path = /var/spool/postfix/private/auth
But this gives me the error:
net_connect(/var/spool/postfix/private/auth) failed: Permission denied
I suppose deliver is run as dovecot user.
I read about running deliver as root with the suid bit set. I'm not quite sure
if this is a good solution. Is there
2010 Aug 31
3
permissions on auth-userdb
Hi..
im still trying to upgrade to 2.0.
Im getting:
dovecot: lda: Error: userdb lookup:
connect(/var/run/dovecot/auth-userdb) failed: Permission denied
(euid=10000(vmail) egid=10000(vmail) missing +r perm:
/var/run/dovecot/auth-userdb, euid is not dir owner)
the error is correct caus its owned by root. My Questions is who should own it ?
Im not sure how that works, what process/user calls the
2011 Apr 20
2
possible bug leading to lmtp crashes
I have been using Samba 4 kerberos and ldap with dovecot. Samba 4
changed a while back (resulting in me asking for help) which requires
kerberos auth for ldap lookups. My setup worked perfectly before hand.
Before and after were with dovecot-2.0.11 and the after also happens
with 2.0.11.
The only changes were (in my ldap.conf for dovecot -- changes are new
lines starting with *, * is not in the
2011 Aug 24
3
Dovecot rejecting Vpopmail User 89
I'm working to get Dovecot 2.0.13 working along with qmail, Vpopmail and
Squirrelmail on a Debian 6.0.2 system, Dovecot compiled, not from a
package.
Vpopmail has a widely known assigned user/group ID of 89 and is the owner
of all the mail folders.
Regardless of value of first_valid_uid (1, 89, other), Dovecot denies
Squirrelmail connection, saying it can't allow access to UID 89.
2017 Jan 23
2
Segfault on LIST Command
I'll try reproduce this issue, but can you, in the mean time, run this
with mail_debug=yes and provide logs?
Aki
On 23.01.2017 11:45, Thorsten Hater wrote:
> Hi,
>
> I did added the default location and stripped down my config to a very
> basic
> level, dropping all plugins and database queries, see below. The segfault
> still
> appears in the same location.
> As I
2015 May 08
1
Cant use doveadm to set ACL . [request for help]
Hi,
i keep getting error for using doveadm acl get commands.
Below is the output for grep 'socket_path' :-
grep 'socket_path' /etc/dovecot/dovecot.conf
auth_socket_path = /var/run/dovecot/auth-master
auth_socket_path = /var/run/dovecot/auth-master
[root at mail root]# doveadm acl get -u bob at mydomain.net -S
/var/run/dovecot/auth-master -m Inbox
doveadm(bob at
2012 Feb 03
1
What does this /var/log/maillog message means?
Hi,
I'm, trying to configure Devcot(2.0.9). Here is my dovecot.conf:
[code]
protocols = imap pop3 lmtp
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_location = maildir:/home/vmail/%d/%n/Maildir
ssl_cert = /etc/pki/dovecot/certs/dovecot.pem
ssl_key = /etc/pki/dovecot/private/dovecot.pem
namespace {
type = private
separator = .
prefix = INBOX.
inbox = yes
}
protocol
2017 Jan 23
2
Segfault on LIST Command
Thank you for your report.
Aki
On 23.01.2017 11:56, Thorsten Hater wrote:
> OK, I found the problem in my config. If I use an default namespace with an
> empty
> name, instead of "inbox" it works as expected. Here the log for this case
>
> Starting program: /usr/local/libexec/dovecot/imap -u ****
> imap(****): Debug: auth input: **** home=**** uid=48 gid=48
>
2007 Jan 22
3
Postfix & Dovecot LDA
Hi,
before I start to write a lengthy email about something that isn't
really possible anyway: can I make Postfix use Dovecot's LDA and start
it with different user IDs?
My scenario: Dovecot authenticates users for Postfix and itself using
Postgresql. Mails for two domains should be stored under
/srv/<domain>/<user> (which is the location returned by my user_sql
query and
2006 May 23
1
LDA Problem
Hi
I'm having a problem with dovecot deliver. I'm using a dovecot version
1.0.beta8. As I am using a chrooted (/var/spool/postfix) postfix
(version: 2.2.10) with cyrus-sasl authentification (all working).
Postfix config is changed according to the http://wiki.dovecot.org/LDA:
main.cf:
mailbox_command = dovecot
master.cf:
dovecot unix - n n - - pipe