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
>
> 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
server runs as 'prosody' user, not root...
> >
> >
> > PID is process id, not user id.
> >
> >
> >
> Sorry, I replied too quickly. I don't how prosody manages authentication
> but the main 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
ot be tainted.
As of now I don't have a personal working solution to get untained data.
I did try a small hack, but Exim was smart enough to see what I was
doing.
--
-- Kirill Miazine
-a $local_part$local_part_suffix@$domain \
#-r $local_part$local_part_suffix@$domain \
#-r $local_part$local_part_suffix@$domain \
#-f $return_path
• Kirill Miazine [2022-04-25 14:36]:
> Hi, all
>
> The just released RC0 for Exim
ter.
Some users might be calling Dovecot LDA from their .forward files.
• Aki Tuomi [2022-04-25 16:56]:
> You could also just switch to LMTP instead of LDA.
>
> Aki
>
> > On 25/04/2022 16:47 Kirill Miazine wrote:
> >
> >
> > So my workaround was to c
• Laura Steynes [2024-01-04 23:51]:
> Happy New Year!
>
> Now to Aki, Timo, Corr, why, when setting up mail forwarding, is sieve not
> automatically configuring rules for SRS, it has this ability for long time,
> yet
> dovecots sieve based forwarding just creates a plain old redirect "forward"
>
* Darvin Denmian [2009-10-14 12:27]:
Hello,
I need to know : What is the best way to use Postfix (Virtual User on
Mysql) + Dovecot + Maildrop ?
Is there some documentation that you can indicate to me?
Thanks !!
http://wiki.dovecot.org/HowTo
http://wiki.dovecot.org/maildrop
--
-- Kirill
login processes handle new IMAP and
POP3 connections until user has logged in.
I'm sorry to ask you this kind of question...
--
-- Kirill Miazine
xpand itself to the service
(imap, pop3, smtp).
Good luck.
--
-- Kirill Miazine
* aja-li...@tni.org [2009-12-30 21:41]:
> On 12/30/2009 08:30 PM, Andrzej Adam Filip wrote:
> > aja-li...@tni.org wrote:
> >> I'd like to make a filtering threshold for users to let them
> >> deal with spamassassin spam-level starred< 8 themselves,
> >> but spam-level starred higher than 8 shoul
* Frank Cusack [2010-01-08 15:27]:
there is a windows tool that strips attachments from emails on the
server. i think it works for exchange. is there a tool or a way
to do this for imap?
yes, this is doable. e.g. mutt client can delete attachments from
messages stored on imap server. in reali
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
Thanks for the suggestion regarding quotas, but I'm really interested in
an approach I just described. I want to be able to disable the
possibility to leave mail on server after download.
* Stan Hoeppner [2010-01-09 20:56]:
> Kirill Miazine put forth on 1/9/2010 6:34 PM:
> > Hello
* Vegard Svanberg [2010-01-10 14:31]:
* Kirill Miazine [2010-01-10 13:57]:
Thanks for the suggestion regarding quotas, but I'm really interested in
an approach I just described. I want to be able to disable the
possibility to leave mail on server after download.
Well, you'd have t
AFAIK for CentOS; but even
if existed, I would still build it on my own) ?
Specify path to the sendmail binary using sendmail_path option. XMail
creates a sendmail binary (according to the docs, I have never dealt
with XMail).
Any help would be appreciated,
Regards,
spyros
--
-- Kirill
* Frank Cusack [2010-01-10 12:20]:
> On January 10, 2010 1:34:25 AM +0100 Kirill Miazine wrote:
> > What would be the best way to disallow them using such approach. That
> > is, what is the best way to force deletion of messages that have been
> > RETRieved in a POP session a
* Stan Hoeppner [2010-01-10 12:15]:
Kirill Miazine put forth on 1/10/2010 11:28 AM:
Actually this is a wish of one customer, so I'm trying to figure out how
much pain it will be do support such scenario.
One customer? Why is s/he requesting this? AFAIK, all POP clients default to
&q
to download.
I don't know enough about IMAP to understand whether the problem lies
with Dovecot or Fetchmail. Hopefully an IMAP expert will be able to
see from the attached IMAP session.
Not being an expert, I tried to provide an explanaition of my
understanding om IDLE. So, in your case it's fetchmail where logic could
be improved.
--
-- Kirill Miazine
is is a massive oversight in the design of Dovecot to use one query
to for 2 separate and distinct processes, that both use different parameters.
"I think this is a massive oversight in the design of" your query.
In any case, you can use CASE ... WHEN ... and check whether '%s'
(service) is deliver (for LDA) or not...
From what I can tell it seems to assume that a mail system will always use
usern...@domain addresses, and never anything more arbitrary.
What is the format of mailboxes.username in your setup? Will it be
unique?
--
-- Kirill Miazine
* Michael [2010-01-20 10:02]:
[...]
> As long as the query can be different for LDA vs. POP3/Imap is good for
> me thanks.
>
> Having said that if there is no reason not to make it a configurable
> option for LDA vs. POP3 vs. Imap may as well go the full way?
Just of curiosity, have you tried r
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?
Ki
* Kirill Miazine [2010-01-21 21:09]:
> 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
I meant 1.0, of course.
> that there will b
* Timo Sirainen [2010-01-21 22:17]:
> On 21.1.2010, at 22.09, Kirill Miazine wrote:
>
> > 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 authen
Ok, I didn't understand it wasn't gone. I only read the doc today
:)
* Timo Sirainen [2010-01-21 22:58]:
On 21.1.2010, at 22.38, Kirill Miazine wrote:
Could we have nologin back please?
Where do you see nologin ever mentioned in authentication
protocol? I
don't see it
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/cod
* Kirill Miazine [2010-01-28 10:25]:
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
Hello,
* Johannes [2010-01-29 11:47]:
Hi,
though I am not sure this is the right place to ask, but I just try.
I am looking for a better e-mail hoster providing me with a
dovecot server (I don't want to do all the admin stuff and
backup myself, if possible).
Are you looking for a provider in
* Don Russell [2007-07-16 10:23]:
Can we delete maildir files directly from the file system?
[...]
And if we cannot delete files with the 'rm' command, whats the
best/proper way to delete these older files.
My opinion has always been that the data structure should not be replied
upon if
• Gandalf Corvotempesta via dovecot [2024-04-10 21:07]:
Guys, any help?
What you describe is exactly what I have been doing since ... forever
- reduce TTL
- setup new server
- rsync
- stop ALL mail services on old server (also anything which might be
doing deliveries, this is important)
• Gandalf Corvotempesta via dovecot [2024-04-10 22:59]:
What could trigger a new re-download of message ?
UIDVALIDITY change
___
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org
• Gandalf Corvotempesta via dovecot [2024-04-10 23:18]:
Il giorno mer 10 apr 2024 alle ore 23:12 Kirill Miazine via dovecot
ha scritto:
UIDVALIDITY change
In which case uidvalidity would change ?
if you do rsync, it doesn't. UIDVALIDITY is stored in dovecot-uidlist in
maildir
32 matches
Mail list logo