Re: Configure: "Can't build with MySQL support: libmysqlclient not found"

2024-03-12 Thread James L. Brown via dovecot
On 13 Mar 2024, at 12:14 AM, Aki Tuomi wrote: On 12/03/2024 14:46 EET James L. Brown via dovecot wrote: On 12 Mar 2024, at 10:06 PM, Odhiambo Washington wrote: On Tue, Mar 12, 2024 at 4:20 AM James L. Brown via dovecot

Re: Configure: "Can't build with MySQL support: libmysqlclient not found"

2024-03-12 Thread James L. Brown via dovecot
On 12 Mar 2024, at 10:06 PM, Odhiambo Washington wrote: On Tue, Mar 12, 2024 at 4:20 AM James L. Brown via dovecot wrote: Hi all. I’m getting errors when trying to configure make for version 2.3.21 on macOS 14.3.1 Sonoma

Configure: "Can't build with MySQL support: libmysqlclient not found"

2024-03-11 Thread James L. Brown via dovecot
: $? =1 Odd that it is using the old version mysql. Would someone be able to help me get it to find libmysqlclient? In /opt/homebrew/Cellar/mysql/8.0.32/lib/ I have: libmysqlclient.21.dylib libmysqlclient.a libmysqlclient.dylib Thanks, James. ___

Dbox-storage error when compiling: no member named 'st_atim' in 'struct stat'

2024-03-02 Thread James L. Brown via dovecot
: Permission denied Would someone be able to help we with the dbox-storage error? Thanks, James. ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

doveadm sync failed after adding "mechanisms = plain login" to passdb

