Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread George Asenov
Dovecot is opensource so you can download source edit the log format removing the passwords and compile it. On 09-Oct-22 8:47 PM, Serveria Support wrote: Like I've already mentioned in my reply to Aki, I generally agree, but many of these methods require much time and expertise some bad guys d

Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread Serveria Support
Hi, thanks, this sounds like a great idea! Will try this and let you guys know... On 2022-10-10 10:52, George Asenov wrote: Dovecot is opensource so you can download source edit the log format removing the passwords and compile it. On 09-Oct-22 8:47 PM, Serveria Support wrote: Like I've alread

Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread hi
On 2022-10-10 08:03, Serveria Support wrote: Hi, thanks, this sounds like a great idea! Will try this and let you guys know... On 2022-10-10 10:52, George Asenov wrote: Dovecot is opensource so you can download source edit the log format removing the passwords and compile it. On 09-Oct-22 8:4

"make check" fail at test_program_refused

2022-10-10 Thread A. Schulze
Hello, I moved my buildsystem to an other platform (I do not fully control) and now receive this error on "make check" Error: program tcp:127.0.0.2:42027: connect(::1) failed: Connection refused test_program_refused . : FAILED The build ru

One-off backup

2022-10-10 Thread Ian Evans
I run a small email server for me and the missus. Six dovecot users. Our host is migrating our server instance. They usually (99.% lol) go off without a hitch. As we don't have dovecot running elsewhere, I'm assuming doveadm is the wrong tool. If we want to make a one-off backup prior to the

Re: One-off backup

2022-10-10 Thread Aki Tuomi
> On 10/10/2022 17:57 EEST Ian Evans wrote: > > > I run a small email server for me and the missus. Six dovecot users. > > Our host is migrating our server instance. They usually (99.% lol) go off > without a hitch. > > As we don't have dovecot running elsewhere, I'm assuming doveadm is

Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread Serveria Support
I checked the source code on Github and discussed this with a C developer. There seem to be too many files... perhaps somebody can guide me where should I look? Aki? On 2022-10-10 11:03, Serveria Support wrote: Hi, thanks, this sounds like a great idea! Will try this and let you guys know...

Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread Benny Pedersen
Serveria Support skrev den 2022-10-10 20:05: I checked the source code on Github and discussed this with a C developer. There seem to be too many files... perhaps somebody can guide me where should I look? Aki? you ask for help ?, and i have sayed "doveconf -P | grep auth" how can i help more

Re: One-off backup

2022-10-10 Thread hi
On 2022-10-10 14:57, Ian Evans wrote: I run a small email server for me and the missus. Six dovecot users. Our host is migrating our server instance. They usually (99.% lol) go off without a hitch. As we don't have dovecot running elsewhere, I'm assuming doveadm is the wrong tool. If we wa

Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread Serveria Support
Hi Benny, Sorry I must have missed your email. Here's the output of doveconf -P | grep auth: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -Pn > dovecot-new.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:25: 'imaps' protocol is no longer n

Re: Dovecot mail-crypt webmail can't read encrypted messages

2022-10-10 Thread Benny Pedersen
Serveria Support skrev den 2022-10-10 23:18: Hi Benny, Sorry I must have missed your email. Here's the output of doveconf -P | grep auth: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -Pn > dovecot-new.conf doveconf: Warning: Obsolete setting in /etc/dovecot/doveco

Re: grabbing multiple patterns from allof

2022-10-10 Thread Stephan Bosch
Only the latest match sets the variables, so you cannot do this in a single if statement. On 25-9-2022 20:36, Marc wrote: Anyone an idea how you should grab multiple matches from allof? if allof ( true, header :regex "Subject" "(test).*(test2)", envelope :matches "from" "*" )

Re: One-off backup

2022-10-10 Thread Ian Evans
On Mon, Oct 10, 2022, 4:35 PM , wrote: > On 2022-10-10 14:57, Ian Evans wrote: > > > If we want to make a one-off backup prior to the migration, is > > shutting down postfix and running > > tar czf mailstorage.tgz /path/to/mail okay? > > > > Thanks. > > I would say it should be ok as long as its

Re: One-off backup

2022-10-10 Thread Plutocrat
Depending on your setup, abilities and intended results, you might also wish consider offlineimap and imapsync, with which you could maintain an updated offsite copy going forwards. P. On 10/10/22 22:57, Ian Evans wrote: I run a small email server for me and the missus. Six dovecot users. Ou