search for: kc0dxf

Displaying 20 results from an estimated 20 matches for "kc0dxf".

2017 Apr 11
2
Vpopmail Error
...t; patching file userdb-vpopmail.c > Hunk #1 FAILED at 54. > 1 out of 1 hunk FAILED -- saving rejects to file userdb-vpopmail.c.rej -------- Original Message -------- Subject: Re: Vpopmail Error From: Aki Tuomi <aki.tuomi at dovecot.fi> To: dovecot at dovecot.org, Bobber <bobber at kc0dxf.net> Date: 04/11/2017 12:13 PM > diff --git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c > index 5042dcf..d344fcd 100644 > --- a/src/auth/userdb-vpopmail.c > +++ b/src/auth/userdb-vpopmail.c > @@ -54,7 +54,7 @@ struct vqpasswd *vpopmail_lookup_vqp(struct auth_request...
2017 Apr 11
2
Vpopmail Error
...Error 1 > make[1]: Leaving directory '/usr/local/src/dovecot-2.2.29' > Makefile:463: recipe for target 'all' failed > make: *** [all] Error 2 -------- Original Message -------- Subject: Re: Vpopmail Error From: Timo Sirainen <tss at iki.fi> To: Bobber <bobber at kc0dxf.net> Date: 04/11/2017 02:28 AM > On 10 Apr 2017, at 23.55, Bobber <bobber at kc0dxf.net > <mailto:bobber at kc0dxf.net>> wrote: >> >> I'm trying to compile the latest Dovecot (v2.2.29) and when I run >> make I get this error: >> >>> auth-u...
2017 Apr 11
0
Vpopmail Error
Stupid copypaste... can you do the change manually, it fails on tabs vs. spaces errors now. We'll get the commit out bit later. Aki > On April 11, 2017 at 8:29 PM Bobber <bobber at kc0dxf.net> wrote: > > > Not working: > > > patching file userdb-vpopmail.c > > Hunk #1 FAILED at 54. > > 1 out of 1 hunk FAILED -- saving rejects to file userdb-vpopmail.c.rej > > > -------- Original Message -------- > Subject: Re: Vpopmail Error > Fro...
2017 Apr 11
0
Vpopmail Error
...*vpop_str) { - const struct var_expand_table *tab; + struct var_expand_table *tab; string_t *quota; if (template == NULL || *vpop_str == '\0' || can you give this a go? It should repair the build. Aki > On April 11, 2017 at 7:32 PM Bobber <bobber at kc0dxf.net> wrote: > > > Still not working. I'm now getting this error: > > > userdb-vpopmail.c: In function ?userdb_vpopmail_get_quota?: > > userdb-vpopmail.c:65:13: error: assignment of member ?key? in > > read-only object > > tab[0].key = 'q'; &...
2017 Apr 10
4
Vpopmail Error
.... Just to make sure it wasn't something in Jessie I went back into v2.2.28 (which I've been using since it was released) and did a clean build successfully. I've never had any problems compiling dovecot up until now. Any ideas on how to fix this? -- *Bob Wooldridge* Blog: http://kc0dxf.net/blog/
2017 May 30
3
Still trouble with vpopmail
...> ../../src/lib/var-expand.h:18:6: note: declared here > void var_expand(string_t *dest, const char *str, > ^ > userdb-vpopmail.c:72:2: error: void value not ignored as it ought to be > if (var_expand(quota, template, tab, error_r) < 0) -- *Bob Wooldridge* Blog: http://kc0dxf.net/blog/
2015 Feb 25
1
ACL Error
...authenticated lr But when I restart dovecot and try to access folders, I get the following errors in the log file: > Error: Global ACL file /usr/local/etc/dovecot/dovecot-acl line 1: > Unknown ID 'lrwstipekxa' Any ideas what's causing this? -- *Bob Wooldridge* Blog: http://kc0dxf.net/blog/
2015 Dec 04
1
ACL Troubles
...the following error in the dovecot log file: > Error: Global ACL file /usr/local/etc/dovecot/acls line 1: Unknown ID 'anyone rl' Also, my subfolders in the shared mailbox area are no longer visible or accessible. Any ideas what I am doing wrong? -- *Bob Wooldridge* Blog: http://kc0dxf.net/blog/
2017 May 30
0
Still trouble with vpopmail
Sorry to ask, what's vpopmail and how is it related to dovecot? On 30 May 2017 at 22:33, Bobber <bobber at kc0dxf.net> wrote: > Getting this error: > > In file included from ../../src/lib/lib.h:6:0, >> from auth-common.h:4, >> from userdb-vpopmail.c:5: >> ../../config.h:791:0: note: this is the location of the previous >> definition >&gt...
2023 Oct 25
1
DC Time Problems
Hi there, In my experience NTP has been trouble lately with the NTPsec implementation. A few months back I decided to remove NTPsec and go with Chrony. These are my notes: http://samba.bigbird.es/doku.php?id=samba:install-chrony Hope it helps. On Oct 25, 2023 at 19:04 +0200, Ham <ham at kc0dxf.net>, wrote: > > Any ideas on what the problem is?
2023 Oct 25
1
DC Time Problems
...een trouble lately with the NTPsec implementation. > > A few months back I decided to remove NTPsec and go with Chrony. > > These are my notes: > > http://samba.bigbird.es/doku.php?id=samba:install-chrony > > Hope it helps. > On Oct 25, 2023 at 19:04 +0200, Ham <ham at kc0dxf.net>, wrote: >> Any ideas on what the problem is? -- Ham
2015 Jan 29
1
Info on shared folders
I'm interested in setting up shared folders in a small office environment.? Can a folder be created and shared with other users from an IMAP client such as Thunderbird? -- *Bob Wooldridge* Blog: http://kc0dxf.net/blog/
2015 Mar 10
1
Deduplicate Public Folder
How do you perform the doveadm deduplicate command on public folders? If I specify a user, nothing is found. Using -A also doesn't seem to work. -- *Bob Wooldridge* Blog: http://kc0dxf.net/blog/
2017 Apr 11
0
Vpopmail Error
On 10 Apr 2017, at 23.55, Bobber <bobber at kc0dxf.net> wrote: > > I'm trying to compile the latest Dovecot (v2.2.29) and when I run make I get this error: > >> auth-userdb-vpopmail.o: In function `userdb_vpopmail_get_quota': >> /usr/local/src/dovecot-2.2.29/src/auth/userdb-vpopmail.c:64: undefined reference to `va...
2017 Jun 02
0
ACL File
...</etc/ssl/certs/mail_edm-inc_com.pem > ssl_key = # hidden, use -P to show it > userdb { > driver = vpopmail > } > userdb { > driver = vpopmail > } > protocol imap { > mail_plugins = " listescape acl imap_acl" > } -- *Bob Wooldridge* Blog: http://kc0dxf.net/blog/
2020 May 12
2
Ms Exchange vs dovecot
...er is ,there is no exchange without outlook, that is what >> makes exchange a good "groupware solution", on windows only. >> So compare it to dovecot makes only small sense..... Have you looked at SOGo for a groupware option? https://sogo.nu/ -- Bob Wooldridge Blog: http://kc0dxf.net/blog/
2023 Oct 25
3
DC Time Problems
It appears that none of our windows clients are syncing their time with the samba DC.??? From what I can tell they are not able to get a response from the DC.? For example, where the DC is named athena: >w32tm /monitor /computers:athena athena[10.10.1.10:123] ? ICMP: 0ms delay ? NTP: error ERROR_TIMEOUT - no response from server in 1000ms From a Linux machine there is
2020 May 12
3
Ms Exchange vs dovecot
Hi, sorry for top post but short answer is ,there is no exchange without outlook, that is what makes exchange a good "groupware solution", on windows only. So compare it to dovecot makes only small sense..... Am 12.05.20 um 13:24 schrieb Michael Hirmke: > Hi Marc, > > >> How did you decide for the Baikal? I have been testing a long time ago > > it was easy to
2015 Apr 07
0
Search Public Folder
I'm trying to use doveadm fetch to search a folder that is public for all users. The command runs but the output is empty. There are no error messages. Is there anything different to do in order to search public folders? -- *Bob Wooldridge*
2020 Feb 12
0
tcpwraper errors with v2.3.9.3
My system was working fine with version 2.3.9.2.? I upgraded to 2.3.9.3 and I am getting tcpwraper errors: > imap-login: Error: connect(tcpwrap) failed: No such file or directory Here's my config: > login_access_sockets = tcpwrap > > service tcpwrap { > ? unix_listener login/tcpwrap { > ??? group = $default_login_user > ??? mode = 0600 > ??? user =