Displaying 20 results from an estimated 10000 matches similar to: "Problems with new installation"
2019 Aug 14
2
Dovecot not responding to external clients
Hi all
I have Dovecot on my Linux-Mint workstation, running IMAP for the
Thunderbird client thereon, but previously also for my phone and laptop
clients as well. Since upgrading to Linux-Mint 19, however, although the
Thunderbird client on the workstation works just fine, the other clients
can't connect. I've disabled the firewall, and nmap shows the ports
open, so it seems like some
2019 Oct 22
2
More on problems with new install
Sorry for having lost the original chain of this problem. It's been a
very long day.
New output from 'dovecot -n output', including the contents of
dovecot.conf, conf.d/10-master.conf, conf.d/10-mail.conf and
conf.d/10-ssl.conf:
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.15.0-64-generic x86_64 Ubuntu 18.04.3 LTS ext4
2018 Nov 25
3
rspamd / imapsieve script is not executed/called
Hi to all of you,
as I am struggling around with this a week or so I'm afraid I have to ask
for help here.
The problem is sitting right in front of the computer, as most of the time.
;-)
So let me explain:
Dovecot is working properly for IMAP with LE certificates, so I thought
it's time to continue with Christoph Haas tutorial primarily and other
blogs and tutorials for setting up the
2018 Nov 15
2
Quota in MySql Dict not recalculate automatic
Hi,
I have a working Installation with:
Ubuntu 16.04 LTS
Dovecot 2.2.22
MySql 5.7.24
Postfixadmin 3.2
Apache 2.4.18
Rainloop 1.12.1
I manage the E-Mail Accounts with postfixadmin in a MySql-DB.
Also I use quotas with Quota Backend postfixadmin-DB (dict).
Everything works fine.
Now I installed a new Server with the following Versions and
migrate the Configs to the new System.
Ubuntu 18.04 LTS
2020 Aug 31
2
using %d as a variable in the ldap search base
Hi,
I'm trying to configure dovecot to use LDAP authentication directly,
and I'm having a bit of trouble. I have a somewhat unusual setup, in
that I have an LDAP directory that has 3 OUs each of which have their
own set of users, some of which overlap. As I was trying to figure
things out, I was setting the search base in my
/etc/dovecot/dovecot-ldap.conf.ext file which is referenced
2020 Mar 17
2
Getting autoexpunge to work
dovecot 2.2.33.2 (d6601f4ec) on Ubuntu 18.04
The recent announcement that expunge is going to be deprecated and
that autoexpunge should be used instead reminded me that my recent
switch over to autoexpunge is not working.
There has been an active discussion today about getting expunge
working so I thought I'd use the commands suggested there to figure
out why autoexpunge might not be doing
2019 Jan 11
2
managesieve configuration
Hi Dominik,
I have set ssl = required in 10-ssl.conf globally but no ssl here:
service managesieve-login {
inet_listener sieve {
port = 4190
}
...
}
Nevertheless, STARTTLS is offered
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags
2019 Dec 23
6
When is a new mail not unseen?
I'm trying to diagnose a really strange situation where certain emails,
when submitted to the mailbox by Postfix, are not considered to be unseen
by Dovecot.
During testing, I've shut down anything else on the server that might want
to access the mailbox. I submit the email to the local postfix instance
which then says it has delivered it to the mailbox:
Dec 23 09:51:35 ip-10-35-194-108
2017 Nov 10
3
rawlog segfaults (error 4 in libdovecot.so.0.0.0)
Hello everybody,
i tried to debug imap sessions with the rawlog feature and rawlog
creates files but when i try to dump them doveadm tells me
[...] Error: zlib.read((file)): unexpected EOF at [...].
I looked at syslog files and i see, that rawlog gets
terminated with a segfault, e.g.:
segfault at 10 ip 00007ff6da362596 sp 00007fffe725a080 error 4 in
libdovecot.so.0.0.0[7ff6da2a4000+122000]
Is
2018 Nov 16
3
Antwort: Re: Quota in MySql Dict not recalculate automatic
With quota count and quota_clone it works, but can I use noenforcing with
quota count?
quota = count:User quota:noenforcing
When I test this config, I receive no quota-warning E-Mail:
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
# user = dovecot
user = vmail
unix_listener quota-warning {
user = vmail
group = vmail
mode = 0660
}
}
plugin {
2020 Sep 01
2
using %d as a variable in the ldap search base
I'm trying to use auth bind to avoid having a plain text password in a
config file. With %u instead of %n, the @domain part of the login
ends up in the uid field of the search filter. As I said, my OUs have
overlapping users, so I have configured things such that the users are
logging in with user at domain, and need to get the domain component
into the search base as you cannot filter on
2018 Mar 02
3
Sieve filter fileinto doesn't preserve flags
Using `fileinto` to move a mail into another mailbox removes flags
that have been set with a previous sieve filter with `addflag`.
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.9.0-6-amd64 x86_64 Debian 9.1 ext4
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
mail_debug = yes
mail_location = maildir:/var/vmail/%d/%n
2020 Jan 06
1
LDA-DUPES insists mon being created in the wrong home directory
Hi
Vacation sieve is not respecting the days: arguement
.dovecot.lda-dupes wants to be created in /home/user which doesn't exist.
Below is a log fragment..
Jan 5 17:56:24 mailserv dovecot: lmtp(hans): Error:
file_dotlock_open(/home/hans/.dovecot.lda-dupes) failed: No such file or
directory
dovecot -n says...
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole
2018 Mar 02
4
Sieve filter imapflags with "flagvar" not working
Following the rfc5232, Sieve Email Filtering: Imap4flags Extension
the following filter doesn't work when the `"flagvar"` part is added
require "imap4flags";
if header :contains "X-Spam" "Yes" {
? setflag "flagvar" "spam";
}
removing the `"flagvar"` part works as expected
# 2.2.33.2 (d6601f4ec):
2019 Nov 08
3
MariaDB database for users and passwords?
On 07 Nov 2019, at 23:00, Ken Wright <wizard at bnnorth.net> wrote:
> I'm getting an error message saying "user unknown" when I send test
> emails to my server.
You need to look at the logs.
--
Everybody wants a rock to wrap a piece of string around
2019 Sep 09
4
Random duplicated emails
Hello,
I migrated our mail infrastructure to Dovecot on Ubuntu 18.04 some months
ago. It works fine, but recently some users told me that they sometime
receive duplicated emails. Same email content, same headers including
message-id.
I'm using two dovecot servers on two sites. Both server are in cluster. We
don't use shared folders. All users that reported this issue so far are
using the
2018 Mar 06
4
Virtual Mailboxes redux
I?ve created virtual mailboxes in dovecot, and they show up in various clients, but the folders contain no messages. (I will get an ?empty? folder icon named ?@virtual? and an empty folder icon named ?month? inside it. Is there a way I can verify what dovecot THINKS should be in the virtual folder via doveadm?
2019 Jan 11
2
managesieve configuration
On 10.1.2019 18.28, Dominik Menke wrote:
> I've missed a part at the end:
>
>> This leads me to my question: How do I force Dovecot to print at
>> least a STARTTLS line after a client connects to port 4190? Looking
>
> ... at the default configuration files in /etc/dovecot/conf.d/ I don't
> see an obvious difference.
>
>
> --Dominik
Can you provide
2018 Mar 05
1
Sieve filter imapflags with "flagvar" not working
tried also with `require "variables"` doesn't seem to work,
the flag is not added at all
On 03/03/2018 09:54 AM, Stephan Bosch wrote:
> Op 3/2/2018 om 6:09 PM schreef Konstantinos Tsakiltzidis:
>> Following the rfc5232, Sieve Email Filtering: Imap4flags Extension
>>
>> the following filter doesn't work when the `"flagvar"` part is added
>>
2018 Nov 07
1
Dovecot mail-crypt plugin
I am sorry, I get it wrong.
Here what u asked
doveconf -n
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.9.87-linuxkit-aufs x86_64 Ubuntu 18.04.1 LTS fuse.osxfs
auth_cache_size = 10 M
auth_mechanisms = plain login
auth_username_format = %n
disable_plaintext_auth = no
imap_idle_notify_interval = 4 mins
listen = *
log_path =