So, is anyone out there actually *using* the antispam plugin with
spamassassin ? What is your recipe for success ?
The issue I'm seeing here appears to be the running of a perl script
that does mysql access from dovecot. I'm running the exact same script
from roundcube using the markasjunk2 plug
Larry Rosenman skrev den 2013-11-15 19:35:
I have a stupid android client that wants to use user@domain but
doesn't
have an option to pass just user.
setup realm in pam auth (dovecot part)
dovecot uses always u...@realm.example.org for auth login, thats why
login without @ in the login
Larry Rosenman skrev den 2013-11-15 19:47:
Yes, it does. I wish the documentation on the Wiki was easier to find
gems
like this.
Does auth_username_format=%n solve your issue?
should only be used for pam auth, not other auth backends, problem is
not dovecot but unix logins is not possible
and how can I restrict it to PAM only?
# doveconf -n
# 2.2.6: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 10.0-BETA3 amd64
auth_mechanisms = plain login
auth_username_format = %Ln
disable_plaintext_auth = no
lda_mailbox_autocreate = yes
lmtp_save_to_detail_mailbox = yes
mail_debug = yes
mail
Larry Rosenman skrev den 2013-11-16 21:01:
and how can I restrict it to PAM only?
put auth_username_format=%n into passdb pam driver container only
but showed dovecot -n say you only using pam, so have this global is
working aswell
It doesn't seem to like it there
# authentication to actually work.
passdb {
driver = pam
# [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=]
# [cache_key=] []
#args = dovecot
auth_username_format = %u
}
# System users (NSS, /etc/passwd, or similiar).
# In many sys
Larry Rosenman skrev den 2013-11-16 22:31:
It doesn't seem to like it there
Timo?
but you miss to setup realm in 10-auth.conf
auth_username_format=%n is so only global setting :(
# authentication to actually work.
passdb {
driver = pam
# [session=yes] [setcred=yes] [failure_show_m
fixed, but...
# doveconf -n
# 2.2.6: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 10.0-BETA3 amd64
auth_default_realm = lerctr.org
auth_mechanisms = plain login
auth_realms = lerctr.org thebighonker.lerctr.org tbh.lerctr.org
auth_username_format = %Ln
disable_plaintext_auth = no
lda_mailbox_a
On 16.11.2013, at 23.49, Benny Pedersen wrote:
> Larry Rosenman skrev den 2013-11-16 22:31:
>> It doesn't seem to like it there
>
> Timo?
>
> but you miss to setup realm in 10-auth.conf
>
> auth_username_format=%n is so only global setting :(
That’s been in my TODO for a while, so yeah, n
I haven't seen one that I can find, Timo -- It might be a good thing
to either add it, or modify your PAM calls to do it by design.
On 11/16/13, Timo Sirainen wrote:
> On 16.11.2013, at 23.49, Benny Pedersen wrote:
>
>> Larry Rosenman skrev den 2013-11-16 22:31:
>>> It doesn't seem to like i
Larry Rosenman skrev den 2013-11-16 22:53:
fixed, but...
what error now ?
still what needs Timo's help with the stripping of the domain for PAM
On 11/16/13, Benny Pedersen wrote:
> Larry Rosenman skrev den 2013-11-16 22:53:
>> fixed, but...
>
> what error now ?
>
>
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c) E-
Hello, I have dovecot 2.2.6 and pignenhole 0.4.2 running on freebsd9.1. We have
a mix of unix users (/home/user) and postfixadmin users
(/home/vmail/domain/user).
I am using dovecot managesive with afterlogic webmail which has a managesieve
plugin to set the out of office message. All works fine
Larry Rosenman skrev den 2013-11-16 23:05:
still what needs Timo's help with the stripping of the domain for
PAM
global config with
auth_username_format=%n
its in 10-auth.conf
We run a dovecot mailserver. One of the clients I use is a Mac Laptop.
Recently I upgraded from Mountain Lion (10.8) to Mavericks (10.9). Under
10.8 it worked fine. On 10.9 it syncs up when I invoke the client, but
after a while stops getting updates.
Most of my mail clients are on Linux (thun
On 17.11.2013, at 1.47, Ken Mandelberg wrote:
> We run a dovecot mailserver. One of the clients I use is a Mac Laptop.
> Recently I upgraded from Mountain Lion (10.8) to Mavericks (10.9). Under 10.8
> it worked fine. On 10.9 it syncs up when I invoke the client, but after a
> while stops getti
Hello,
i'm searching for a way to use Shared mailboxes with Sieve Filtering.
I need global email addresses like:
i...@foo.tld
cont...@foo.tld
h...@foo.tld
Every address with own Sieve-rules for filtering and sorting of incoming
mails.
Now every user needs access to this folders, but how? How sh
17 matches
Mail list logo