Hello all
I use debian 9 with dovecot 2.x: real system users and virtual users:
almost all works perfectly ;)
Virtual users can connect via imap and pop using name + domain name:
use...@domain1.org, etc.
pam (real system users) users can connect via imap and pop ONLY without
domain name
Hello, thanks for your reply
I already tried with:
username_format=%n or auth_username_format=%n but I've same problem
Pol
passdb {
driver = pam
args = username_format=%n
}
also you probably want to consider using driver=passwd instead, if you
really don't need pam due to some special plugin
le drivers add
passdb {
driver = static
args = username=%n noauthenticate
}
Aki
On 05.09.2017 11:03, Pol Hallen wrote: Hello, thanks for your reply
I already tried with:
username_format=%n or auth_username_format=%n but I've same problem
Pol
passdb {
driver = pam
args = username_format
ssl = yes
}
}
service quota-warning {
executable = script /root/bin/quota-warning.sh
unix_listener quota-warning {
mode = 0666
user = vmail
}
user = root
}
ssl_cert =
Can you provide
doveconf -n (with the new config)
enable auth_debug=yes, auth_verbose=yes and provide logs
>
> passdb {
> driver = static
> args = username=%n noauthenticate
> skip = authenticated
> }
>
> passdb {
> driver = pam
> skip = authenticated
> }
>
> On 05.09.2017 14:29, Pol Hallen wrote: Sure :) thanks
>
> cat /var/log/dovecot/[...]
>
> Sep 05
gnoring unknown passdb extra field:
==> /var/log/dovecot.info <==
Sep 05 13:49:47 imap-login: Info: Disconnected (auth failed, 1 attempts
in 6 secs): user=, method=PLAIN,
rip=192.168.1.100, lip=192.168.1.100, secured
On 2017-09-05 13:41, Aki Tuomi wrote:
No, you modify dovecot.conf
Aki
O
How cl!!! Works! :-)))
Very very thanks for your help!!!
Pol :)
On 2017-09-05 13:54, Aki Tuomi wrote:
Sorry, small typo
passdb {
driver = static
args = user=%n noauthenticate
}
Aki
On 05.09.2017 14:51, Pol Hallen wrote:
does not work :-/
Sep 05 13:49:41 auth: Debug: auth client
Sep 5 19:59:21 domain postfix/qmgr[19936]: warning: connect to
transport private/spamassassin: Connection refused
Pol
On 2017-09-05 03:10, Bill Shirley wrote:
Try main.cf:
# dovecot 2.x
mailbox_command = /usr/bin/spamc -e /usr/libexec/dovecot/dovecot-lda
-a "$RECIPIENT" -f "$SENDER" -m "$EXTE