2024-01-30 Thread James via dovecot
Hello, After adding `mechanisms = plain login` to passdb (passwd-file), `doveadm -D sync -u e...@example.com -d -N -l 30 -U` failed with ``` Jan 26 06:49:22 doveadm(e...@example.com): Error: remote(server2.example.com:61526): doveadm(1.1.1.1,e...@example.com): auth-master: passdb

Re: Setting up a new server

2023-10-30 Thread James
On 28/10/2023 07:31, James Cloos wrote: Also I'd like to use imap-specific passwds for each user. My tests so far have used the login passwds for each user. Not necessarily virtual users, just imap-specific passwds. There is already a pgsql server handy; I take it that would be the way to go

Setting up a new server

2023-10-28 Thread James Cloos
for passdb and userdb lookups, yes? Thanks, -JimC -- James Cloos OpenPGP: 0x997A9F17ED7DAEA6 ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Bug - doveadm backup out-of-memory kill/crash when no separators set

2023-07-29 Thread James Harrison
other than the separator item. May be worth mentioning that having the separator set can avoid this condition in the doveadm backup docs - this took me a while to figure out! -- Cheers, James Harrison ___ dovecot mailing list -- dovecot@dovecot.org To uns

Re: "sh: doveadm: command not found" with doveadm -Dv backup -R

2023-02-28 Thread James Brown
> On 28 Feb 2023, at 5:53 pm, Aki Tuomi wrote: > >> On 28/02/2023 03:54 EET James Brown wrote: >> >> I’m moving from an old mail server to a new one. >> >> On the new one, trying to transfer mailboxes from the old machine using >> doveadm. It fails s

"sh: doveadm: command not found" with doveadm -Dv backup -R

2023-02-27 Thread James Brown
nix:/usr/local/var/run/dovecot/auth-userdb (uid=0): Disconnected: Connection closed (fd=9) Does this mean the remote machine can’t fine doveadm? (Both machines are running macOS) I could probably transfer the mailboxes using rsync, but I thought that doveadm was a better way. Thanks, James.

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-22 Thread James Brown
AM-MD5 PLAIN-TRUNC SMD5 DIGEST-MD5 LDAP-MD5 Hope that saves someone some time and frustration. Probably future me! :-) Huge thanks to Aki for his help and patience, James.

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
opt/homebrew/lib/libsodium.a >>>> /opt/homebrew/lib/libsodium.dylib >>>> /opt/homebrew/lib/pkgconfig/libsodium.pc >>>> /opt/homebrew/opt/libsodium >>>> /opt/homebrew/var/homebrew/linked/libsodium >>>> >>>> What do I need to use to stop the:

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
ib/libsodium.a >> /opt/homebrew/lib/libsodium.dylib >> /opt/homebrew/lib/pkgconfig/libsodium.pc >> /opt/homebrew/opt/libsodium >> /opt/homebrew/var/homebrew/linked/libsodium >> >> What do I need to use to stop the:Can't build with libsodium: not found >> &

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
N-MD5 SCRAM-SHA-1 CLEAR CLEARTEXT SSHA256 >> MD5 PBKDF2 SHA256 CRAM-MD5 PLAIN-TRUNC SMD5 DIGEST-MD5 LDAP-MD5 >> >> How do I get ARGON2I, ARGON2ID in that list? >> >> Has anybody got Dovecot to work on recent macOS with these password schemes? >> Any hints? &g

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
On 21 Feb 2023, at 10:12 pm, James Brown wrote: > > The new one has Dovecot compiled with same configure options, same > configuration files, but fails to authenticate: > > Feb 21 21:51:03 master: Info: Dovecot v2.3.20 (80a5ac675d) starting up for > imap, pop3 (core dumps

Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
au,::1,): Unknown scheme ARGON2ID ./configure --with-ssl=openssl --with-mysql Was what I used to compile. Using OpenSSL 3.0.8. New server is running macOS 13.2.1 Ventura. (Have also installed libsodium 1.0.18_1) Any help would be most appreciated. thanks, James.

service(imap-login): Fatal: setrlimit(RLIMIT_DATA, 268435456): Invalid argument macOS

2023-02-20 Thread James Brown
I fixed the issue with Dovecot not starting on macOS Ventura by adding this to 10-master.conf: service log { vsz_limit = 0 } But now when I try to login via Imap on port 143 I get the same error for imap-login: Feb 20 15:55:41 imap-login: Error: Feb 20 15:55:41 service(imap-login): Fatal:

Re: SOLVED: Re: Dovecot does not start on MacOS 12.01, and now 13.2.1 - RLIMIT_DATA

2023-02-17 Thread James Brown
thread. Thanks, James. Hi! That solution is bit overly broad way to solve this, I would instead recommend service log { vsz_limit = 0 } so that only service log is affected. Aki > On 31/10/2021 20:36 Don Feliciano wrote: > > > > A kind person who isn’t on the mailing li

Permissions issue with doveadm mailbox command

2022-12-30 Thread James Moe
ecot-sql.conf.ext driver = sql } -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think.

Re: [SOLVED] Permissions for dovecot logging

2022-12-30 Thread James Moe
On 2022-12-27 16:19, James Moe wrote: > I changed logging to use a path rather than syslog. Doing so makes it easier > to work with fail2ban. > Dovecot fails to start with the error: > Can't open log file /data01/var/log/dovecot.log: Permission denied > Yes, it was apparm

Re: Permissions for dovecot logging

2022-12-29 Thread James Moe
T20:17:56-0700 sma-server3 dovecot[12102]: Can't open log file /data01/var/log/dovecot.log: Permission denied 2022-12-29T20:17:56-0700 sma-server3 systemd[1]: dovecot.service: Main process exited, code=exited, status=80/n/a -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think.

Permissions for dovecot logging

2022-12-27 Thread James Moe
on" am I missing? Note: A long time ago I had a problem with programs consuming all available space on the system disk with log or backup files. I have since gotten in the habit of putting log files on a non-system disk. -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think.

Re: What do I do with the ".ext?"

2022-12-18 Thread James Moe
On 2022-12-17 00:09, Aki Tuomi wrote: > Please see > https://doc.dovecot.org/configuration_manual/authentication/sql/#authentication-sql > how to use these. > Thank you! -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think.

What do I do with the ".ext?"

2022-12-16 Thread James Moe
ld nothing in the documentation that discusses it. Do I copy one, say dovecot-sql.conf.ext, modify it: - rename the copy without the ".ext?" - or move the copy to the "conf.d" directory, with or without the "ext?" -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think.

Re: SQL user_query quota_rule for *:messages=

2022-05-23 Thread James
On 23/05/2022 08:18, Aki Tuomi wrote: Is it possible to override the message count limit with an SQL user_query (and password_query)? I tried returning userdb_quota_rule2 in the SQL but it did not work. "SELECT ... '*:messages=' || maxcount AS userdb_quota_rule2 ...;" Ref:

SQL user_query quota_rule for *:messages=

2022-05-20 Thread James
Hello, dovecot.conf sets the system default quota for storage and message count: plugin { ... quota_rule = *:storage=1G quota_rule2 = *:messages=1 ... } This quota_rule for the storage is overridden by an SQL user_query in dovecot-sql.conf: user_query = "SELECT ...

Re: /usr/libexec/dovecot/anvil crashes immediately

2022-02-21 Thread James
is focused for desktop use; why not use OmniOS for a server? Your choice but you could run OpenIndiana global with a bhyve zone running OmniOS. James.

Re: ZFS storage and backup

2021-11-19 Thread James
. Data security and continuity of service are more important than latency. Do you have enough RAM for read cache? A separate log for writes? L2ARC will only help if you have more active data than fits in RAM. James

Re: ZFS storage and backup

2021-11-15 Thread James
is a best practice regarding backups? - using only the dovecot tools or leveraging the great features of ZFS (or both) with snapshots etc.? I use automated snapshots and zfs send/receive to a remote backup machine. I auto copy many ZFSes this way so it is minimal effort to do email too. James

Logging to remote server

2021-08-26 Thread James Brown
My Google searches must be off, I couldn’t see how to do this. Is there a way to log to a local file, but also send to a remote server? Eg: Log_path = /var/log/dovecot.log, @mylogserver.example.com:514 Thanks, James

Re: Different userdb per inet_listener

2021-07-28 Thread James
On 28/07/2021 09:12, Miloslav Hůla wrote: Now we would like to disable authentication for Postfix (SMTP), but allow it for Dovecot (IMAP & POP3). Something like "receive-only". Is there any way we can configure different passdb for mentioned inet_listener? Or is there any variable with "auth

Re: Different userdb per inet_listener

2021-07-28 Thread James
On 28/07/2021 09:12, Miloslav Hůla wrote: Now we would like to disable authentication for Postfix (SMTP), but allow it for Dovecot (IMAP & POP3). Something like "receive-only". Is there any way we can configure different passdb for mentioned inet_listener? Or is there any variable with "auth

Re: [EXTERNAL] Sv: function for whitelisting IPs

2021-07-15 Thread James
On 15/07/2021 12:05, White, Daniel E. (GSFC-770.0)[NICS] wrote: The custom login script -- in Dovecot or Roundcube or … ? Is there any documentation for such scripting ? https://doc.dovecot.org/configuration_manual/authentication/auth_policy/ It uses an http interface so it is easy to

Re: libdict_lua linking issues

2021-06-22 Thread James
On 22/06/2021 12:30, Timo Sirainen wrote: libtool: link: gcc -std=gnu99 -m64 -march=x86-64 -fPIC -Os -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -m64 -o test-dict test-dict.o

Re: libdict_lua linking issues

2021-06-22 Thread James
On 22/06/2021 12:30, Timo Sirainen wrote: And on OmniOS / Solaris it failed with: libtool: link: gcc -std=gnu99 -m64 -march=x86-64 -fPIC -Os -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime

Re: [Dovecot-news] Dovecot v2.3.15 released

2021-06-21 Thread James
On 21/06/2021 17:39, Daniel J. Luke wrote: On Jun 21, 2021, at 7:20 AM, Timo Sirainen wrote: Here's a new release with some security fixes and quite a lot of other changes as well. * Removed support for Lua 5.2. Use version 5.1 or 5.3 instead. Looks like it doesn't want to build w/o lua

Re: NFS Locking Question

2021-05-28 Thread James
On 25/05/2021 16:46, Zane Zak wrote: We have a single exim server that delivers mail to mbox files in /var/mail. We have a separate server running dovecot that reads mail from these mbox files. ... Is there a configuration change that needs to be made on the dovecot I don't know about the

Re: What imap ssl/auth settings work best with MS Outlook?

2021-04-30 Thread James
On 30/04/2021 08:13, @lbutlr wrote: When you enter your email address, it would be TRIVIAL to check the MX records for the domain and fill those in for the SMTP and IMAP servers, allowing users to more easily add (if needed) the domain prefix. Better to use DNS SVR records than guess from

Re: Dovecot Replication Errors (only) when using tcps: as the mail_replica Protocol

2020-11-19 Thread James Pattinson
I had the same issue when setting this up a few weeks ago. I switched to using SSH based transport and it's been great ever since. Is that an option for you? dsync_remote_cmd = ssh -l%{login} %{host} doveadm dsync-server -u%u mail_replica = remote:r...@xx.xx.xx.xx Cheers James

Re: Odd replication behaviour

2020-10-31 Thread James Pattinson
as mail_plugins = notify replication Now, adding to 20-lmtp.conf: protocol lmtp { mail_plugins = sieve notify replication } Works fine now. Hope this helps someone else. Cheers James > On 31 Oct 2020, at 14:40, James Pattinson wrote: > > Hi, > > I have just built a new pair of s

Odd replication behaviour

2020-10-31 Thread James Pattinson
(not SSH). Some output from dovecot -n is below. Cheers James HOST A # 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.8 (b7b03ba2) # OS: Linux 4.18.0-193.28.1.el8_2.x86_64 x86_64 CentOS Linux release 8.2.2004 (Core) xfs # Hostname: hosta.domain auth_mechanisms = plain login

Re: iterate_query with static userdb ?

2020-05-17 Thread James
On 17/05/2020 10:43, Laura Smith wrote: Because I wanted to avoid storing uid/gid/home in the database ? I use: user_query = "SELECT 'vmail' AS uid, 'vmail' AS gid, allow_nets, '*:storage=' || quota || 'M' AS quota_rule FROM mailbox WHERE username = '%n' AND domain = '%d';" ... uid and

Re: dovecot sieve duplicates detection

2019-12-04 Thread James Cassell via dovecot
On Wed, Dec 4, 2019, at 1:14 PM, Stephan Bosch via dovecot wrote: > > > On 17/08/2018 09:14, Stephan Bosch wrote: > > > > > > Op 14/05/2018 om 23:03 schreef James Cassell: > >> > >> On Mon, May 14, 2018, at 4:52 PM, Stephan Bosch wrote: > >&g

Re: Duplicate e-mail with Dovecot and Sieve

2019-11-26 Thread James Cassell via dovecot
've not used the duplicate test anywhere in your example. See the RFC for examples: https://tools.ietf.org/html/rfc7352#section-5 Specifically, example 3 might help: https://tools.ietf.org/html/rfc7352#section-5.3 but most simply, you can probably replace `if true` with `if not duplicate` V/r, James Cassell

Re: SQL iterate_query

2019-10-28 Thread James via dovecot
On 25/10/2019 00:00, Daniel Miller via dovecot wrote: So, given that the complete address is used as the username I now use: iterate_query = SELECT username FROM mailbox https://doc.dovecot.org/configuration_manual/authentication/sql/#user-iteration ...says that iterate_query has two

Re: Error: SSL_accept() syscall failed

2019-10-11 Thread C. James Ervin via dovecot
1.1.1b (Debian)  TLSv1.3 TLS_AES_256_GCM_SHA384, 384 bit ECDH (P-384)  Thunderbird (60.6)   TLSv1.3 TLS_AES_128_GCM_SHA256, 384 bit ECDH (P-384)  Done 2019-10-11 07:31:08 [ 170s] -->> 3.222.54.62:993 (kumo.kites.org) <<-- On 10/11/19 7:22 AM, C. James Ervin via dovec

Error: SSL_accept() syscall failed

2019-10-11 Thread C. James Ervin via dovecot
In setting up my new mail server, I am getting the following in the logs: Oct 11 07:10:59 kumo dovecot[5704]: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=24.53.79.10, lip=172.26.12.90, *TLS handshaking: SSL_accept() syscall failed: Success*, session= I have tried

Re: Case sensitivity in :addresses in sieve vacation scripts

2019-10-08 Thread James Cassell via dovecot
ion RFC, it should fallback to case-insensitive: https://tools.ietf.org/html/rfc5230 You could try working around the issue by adding to your `vacation` statement: `:comparator "i;ascii-casemap"` -- but in any case, I'd file a bug about the non-standard behavior. V/r, James Cassell > Thanks > Julian > >

Off-site cloud backup (eg Amazon S3, Wasabi)

2019-09-09 Thread James Brown via dovecot
, James. smime.p7s Description: S/MIME cryptographic signature

Solr, Dovecot & macOS / iOS

2019-08-13 Thread James Brown via dovecot
perform searches on their local copy of mail or does it just send a search request to the server? I’m guessing the searches are done locally so no point in Solr? Does anyone know? Thanks, James. smime.p7s Description: S/MIME cryptographic signature

Re: auth-policy crashing

2019-08-07 Thread James via dovecot
On 07/08/2019 11:19, James via dovecot wrote: My more simplistic policy does not need both. I perform whitelist, blacklist, geo and greylist ...and DNSBL which where I started with the policyserver, "Can dovecot do DNSBL?", only indirectly via a policyserver. This is better as

Re: auth-policy crashing

2019-08-07 Thread James via dovecot
On 07/08/2019 11:02, Aki Tuomi via dovecot wrote: before and after auth? roundcube webmail reports an error with only auth_policy_check_before_auth. I cannot see why. The simple and lazy solution is to use double auth_policy_check_! ... The double-check is for places which want to

Re: auth-policy crashing

2019-08-07 Thread James via dovecot
On 06/08/2019 06:46, Aki Tuomi via dovecot wrote: On 2.8.2019 13.45, James via dovecot wrote: My auth process is dumping core. This happens several times per day ... There is an easy fix for this, attached. Patch applied; no core dump in 24 hours. This appears to have fixed the problem

Re: auth-policy crashing

2019-08-03 Thread James via dovecot
On 02/08/2019 11:45, James via dovecot wrote: My auth process is dumping core. This happens several times per day but dovecot can operate normally for hours between errors. The crash occurs in src/auth/auth-policy.c, line 356: t@1 (l@1) program terminated by signal SEGV (no mapping

auth-policy crashing

2019-08-02 Thread James via dovecot
should not cause dovecot to crash. I've tried 32 and 64 bit and two compilers (gcc and SunStudio), all result in crashes. Adding: keepalive_timeout 0; ...to nginx.conf appears to reduce the crashes. It happens with a variety of users and with debug output I see no pattern. James.

Re: Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-10 Thread James via dovecot
On 09/07/2019 06:35, Aki Tuomi via dovecot wrote: As for 1st, isn't gcc 3 rather old? As is Solaris 10. Solaris 10 predates gcc4 and comes/came with gcc3. No one says we have keep using the system gcc3 exclusively. 9.1.0 works too. Solaris 10 03/05 = March 2005, release January 31, 2005

Re: Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-10 Thread James via dovecot
On 09/07/2019 01:02, Joseph Tam via dovecot wrote: Issue 2) Cannot build with --enable-hardening Using gcc 9.1.0, "configure" step fails because fd passing was broken, but the real problem was a compilation failure when "--enable-hardening" is used. Demonstration: See:

Re: Compile problem on Solaris

2019-06-10 Thread James via dovecot
On 10/06/2019 14:40, Roderick Johnstone via dovecot wrote: Compiling dovecot 2.2.36.1 with the native compiler on Solaris 10 is giving the error below. ... -m64 -c -o sha3.lo sha3.c libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I/export/home/exim_build_20190605/build_local/include -m64

Re: v2.3.6 Configure fail 'libssl not found' macOS

2019-05-01 Thread James Brown via dovecot
> On 1 May 2019, at 4:38 pm, James Brown via dovecot <mailto:dovecot@dovecot.org>> wrote: > > No problems with 2.3.5, but when I try to compile 2.3.6 with: > > ./configure --with-mysql --with-ssl=openssl > > I get: > > checking for dlopen...

v2.3.6 Configure fail 'libssl not found' macOS

2019-05-01 Thread James Brown via dovecot
ttp://libssl_iostream_openssl.la/> /usr/local/lib/dovecot/libssl_iostream_openssl.so Any suggestions? Thanks, James. smime.p7s Description: S/MIME cryptographic signature

Re: Dovecot release v2.3.6

2019-04-30 Thread James via dovecot
On 30/04/2019 14:21, Aki Tuomi via dovecot wrote: https://dovecot.org/releases/2.3/dovecot-2.3.6.tar.gz Trivial but... "mail-index-transaction-update.c", line 198: void function cannot return value Thanks. --- ../original/src/lib-index/mail-index-transaction-update.c 2019-04-30

Re: Mail account brute force / harassment

2019-04-12 Thread James via dovecot
On 12/04/2019 08:42, Aki Tuomi via dovecot wrote: On 12.4.2019 10.34, James via dovecot wrote: On 12/04/2019 08:24, Aki Tuomi via dovecot wrote: Weakforced uses Lua so you can easily integrate DNSBL support into it. How does this help Dovecot block? A link to some documentation or example

Re: Mail account brute force / harassment

2019-04-12 Thread James via dovecot
On 12/04/2019 08:24, Aki Tuomi via dovecot wrote: Weakforced uses Lua so you can easily integrate DNSBL support into it. How does this help Dovecot block? A link to some documentation or example perhaps? We will not add DNSBL support to dovecot at this time. Is there a reason why you

Re: Mail account brute force / harassment

2019-04-12 Thread James via dovecot
ed a small sample of my IMAP hackers using the lists I use for SMTP blocking [1] and enough are in these list to make them worth using. Extra detection is not needed as many of these addresses are already known - maybe even by using weakforced. James. 1. exim dnsblist: https://www.exim

Re: Mail account brute force / harassment

2019-04-11 Thread James via dovecot
On 11/04/2019 12:49, Marc Roos via dovecot wrote: Yes indeed, we have already own dnsbl's for smtp and ssh/ftp access. How do you have one setup for dovecot connections? Two answers: 1. I wrote my own very simple implementation but it does not share other people's data. Sharing the key to

Re: Mail account brute force / harassment

2019-04-11 Thread James via dovecot
On 11/04/2019 11:43, Marc Roos via dovecot wrote: A. With the fail2ban solution - you 'solve' that the current ip is not able to access you It is only a solution if there are subsequent attempts from the same address. I currently have several thousand addresses blocked due to dovecot

Re: sql table definitions

2019-04-02 Thread James via dovecot
On 02/04/2019 05:42, Richard Hector via dovecot wrote: I'm using PostgreSQL for my auth db. I used the example CREATE TABLE statement in the config file, but now I find the fields are too short. I assume dovecot will be fine with 'text' type columns replacing the varchars? Or failing that, I

dovecot.conf "local hostname" uses only one resolved value

2019-03-14 Thread James via dovecot
= In my real case with A and records, only the record is used. Testing with "openssl s_client -starttls imap ..." gives me the wrong certificate for the IPv4 address. Workaround: specify all addresses and do not use lookup. James.

“Message cannot be displayed because of the way it is formatted” iOS

2019-03-06 Thread James Brown via dovecot
, with older version of Dovecot, etc. This server never used to have these issues. Just wondering if anyone has any ideas or suggestions? Can’t see anything in the logs. Thanks, James. smime.p7s Description: S/MIME cryptographic signature

same account imap and pop3

2019-03-01 Thread James via dovecot
I have an imap and pop3 for the same account. When I delete a message from imap and then fetch the mail from the pop3 account, it retrieves the deleted message. I am using thunderbird for the MTA. Does anyone know why it happens? It could be a timing issue.

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread James Brown via dovecot
On 30 Jan 2019, at 4:35 pm, Aki Tuomi mailto:aki.tu...@open-xchange.com>> wrote: > >> >> On 30 January 2019 at 07:12 James Brown < jlbr...@bordo.com.au >> <mailto:jlbr...@bordo.com.au>> wrote: >> >> >> >> My settings: &

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread James Brown via dovecot
On 30 Jan 2019, at 10:57 am, Stephan Bosch mailto:step...@rename-it.nl>> wrote: > > Op 30/01/2019 om 00:06 schreef James Brown via dovecot: >> >>> On 30 Jan 2019, at 9:24 am, Stephan Bosch >> <mailto:step...@rename-it.nl>> wrote: >>> >>&

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread James Brown via dovecot
> On 30 Jan 2019, at 9:24 am, Stephan Bosch wrote: > > > > Op 29/01/2019 om 01:51 schreef James Brown via dovecot: >> I’ve set up a new mail server. Auth-worker is giving me this error all the >> time: >> >> auth-worker(11160): Info: p

"unknown user - trying the next userdb" Info in log

2019-01-28 Thread James Brown via dovecot
mple: # #userdb { #driver = static #args = uid=vmail gid=vmail home=/var/vmail/%u #} Any ideas why it is gives me this error before logging in? Where should I look? Thanks, James.

Re: Sieve "OOO" configuration

2019-01-05 Thread James Cassell
Look at the currentdate test https://tools.ietf.org/html/rfc5260#section-5 V/r, James Cassell On Sat, Jan 5, 2019, at 11:26 AM, Jerry wrote: > I am able to get sieve issuing an "out of office"message correctly. > However, I want to configure it to send an "OOO" mes

Re: Compiling Dovecot on Solaris 11 fails

2019-01-04 Thread James
On 03/01/2019 20:42, Sami Ketola wrote: does work just fine on my solaris 11 x86 box. ... my test system is solaris 11.3 and I have gcc 4.5.2. Old versions of gcc do not have -mfunction-return=thunk 7 and 8 have it.

Re: Compiling Dovecot on Solaris 11 fails

2019-01-03 Thread James
On 03/01/2019 16:45, Andrew Watkins wrote: Tried to build dovecot-2.3.4 on Solaris 11 x86 and it fails at configure part. I just went checked and it last version it works on is v2.3.2.1 ... checking Linux compatible mremap()... no checking whether shared mmaps get updated by write()s...

Re: Several problems on Solaris10

2019-01-01 Thread James
On 31/12/2018 17:28, Pierluigi Frullani wrote: > My version is 2.2.13 ( it was the last one, at the time of the first > server setup ). 2.2.13 is from around May 2014. It worked but I can't see why you wouldn't switch to the latest 2.3.4. (You might be seeing what I can't

Re: Several problems on Solaris10

2018-12-30 Thread James
On 29/12/2018 13:49, Pierluigi Frullani wrote: I've just upgraded my old Solaris 10 update 8 to Solaris 10 update 11 with the latest patches, but after the reboot with the new update I'm having a lot of problems with dovecot. My version is 2.2.13 ( it was the last one, at the time of the

Re: Lda fatal: setgid (102 from userdb lookup) failed

2018-12-04 Thread James Brown via dovecot
> On 4 Dec 2018, at 5:48 pm, Aki Tuomi wrote: > > On 4.12.2018 3.27, James Brown via dovecot wrote: >> Sorry if this is a nubbie question, but I’m getting: >> >> lda(jlbr...@bordo.com.au)<>: Fatal: setgid(102 >> from userdb lookup) failed with euid=5

Lda fatal: setgid (102 from userdb lookup) failed

2018-12-03 Thread James Brown via dovecot
of 20(staff)) How can I fix this? (macOS Mojave, Dovecot 2.3.4) Thanks, James.

"Group doesn't exist: dovecot"

2018-11-19 Thread James Brown
No matter what I do, I always get this error when trying to start Dovecot: $ sudo /usr/local/opt/dovecot/sbin/dovecot Warning: fd limit (ulimit -n) is lower than required under max. load (256 < 1000), because of default_client_limit Fatal: service(stats) Group doesn't exist: dovecot (See service

Re: macOS Mojave: setgroups(501) failed: Too many extra groups

2018-11-18 Thread James Brown
irst/last_valid_gid could > be applied. > > Thanks > Heiko Hi Heiko, I’m also trying to set up Dovecot on a Mojave system. Would you mind leting me know what your settings are? Ie output of: dovecot -n Many thanks, James.

Re: New install - getting error: "Failed to initialize SSL server context: Couldn't parse DH parameters"

2018-11-12 Thread James Brown
Peters" > Date: 13/11/2018 05:44 (GMT+02:00) > To: dovecot@dovecot.org > Subject: Re: New install - getting error: "Failed to initialize SSL server > context: Couldn't parse DH parameters" > > try > > openssl dhparam -out /usr/local/etc/dovecot/dh.pem 20

Re: New install - getting error: "Failed to initialize SSL server context: Couldn't parse DH parameters"

2018-11-12 Thread James Brown
> On 11/12/2018 07:28 PM, James Brown wrote: >> I’m setting up Dovecot using Homebrew on a new server and am getting this >> when I try to login via IMAP: >> Nov 13 14:13:35 auth: Debug: auth client connected (pid=30719) >> Nov 13 14:13:35 imap-login: Info: Aborted l

New install - getting error: "Failed to initialize SSL server context: Couldn't parse DH parameters"

2018-11-12 Thread James Brown
N4nY6k7fGwgEDVa2hE oOrVfJxyuuuiblahblahblahhhXCGsxhlDQO QmzOhHqPovzbBByO9iR5fu3xbNm9YRxPowIBAg== -END DH PARAMETERS—— Into a file dh.pem and then added ssl_dh=/usr/local/etc/dovecot/dh.pem To my dovecot.conf file. Reloaded Dovecot but still get the same error. Any suggestions? macOS 10.13.6, Dovecot 2.3.2.1 Any suggestions? Thanks, James.

Re: Disaster Recovery Help

2018-11-12 Thread James Brown
com <https://imazing.com/> Then transfer to you Dovecot Maildir. (Have never done this - it’s just a suggestion). James.

Re: macOS Mojave: setgroups(501) failed: Too many extra groups

2018-10-24 Thread James Brown
hanging default_login_user and default_internal_user to my username. As you say, wasn’t an issue with earlier versions of macOS X. Any solution would be most appreciated. James.

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-10-01 Thread James
AT(address) & 0x80) > 0 ) { + while ( (ADDR_DATA_AT(address) & 0x80) != 0 ) { if ( ADDR_BYTES_LEFT(address) > 0 && bits > 0) { integer |= ADDR_DATA_AT(address) & 0x7F; ADDR_JUMP(address, 1); Quick reply: It does. I can't see why. James.

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-10-01 Thread James
. James.

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-10-01 Thread James
On 28/09/2018 12:38, Aki Tuomi wrote: It was studio cc. gcc doesn't make it through configure and I didn't ask why. Can you share a little bit more info on how did the compile (or configure even) fail with gcc on Solaris 11? $ ./configure $ARGS ... checking Linux compatible mremap()... no

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-28 Thread James
even tried to compile dovecot wit that yet. Current Release - Oracle Developer Studio 12.6. James.

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-28 Thread James
On 27/09/2018 14:55, Josef 'Jeff' Sipek wrote: On Thu, Sep 27, 2018 at 10:42:16 +0100, James wrote: $ dovecot -c dovecot.conf -n # 2.3.3.rc1 (14e4920d8): dovecot.conf # Pigeonhole version 0.5.2 (7704de5e) # OS: SunOS 5.11 i86pc Out of curiosity, is this a Solaris system or an illumos system

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-27 Thread James
it through configure and I didn't ask why. I have some other things to do but will look at this again later. Thank you for the byte code explanations. The coding at this point is hard to follow with the pointers-to-functions and #defines. James.

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-27 Thread James
bug = yes mail_gid = staff mail_location = maildir:/path/to/%d/%n/Maildir mail_uid = james managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variab

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-24 Thread James
On 24/09/2018 13:35, Stephan Bosch wrote: You can enable `-d -' and `-t - -Tlevel=matching' as well. $ sieve-test -D -d - -t - -Tlevel=matching -c dovecot.conf sieve message sieve-test(james): Debug: Effective uid=1001, gid=10, home=/home/james sieve-test(james): Debug: maildir++: root=/path

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-24 Thread James
On 24/09/2018 12:54, James wrote: Remove 2.3.3 rc1, install 2.3.2 and 0.5.2, success with sieve-test including ":days 1"

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-24 Thread James
On 24/09/2018 12:34, James wrote: $ cat sieve require ["vacation"]; vacation # Reply at most once a day to a same sender :days 1 ...removing the ":days 1" stops the corruption: $ sieve-test -D -c dovecot.conf sieve.2 message sieve-test(james): Debug: Effective ui

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-24 Thread James
On 24/09/2018 11:51, Stephan Bosch wrote: Can you try with the sieve-test command-line tool, in particular with trace debugging enabled? Thank you for the debugging tip, is this useful? $ sieve-test -D -c dovecot.conf sieve message sieve-test(james): Debug: sieve: Pigeonhole version 0.5.3

v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-09-24 Thread James
rsions, the compilation has not changed. James.

  1   2   3   4   >