Displaying 15 results from an estimated 15 matches for "miazine".
Did you mean:
imagine
2010 Jan 10
2
"leave mail on server" workaround
...Rieved in a POP session at the end of that POP session?
RETRieved messages will be marked as \Seen, but since users might also
use an IMAP client (e.g. webmail), it'll be dangerous to simply delete
all \Seen messages in user's mailbox.
I'm all open for suggestions.
--
-- Kirill Miazine <km at krot.org>
2017 Jul 20
1
application specific passwords
...le approach would be
perfect, and I don't mind at all to require app specific usernames *and*
passwords.
However, I am unsure how to combine your recipe below with our regular
AD userdb/passdb.
Perhaps someone can give me some pointers in that direction?
MJ
On 07/20/2017 06:50 PM, Kirill Miazine wrote:
> I'm not familiar with samba AD and with it's features and limitation.
> For my simple system I'm using plain files for passdb and userdb (aka.
> passwd-file). Application (or rather device) specific passwords are
> implementing by using having an additional "us...
2010 Jan 21
2
nologin in auth proto version 1.1
I notice that the nologin parameter for the AUTH command is gone in
version 1.1 of Dovecot Authentication Protocol.
nologin was added in 1.1, so that authentication client could indicate
that there will be no subsequent master requests to retrieve user info.
Could we have nologin back please?
Kirill
2010 Jan 28
1
Dovecot 2.0 authentication will not work with Exim [patch]
Just a notice to those of you who use Dovecot authentication with Exim.
In Dovecot 2.0 authentication server will send a new keyword, COOKIE.
This will cause Exim to abort it's authentication request.
I submitted a bug and patch to Exim to fix this, the patch is here:
http://km.krot.org/code/exim-dovecot-1.1.diff
BR,
Kirill
2017 Sep 07
2
Strange SASL issue
2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>:
>
> > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote:
> >
> > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
> >
> >>
> >>
> >> On 07.09.2017 15:26, Antoine Nguyen wrote:
> >>> Hi all,
> >>>
2017 Jul 20
4
application specific passwords
Hi,
Further to the other thread about password guessing activities against
our dovecot, I would like to implement application specific passwords on
our dovecot.
Googling results in some documents, but they are all a bit older:
> https://www.happyassassin.net/2014/08/26/adding-application-specific-passwords-to-dovecot-when-using-system-user-accounts/
>
2017 Jul 20
0
application specific passwords
...e's nothing
preventing you from generating a username/password combination for your
users.
Note that in my setup users will have application specific username and
password, not only application specific password. It was easier to
implement it quickly this way.
Greetz
Kirill
--
-- Kirill Miazine <km at krot.org>
2017 Sep 07
0
Strange SASL issue
...n process ID is not 0 of course. How can I debug this?
somehow enable debugging in prosody, so it logs what it sends as cpid
parameter, as you can see here:
https://hg.prosody.im/prosody-modules/file/tip/mod_auth_dovecot/auth_dovecot/sasl_dovecot.lib.lua#l70
>
> Antoine
--
-- Kirill Miazine <km at krot.org>
2009 Oct 14
1
pop3-login process
Hi,
I would like to know if the pop3-login process would be
create
more than one while a user connection is established.
http://wiki.dovecot.org/RunningDovecot
------------------------------------
imap-login and pop3-login processes handle new IMAP and
POP3 connections until user has logged in.
------------------------------------
I'm sorry to ask you this kind of question...
Regards,
2004 Dec 07
1
"correct" permissions for login dir
I'm in process of moving away from Cyrus to Dovecot. I have my own
authentication daemon working fine. It sets up two sockets:
drwxr-x--- 2 root dovecot 512 Dec 7 21:07 /var/state/dovecot/login
srw-rw-rw- 1 krot krot 0 Dec 7 21:07 /var/state/dovecot/login/sock
drwx------ 2 krot wheel 512 Dec 7 21:07 /var/state/dovecot/master
srw-rw-rw- 1 krot wheel 0 Dec 7 21:07
2009 Oct 14
3
Two passwords: One for Dovecot IMAP and One for Dovecot SASL? Is it possible?
Greetings,
Can Dovecot can handle separate authentication for receiving mail
(IMAPS) and sending mail (SMTPS)? In the past, we used Dovecot IMAP
for the receiving part and Cyrus SASL for the sending part. This
allowed us to use two passwords with mail. Cyrus has grown too old
and isn't useful anymore. Can Dovecot give us this functionality:
two passwords, one for IMAP
2004 Dec 03
2
master or client
Hello,
Dovecot auth protocol 1.0 defines differend command sets for client and
master.
How can a daemon distinguish a master connection from a client
connection? Clients do send CPID and master does not.
I have following auth configuration:
auth external {
socket connect {
master {
path = /var/state/dovecot/login/master-auth
}
}
}
I try to learn my authentication daemon to
2010 Jan 12
3
IDLE timing issue - dovecot or fetchmail issue?
Hi guys,
Thanks for the great product. We've used dovecot for ages as our
internal mail server and it works great!
I've recently started using fetchmail 6.3.9 (with IDLE enabled) to
download mail from our ISP (Pair networks). The ISP is running Dovecot
1.1.16. I am unable to get the info about the dovecot config at this time.
The IDLE support in fetchmail allows us to deliver
2010 Jan 14
3
LDA and POP3/IMAP user_query
How do I get IMAP+POP3 vs. LDA to use different user_query statements?
The problem is that the input fields are different.
IMAP/POP3 is an email address
LDA is a username
I have written a long statement to try and cater for both however it still
only works 99% of the time, and the remaining 1% fails. The 1% that fails
sees the mail being delivered to the wrong mbox. In this particular case
2006 Nov 21
3
Fw: re. win32-process
...Process::STARTF_USESTDHANDLES,
:stdout => my_out,
:stderr => my_err
}
)
I think it would be neat if you could pass IO objects (or perhaps a fileno) to :stdout, :stderr, and :stdin directly. Any ideas on how to do that?
Thanks,
Dan
----- Forwarded Message ----
From: Kirill Miazine <km at krot.org>
To: Daniel J. Berger <djberg96 at yahoo.com>
Sent: Monday, November 20, 2006 12:35:40 PM
Subject: re. win32-process
Hello Daniel,-
I''m one of those poor people who sit behind a corporate firewall that
for some reason blocks access to useful ports. But I'...