Timo Sirainen wrote:
>
> On 27.4.2011, at 18.09, Uffe Jakobsen wrote:
>
>> What is the recommended way to move a message from one mailbox to another
>> using CLI - serverside commands ?
>
> v2.0.12 has doveadm move command.
>
>
Damn I'm stuck on 2.0.1
Andrew Lewis-10 wrote:
>
> On Wed, 20 Apr 2011 21:25:39 -0700 (PDT), Uffe Jakobsen wrote:
>> What is the recommended way to delete a message from a mailbox (from
>> an
>> "external" server side program - such as a shell script) ?
> doveadm expunge -u foo
What is the recommended way to move a message from one mailbox to another
using CLI - serverside commands ?
Since IMAP does not support transactional moves between mailboxes - The only
thing that comes to my mind is this operation:
1) extract message from mailbox A using "doveadm fetch"
2) injec
Hi,
I'm implementing a shell-script (pseudo) solution to the missing IMAP Outbox
feature in Dovecot (Courier IMAP feature
http://www.inter7.com/courierimap/INSTALL.html#imapsend)
In order to remove the message from the Outbox once it is sent I have a
question:
What is the recommended way to d
Hi Timo,
Timo Sirainen wrote:
>
> Is smtpfront-qmail trying to use inetd-style execution? Maybe Dovecot
> could some day support that, but it's not really in my near future
> plans.
>
Yes smtpfront-qmail relies upon "standard" inetd-style execution.
I hoped that this was the way dovecots in
Robert Schetterer wrote:
>
> Am 19.04.2011 14:19, schrieb Uffe Jakobsen:
>
> understand , but this is a "must Timo response" i guess
>
>
I agree with you :-)
--
View this message in context:
http://old.nabble.com/Running-mailfront-under-dovecot2.x-service-sup
Robert Schetterer wrote:
>
> i ve got confused, dovecot is no smtp server
> what are you trying to goal ?
>
Correct dovecot is not an smtp server.
My goal is what I wrote in the initial email - but I try to explain in other
words.
Dovecot2.0.x has the ability to setup somewhat generic superv
Hello,
I'm trying to run mailfront SMTP (http://untroubled.org/mailfront/) under
Dovecot 2.x process/service supervision
My intention was to utilize the fact that dovecot2.x seems to have some kind
of generic process/service supervision as well as builtin ssl support.
But I cannot get the most s
concept
of checking trusted (self signed standalone client) certs - even though
it is based on openssl like courier-imap is - but I may be wrong here.
I'm using dovecot-2.0.7 (from ports) on FreeBSD
Thanks in advance.
Kind regards Uffe Jakobsen