Displaying 20 results from an estimated 5000 matches similar to: "Domain without certificate"
2018 Dec 26
2
Problem with different certificates
Hello!
Dovecot manages different domains. Today I renewed the certifiactes from letsencrypt
and since that time, dovecot does not recognized the certs for different domains anymore:
This is part of my config:
ssl = yes
ssl_cert = < /etc/letsencrypt/live/bitcorner.de/fullchain.pem
ssl_key = < /etc/letsencrypt/live/bitcorner.de/privkey.pem
local 37.120.166.21 { # instead of IP you can also
2016 Oct 01
2
a question about pdbedit
Hello!
Rowland Penny via samba <samba at lists.samba.org> schrieb am 01.10.16 um 22:11:22 Uhr:
> > when I do a pdbedit -a -u andreas where is the result
> > stored?
> >
>
> In whatever Samba database you have set in smb.conf
This is the global part of smb.conf, its the standard part
of a fresh openSUSE installation:
[global]
workgroup = WORKGROUP
2019 Jul 09
2
Problem to exec 'cc1obj'
Hello!
Try to comile sope on CentOS 7
and get:
# make
This is gnustep-make 2.7.0. Type 'gmake print-gnustep-make-help' for help.
Running in gnustep-make version 2 strict mode.
Making all in sope-xml ...
Making all in SaxObjC ...
Making all for library libSaxObjC...
Compiling file SaxAttributeList.m ...
gcc: error trying to exec 'cc1obj': execvp: Datei oder Verzeichnis nicht
2015 Sep 13
2
no login with MySQL
Hello!
Setup again to authenticate my users with MySQL but can't login.
Sep 13 11:55:49 auth: Info: passwd-file(a.meyer at nimmini.de,95.88.63.177,<R7Qe9J0fTgBfWD+x>): unknown user
Sep 13 11:55:49 auth: Info: passwd-file(a.meyer at nimmini.de,95.88.63.177,<R7Qe9J0fTgBfWD+x>): unknown user
Sep 13 11:55:49 imap-login: Info: Login: user=<a.meyer at nimmini.de>,
2016 Oct 01
2
a question about pdbedit
Hello!
This is /etc/samba on an openSUSE 13.2:
-rw-r--r-- 1 root root 249 8. Jul 15:47 lmhosts
-rw-r--r-- 1 root root 1238 8. Jul 15:47 smb.conf
-rw-r--r-- 1 root root 379 8. Jul 15:47 smbusers
when I do a pdbedit -a -u andreas where is the result
stored?
# pdbedit -L
andreas:1000:Andreas
The content of /etc/samba did not change after editing
a user.
# whereis samba
samba:
2015 Sep 13
2
no login with MySQL
Hello!
Christian Kivalo <ml+dovecot at valo.at> schrieb am 13.09.15 um 19:51:38 Uhr:
> > Sep 13 11:55:49 imap(a.meyer at nimmini.de): Error: user
> > a.meyer at nimmini.de: Initialization failed: Namespace '': Home
> > directory not set for user. Can't expand ~/ for mail root dir in: ~/
> > Sep 13 11:55:49 imap(a.meyer at nimmini.de): Error: Invalid user
2015 Aug 29
5
virtual users with postfix
Hello!
"dravion.smith at gmx.net" <dravion.smith at gmx.net> schrieb am 29.08.15 um 10:41:09 Uhr:
> Am 29.08.2015 um 10:10 schrieb Andreas Meyer:
> > Aug 29 09:52:57 imap(info at nimmini.de): Error: mkdir_parents(/var/lib/dovecot/db) failed: Permission denied
> > Aug 29 09:52:57 imap(info at nimmini.de): Error: acl: dict commit failed
> >
> try chmod
2015 Sep 13
3
no login with MySQL
Christian Kivalo <ml+dovecot at valo.at> schrieb am 13.09.15 um 22:08:04 Uhr:
> > I think the query-string f?r MySQL would overwrite this mail_location,
> > right? But how do I define it in the query?
>
> yes thats how it should work but your query (looking at the query result
> from your first email) overwrites the mail_location with
>
2015 Aug 29
2
virtual users with postfix
Hello!
My passwd file looks like this:
info at nimmini.de:{CRAM-MD5}e33cbd144b372a9c919228923464c806b57e35df2d6d1484ceaabe7e3530cd58:5000:5000::/var/spool/vhosts/nimmini.de/info::userdb_mail=maildir:~/
When I login for the first time, I see this in the log:
Aug 29 09:52:57 imap(info at nimmini.de): Error: mkdir_parents(/var/lib/dovecot/db) failed: Permission denied
Aug 29 09:52:57 imap(info at
2010 Feb 09
2
dovecot2 Beta2: different certs for imaps and pop3s
Hello,
is it possible to use differnent ssl certs for pop3 and imap ?
I like to have differnet dnsnames for pop3 an imap services configured at
customers clients.
I tried to configure ssl_key and ssl_cert inside a <protocol>-login {} section
but this failed.
Of course I know sslcerts containing multiple dnsnames.
But this seemes not a real, clean solution to me.
Thanks,
Andreas
--
2015 Nov 06
2
Problem with permissions of the logfile
Hello!
I want to have dovecot log into a separate file and set
log_path = /var/log/dovecot instead of log_path = syslog
Dovecot does not start if I do this. Tried to change
permissions and overschip of the file, no luck, ha.
Deleted it in the hope dovecot creates it but no.
If I set log_path = syslog dovecot starts and I see
it is running as
# ps aux |grep dove
root 2429 0.2 0.0 3416
2010 Jan 25
2
Proxying to a DNS Name
Hello,
reading the wiki I found
http://wiki.dovecot.org/PasswordDatabase/ExtraFields/Proxy?highlight=(no DNS resolving)
I have a setup where the destination of a proxyconnection is an DNS name.
Is there a technical reason which currently require host= to be an IP address ?
--
Andreas Schulze
Internetdienste | P532
DATEV eG
90329 N?rnberg | Telefon +49 911 319-0 | Telefax +49 911 319-3196
2020 May 23
2
Surpising behavior when using an active binding as loop index in R 4.0.0
Hi,
I stumbled upon a surprising behavior when using an active binding as a
loop index variable in R 4.0.0. In contrast, the behavior observed in R
3.6.1 is in line with my expectations.
Consider the code below:
makeActiveBinding("i",
function(value) {
if (missing(value)) {
x
} else {
print("set")
x <<- value
}
}, globalenv())
i <- 1 # output
2017 May 06
2
Need to restart Asterisk if remote server not working?
Max Grobecker <max.grobecker at ml.grobecker.info> schrieb:
Hello Max,
> I'm also a customer of the DTAG.
> Yesterday, the messed a bit with their DNS entries...
Maybe they tried again to repair a working system... :)
> If you are NOT using their DNS resolvers you got a "wrong" IP address back
> that was not working. Besides that, you should disable SRV lookups
2019 Feb 20
2
Virus scan + removal on a mdbox mail storage
Hi,
I need advice on how virus scan and removal can be done on a _mdbox_
mail storage?
On a maildir storage the virus scanner (e.g. clamav etc.) can detect
and remove a email that is infected, since every email and attachment
are stored in separate files.
But in mdbox the emails and attachments are compressed together in one
ore more mdbox-files ...
I am anxious to convert my mail
2019 Apr 14
1
permissions for quota-status
Hello!
doveconf --version 2.2.36
I want to move to a new server with dovecot but get an error
Error: service(quota-status): listen(*, 12340) failed: Permission denied
when I define
service quota-status {
executable = quota-status -p postfix
inet_listener {
port = 12340
}
client_limit = 1
}
private]# ll
insgesamt 0
srw-rw-rw-. 1 postfix postfix 0 14. Apr 15:05 anvil
2013 Sep 13
3
SSL with startssl.com certificates
I'm using Dovecot 2.2.5. I'm setting up and new IMAPS server for
personal use (i.e. only me).
I have success with self-signed certificates but not with others (e.g.
StartSSL.com)
With StartSSL certs:
I've been able to connect and test commands via: openssl s_client
-connect imaps.unixathome.org:993
Can you configure your iPhone or Macbook to access the above?
Authentication
2015 Feb 11
2
[PATCH] Fix for client certificate validation does not work
Hi all,
As I reported earlier (with a typo in the work [BUG]) client
certification validation *does not* work even if you do everything
exactly according to all documentation and attempts at helpful advice.
I have seen this issue with both startssl.com and self-signed
certificates, and based on what I've seen from searching the web, this
is a problem that has gotten little attention because
2018 Jun 21
2
sievescript is not working
Hello!
I have a problem with a sieve-script which works for one domain but not for another one.
Both domains are hostet on the same server running dovecot and postfix.
This is the script that works:
require ["vacation"];
# rule:[Out of office]
if true
{
vacation :days 1 :addresses "a.meyer at nimmini.de" :subject "absent" "Ich bin nicht da.";
}
2019 Feb 20
2
Virus scan + removal on a mdbox mail storage
Hello David,
----- Nachricht von David Pottage via dovecot <dovecot at dovecot.org> ---------
Datum: Wed, 20 Feb 2019 14:56:51 +0000
Von: David Pottage via dovecot <dovecot at dovecot.org>
Antwort an: David Pottage <david at chrestomanci.org>
Betreff: Re: Virus scan + removal on a mdbox mail storage
An: dovecot at dovecot.org
> On 2019-02-20