Displaying 20 results from an estimated 20 matches for "mdauser".
Did you mean:
dauser
2020 Apr 02
3
Disable Dovecot LDA
...roblem explained here: https://serverfault.com/questions/1010325/postfix-via-relay-server-and-lmtp-configuration-for-incoming-delivery-to-local-m
Thanks for any help!
~Adam
?On 4/1/20, 6:45 PM, "dovecot on behalf of Dauser Martin Johannes" <dovecot-bounces at dovecot.org on behalf of mdauser at cs.sbg.ac.at> wrote:
On Dienstag, 31. M?rz 2020 21:14:26 CEST Adam Raszkiewicz wrote:
> But then it loops again when get back to the postfix as an incoming message
> (doesn't know that abcd at localdomain.com is located on that Dovecot)
+
> Is there any way t...
2019 Jan 09
2
BUG: cannot move messages to root mailfolder in namespace "There can be only one namespace with inbox=yes"
Hi,
this setting might work. The default namespace "inbox" is managing
INBOX and defines Special-Use folders on the same hierarchic level as
INBOX. There is an extra namespace "4archives" which defines Archive as
a mailbox on the same level as INBOX but stored on a different
location. Set mailbox attribute auto to your liking.
namespace inbox { type = private disabled = no hid
2019 Jan 09
0
BUG: cannot move messages to root mailfolder in namespace "There can be only one namespace with inbox=yes"
...still have to test with a few clients. Why did you call
the namespace 4archives? Because it would load before inbox? Or does
this not matter at all.
Error: namespace configuration error: Duplicate namespace prefix: ""
-----Original Message-----
From: Martin Johannes Dauser [mailto:mdauser at cs.sbg.ac.at]
Sent: 09 January 2019 12:02
To: dovecot at dovecot.org
Subject: Re: BUG: cannot move messages to root mailfolder in namespace
"There can be only one namespace with inbox=yes"
Hi,
this setting might work. The default namespace "inbox" is managing INBOX
and d...
2020 Mar 31
2
Disable Dovecot LDA
But then it loops again when get back to the postfix as an incoming message (doesn't know that abcd at localdomain.com is located on that Dovecot)
<https://img.newoldstamp.com/r/292975/p>
Adam Raszkiewicz
p: 845.896.0191
e: araszkiewicz at medallies.com
w: www.medallies.com <http://www.medallies.com/main.html>
<https://img.newoldstamp.com/r/292975/twitter>
2018 Oct 09
4
immediate delete of mails
On Tue, 9 Oct 2018 12:08:00 +0200 Sami Ketola <sami.ketola at dovecot.fi>
wrote:
> How do you deliver then mails to the server?
>
> also mbox is very unoptimised mailbox format for this. Each time mail is deleted from mbox mailbox the whole mbox while needs to be rewritten to remove the mail.
OpenSMTPD and Dovecot run on the same machine. OpenSMTPD receives
incoming mails and
2018 Aug 29
3
SNI Dovecot
Hi all,
I'm testing the SNI configuration from dovecot's wiki page, to have multiple domains.
I'm using letsencrypt certificates.
On the 10-ssl.conf, when I only use one domain, like this, it works :
ssl_ca = </etc/letsencrypt/live/mail.mydomain.fr/chain.pem
ssl_cert = </etc/letsencrypt/live/mail.mydomain.fr/cert.pem
ssl_key =
2018 Jul 24
1
dovecot sometimes sends non-default SSL cert if IMAP client won't send SNI
Sure, and thanks for trying to help!
These are the two correct answers when SNI is included. The
certificates are fully chained. Both certificates carry the same
subject mail.cs.sbg.ac.at but differ in Subject Alternative Name (SAN).
X509v3 Subject Alternative Name:?
? DNS:mail.cs.sbg.ac.at, DNS:smtp.cs.sbg.ac.at, DNS:imap.cs.sbg.ac.at,
DNS:pop.cs.sbg.ac.at
X509v3 Subject Alternative Name:?
?
2018 Aug 31
0
SNI Dovecot
FYI?
dovecot 2.2.10 from RedHat 7 has an issue with clients, which won't
send SNI.?As you are using version 2.2.27 you might encounter the same
behaviour.
If the client won't send SNI, my server randomly answers with any cert
instead of?the default cert,? --Perhaps dovecot just utilises the last
used cert? One speciality?of my certs is, that both share the same
Common Name (CN) but differ
2018 Oct 09
0
mbox locking
On Tue, 2018-10-09 at 15:30 +0200, Selmeci Tam?s wrote:
> On Tue, 9 Oct 2018 12:08:00 +0200 Sami Ketola <sami.ketola at dovecot.fi
> > wrote:
>
> > How do you deliver then mails to the server??
> >
>
> OpenSMTPD and Dovecot run on the same machine. OpenSMTPD receives
> incoming mails and stores them in a mailbox (/var/spool/mail/user).
> Dovecot then
2019 Jan 22
0
Moving messages between servers with different configurations
Hi,
doveadm [-Dv] move [-S socket_path] -u user
destination [user
source_user] search_query
Moving all mails from mailbox INBOX/test on serverA to mailbox
Archive/2017 on local serverB.
+ destination Archive/2017 must exist
+ Limitation: source_user and testuser must share the same UID and GID
doveadm move -S x.x.x.x:x -u testuserAtServerB?
Archive/2017 user source_userAtServerA mailbox
2019 Feb 20
0
sieve filter not working -- wildcard missing
Hi!
You forgot the wildcard '.*'?(=?Match zero or more instances of any
single character, except newline)
require ["regex"];
# rule:[test]
if header :regex "from" ".*info$"
{
? redirect "subbs at domain.com";
}
With this rule, you are filtering emails from toplevel domain '*.info'
or new domains that might occur in future (e.g
2019 Feb 26
1
new Centos server install yum dependency error: i686 vs x86_64
Is your server even running on CentOS 64bit?
# arch
or
# uname -m
should return "x86_64". But as your available base package is dovecot-
2.2.36-3.el7.i686 and not?dovecot-2.2.36-3.el7.x86_64 I guess
you'll see something like "i686"
Martin Johannes Dauser
On Sat, 2019-02-23 at 07:58 +1100, Voytek Eymont via dovecot wrote:
>
> On Sat, February 23, 2019 2:53 am,
2019 Feb 28
0
Pigeonhome Sieve: check existence of a folder?
What about extension "mailbox"?
https://wiki.dovecot.org/Pigeonhole/Sieve
https://tools.ietf.org/html/rfc5490#section-3
A simple example (not tested, but should work):
note:?
+ I use '/' instead of '.' as hierarchical separator
+ stop; stops the whole script, but you could use elsif instead.
require ["fileinto", "mailbox"];
if header :contains
2020 Feb 18
0
managesieve / sieve - append dot prefix on moving mails into folder
Hallo!
If you didn't define a separator it's default is "." . So you would need
to change "INBOX/Monitoring" to "INBOX.Monitoring" to be accepted.
And 10-mail.conf needs a "prefix=INBOX." --note the dot as a separator
at the end.
Hope this helps
Martin
On Tue, 2020-02-18 at 12:40 +0100, Andre Hoepner - i.based: Systemhaus
GmbH + Co. KG wrote:
2020 Mar 15
0
lmtp and recipient_delimiter
On Sonntag, 15. M?rz 2020 21:43:08 CET Juri Haberland wrote:
> On 15/03/2020 21:26, GMX Account wrote:
> > have a look at this:
> >
> > http://www.postfix.org/postconf.5.html#recipient_delimiter
> >
> > [...]When the recipient_delimiter [1] set contains multiple characters
> > (Postfix 2.11 and later), a user name or .forward file name is
> >
2020 Apr 01
0
Disable Dovecot LDA
On Dienstag, 31. M?rz 2020 21:14:26 CEST Adam Raszkiewicz wrote:
> But then it loops again when get back to the postfix as an incoming message
> (doesn't know that abcd at localdomain.com is located on that Dovecot)
+
> Is there any way to disable Dovecot LDA? I want to always send email via
> postfix and relay server even it will be a local delivery within the Dovecot
> server
2019 Feb 27
0
Dovecot 2.3.3 Mailbox does not exist
Never done shared/public folders but perhaps Debug mode will give a
hint.
?doveadm -Dv acl get -A Public/Archive
On Tue, 2019-02-26 at 10:21 -0500, Kunal A. via dovecot wrote:
> HI,
> I would deeply aprechiate if someone here could help me address a
> problem with ACL. I would personally refrain from e-mailing ever so
> often as I understand other users have more important issues to
2019 Feb 20
1
sieve filter not working -- wildcard missing
On Wed, 2019-02-20 at 10:18 +0100, Martin Johannes Dauser via dovecot
wrote:
> Hi!
>
> You forgot the wildcard '.*'?(=?Match zero or more instances of any
> single character, except newline)
>
> require ["regex"];
> # rule:[test]
> if header :regex "from" ".*info$"
> {
> ? redirect "subbs at domain.com";
> }
>
2018 Oct 24
0
doveadm backup: Error: Both source and destination mail_location points to same directory
Hello!
I'm using 2 namespaces, "inbox" for INBOX and it's subfolders and
"special" containing folders like Sent, Junk or Drafts.??Though both
use mdbox I decided to represent those namespaces in different
locations "mdbox:~/mail" and "mdbox:~/mail_special_folders". The main
reason to use 2 namespaces was to keep special_use folders out of INBOX
by
2018 Jul 20
2
dovecot sometimes sends non-default SSL cert if IMAP client won't send SNI
Hi,
I recognised some funny behaviour on my server. IMAP clients which
won't send an Server Name Indication (SNI) sometimes get the wrong
certificate. I would expect that those clients always get the default
certificate (of my new domain), instead in about 20 to 50% of
connections the certificate of my old domain will be presented.
(sample rate was 3 times 30 connections)
Clients sending SNI