Displaying 20 results from an estimated 11000 matches similar to: "Convert from mbox to Maildir"
2018 Dec 20
0
Authentication Problem
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 20 December 2018 at 14:10 Odhiambo Washington <
<a href="mailto:odhiambo@gmail.com">odhiambo@gmail.com</a>> wrote:
</div>
2018 Dec 20
2
Authentication Problem
You've made this more difficult to understand, even :-)
So the answer is:
Set the following in 10-auth.conf
1. disable_plaintext_auth = no
2. auth_mechanisms = plain
And yes, the encrypted passwords are stored in MySQL.
On Thu, 20 Dec 2018 at 13:36, Nikolai Lusan <nikolai at lusan.id.au> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Greetings
> On
2016 Nov 20
2
LDAP auth problems "unknown user"
Hi,
I am setting up a dovecot instance to host a bunch of virtual domains,
with ldap backing for auth. I am using a single hostname for test
purposes, with a couple of entries in the diectory. If I use auth binds
I get a result, but this does not suit the end purpose of the server.
If I use ldapsearch with the same base, search filter, and credentials
as the ldap auth config I get the correct
2018 Jan 25
1
dovecot Digest, Vol 177, Issue 55
No reason to tell me about security, I just need chmod for my tests. Where
to change it ?
On Thu, Jan 25, 2018 at 12:00 PM, <dovecot-request at dovecot.org> wrote:
> Send dovecot mailing list submissions to
> dovecot at dovecot.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://dovecot.org/mailman/listinfo/dovecot
> or, via email,
2019 Jun 02
4
Stats/Metrics in 2.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Greetings,
So the changes to the stats modules between v2.2 and v2.3 have broken some
of my monitoring. I am attempting to use the new method of gathering
"metrics" from "events" - but the details in the documentation are a bit
thin.
I started with the examples provided at
https://wiki2.dovecot.org/Statistics and tried to
2016 Nov 22
0
LDAP auth problems "unknown user"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sun, 20 Nov 2016, Nikolai Lusan wrote:
> # grep -v '^ *\(#.*\)\?$' /etc/dovecot/ldap/maliuta.org-ldap.conf.ext
> uris = ldap://localhost
> dn = cn=admin,dc=maliuta,dc=org
> dnpass = <secret>
> tls = yes
> tls_ca_cert_dir = /etc/ssl/certs
> auth_bind = no
> ldap_version = 3
> base = ou=mail,dc=mailuta,dc=org
2018 Dec 20
0
Authentication Problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Greetings
On Thu, 2018-12-20 at 12:20 +0300, Odhiambo Washington wrote:
> I am using SHA512-CRYPT scheme for passwords.
Yeah, there is a reason MD5 has been preferred to crypt for a very long
time now, and the SHA512 isn't really any better.
> In my dovecot-sql.conf.ext, I have: default_pass_scheme = CRYPT
>
> In 10-auth.conf, I
2019 Mar 14
0
regarding ssl certificates
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi,
So this question means you need to do some more reading about all SSL/TLS
services.
On Thu, 2019-03-14 at 10:46 +0000, mick crane via dovecot wrote:
> Excuse dopey question.
> I'm not exactly clear about certificates.
> Apache2 default install has this snake oil certificate
> Can make a new one for apache
> Can make one for
2020 Nov 10
0
Recommended Protocols?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Greetings,
On Mon, 2020-11-09 at 23:42 -0600, Raymond Herrera wrote:
> For several years I have been running the following in a Linux
> server.
>
> Dovecot Version: 2.0.9
>
> *IMAP:*
> Connection Security: SSL/TLS
> Port: 993
> Authentication Method: Normal Password
>
> *SMTP:*
> Connection Security: STARTTLS
2020 Nov 10
0
Recommended Protocols?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On Tue, 2020-11-10 at 00:26 -0600, Raymond Herrera wrote:
> Good. I am going to focus on the IMAP configuration and worry about
> SMTP
> later.
Yeah, also the postfix list is probably more useful for the SMTP stuff,
although having said that the two products integrate seemlessly.
> The following is the relevant documentation.
>
2023 Feb 23
1
Redundant Database, Pgsql ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On Wed, 2023-02-22 at 11:08 +0000, Marc wrote:
> I don't even get what the advatages are of doing this with sql. If you
> use local replicated ldap and use local credential caching then your
> master ldap can go down without issues, even the local caching handle
> some local slapd issues.
Going to have to +1 this. LDAP also does
2020 Nov 10
1
Recommended Protocols?
On 10/11/20 1:52 pm, Nikolai Lusan wrote:
> Greetings,
>
> On Mon, 2020-11-09 at 23:42 -0600, Raymond Herrera wrote:
> > For several years I have been running the following in a Linux
> > server.
>
> > Dovecot Version: 2.0.9
>
> > *IMAP:*
> > Connection Security: SSL/TLS
> > Port: 993
> > Authentication Method: Normal Password
> >
2015 Jan 26
1
LDA input validation
St?phane Cottin writes:
>> You're stilling going to lose contents. If dspam fails, the mail
>> is dumped, the LDA returns exit code 75, and the MTA will probably
>> issue a bounce Email to the sender.
>
> from dovecot-lda man page :
>
> 75 A temporary failure. This is returned for almost all failures. See the log file for
> details.
2019 Jun 02
2
Stats/Metrics in 2.3
On June 2, 2019 10:36:11 AM EDT, "@lbutlr via dovecot" <dovecot at dovecot.org> wrote:
>
>On Jun 2, 2019, at 8:23 AM, Nikolai Lusan via dovecot
><dovecot at dovecot.org> wrote:
>> I have attached my current /etc/dovecot/conf.d/10-stats.conf
>
>The list does not allow attachments, so a link to the file somewhere
>like pastern or dropbox or whatever is
2020 Nov 10
2
Recommended Protocols?
Good. I am going to focus on the IMAP configuration and worry about SMTP
later.
The following is the relevant documentation.
This is very straightforward:
https://doc.dovecot.org/admin_manual/ssl/dovecot_configuration/
My file 10-ssl.conf is untouched.
However, this is the part that I would like to better understand:
https://doc.dovecot.org/admin_manual/ssl/certificate_creation/
Before
2017 Oct 12
5
Convert from mbox to Maildir
Hello everybody,
I am in the process to install dovecot as an IMAP server.
Currently, this system runs postfix and uses procmail for local (mbox
style) delivery.
Procmail ist started by postfix like this:
/etc/postfix/main.cf:
mailbox_command = /usr/bin/procmail
~/.forward:
"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 # jw"
Before going
2019 Jun 02
0
Stats/Metrics in 2.3
On Jun 2, 2019, at 8:23 AM, Nikolai Lusan via dovecot <dovecot at dovecot.org> wrote:
> I have attached my current /etc/dovecot/conf.d/10-stats.conf
The list does not allow attachments, so a link to the file somewhere like pastern or dropbox or whatever is needed for people to see the file. Or simply paste the file into the email body.
--
I've never seen religious faith move
2019 Jun 02
0
Stats/Metrics in 2.3
On Jun 2, 2019, at 11:40 AM, Charles Marcus via dovecot <dovecot at dovecot.org> wrote:
> On June 2, 2019 10:36:11 AM EDT, "@lbutlr via dovecot" <dovecot at dovecot.org> wrote:
>>
>> On Jun 2, 2019, at 8:23 AM, Nikolai Lusan via dovecot
>> <dovecot at dovecot.org> wrote:
>>> I have attached my current /etc/dovecot/conf.d/10-stats.conf
2014 Nov 26
1
mail_location maildir:~/Maildir Invalid user settings[SOLVED]
Hallo list,
I was having quite a hard time configuring dovecot on OpenBSD -current.
The problem was default Maildir setting in 10-mail.conf, namely:
mail_location maildir:~/Maildir
was unable to locate user's home directory.
As far as I can remember, it was the correct setting on
OpenBSD-current a week or two ago.
Once I figured out and changed it to
mail_location
2012 Nov 09
1
Sieve puts incoming message into inbox on any problem with submission_host
Hello dovecot-users,
I have a question/suggestion regarding the submission_host feature of
the lda (either via dovecot-lda binary or lmtp) in combination with sieve.
When trying to deliver message to a mailbox and this message has a sieve
redirect action applied to it, dovecot is using the configured smtp
server to forward the message just fine. Unfortunately, if the server
configured for