Displaying 20 results from an estimated 1300 matches similar to: "Deliver administrative message ignoring user quota"
2020 May 13
5
Sieve addheader directive works only partially
Hi all,
I want to add a custom header to incoming emails from a particular sender. This is what my user Sieve script looks like:
require ?editheader?;
if address :is "From? ?special-sender at example.com? {
addheader ?X-My-Custom-Header? ?Header Value";
}
I have enabled the editheader extension in my Dovecot configuration:
plugin {
?
sieve_extensions = +editheader
}
2020 Jun 07
0
Deliver administrative message ignoring user quota
On 06 Jun 2020, at 11:25, Peter Folta <mail at peterfolta.net> wrote:
> I have a separate internal system running on a different host that needs to put an administrative email into a user?s inbox.
The easiest way to do the is simply to send an email. It is a lot simpler to setup the right authentication settings that it is to try to manually copy mails into a users folders without
2020 May 19
1
Sieve addheader directive works only partially
Hi Stephan,
Sorry for the delay - this was on version 2.3.4.1 (f79e8e7e4).
Relevant bits from the config:
# 2.3.4.1 (f79e8e7e4): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.4 ()
# OS: Linux 4.19.0-9-amd64 x86_64 Debian 10.4
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric
2019 Dec 08
0
bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
Technically creating and encrypting folder key does not require decrypting user's private key. All folder keys are encrypted with user's public key.
</div>
<div>
<br>
</div>
<div>
Aki
</div>
2019 Nov 25
0
Health check curl example
No worries. Now you are not using the passthrough(-p) mode. That is why dovecot is telling you that your client is not compatible.
Using "script" without -p would require you to implement that protocol: http://doc.dovecot.org/admin_manual/health_check.html#script-protocol.
I believe all you want to do is to keep this line
executable = script -p health-check.sh
and just replace
2019 Nov 25
1
Health check curl example
I can't yet use -p, the version I have is not supporting it still :(
Maybe it is better to wait until alpine linux updates the package.
-----Original Message-----
Subject: RE: Health check curl example
No worries. Now you are not using the passthrough(-p) mode. That is why
dovecot is telling you that your client is not compatible.
Using "script" without -p would require you
2020 Nov 10
2
Recommended Protocols?
Good. I am going to focus on the IMAP configuration and worry about SMTP
later.
The following is the relevant documentation.
This is very straightforward:
https://doc.dovecot.org/admin_manual/ssl/dovecot_configuration/
My file 10-ssl.conf is untouched.
However, this is the part that I would like to better understand:
https://doc.dovecot.org/admin_manual/ssl/certificate_creation/
Before
2012 Feb 28
16
Ruby IDEs
Hi,
I''m a novice in Ruby , I want to ask what is the best IDEs to use Ruby
for beginners ?
Is eclipse a good choice ?
any idea?
Thanks a lot!
Nada
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe
2020 May 14
0
Sieve addheader directive works only partially
> On 13/05/2020 21:10 Peter Folta <mail at peterfolta.net> wrote:
>
>
> Hi all,
>
> I want to add a custom header to incoming emails from a particular sender. This is what my user Sieve script looks like:
>
> require ?editheader?;
>
> if address :is "From? ?special-sender at example.com? {
> addheader ?X-My-Custom-Header? ?Header Value";
2020 Sep 01
1
Dovecot Proxy
Hi Philon,
now, it's time for "Mahlzeit" ;-)
Sorry, that I read the wiki1 instead of wiki2. I thought the 1 means
that it is server one of ... my fault. Also not reading the first line
above the menu. My focus was really on the content. ;-)
Also my problem with the doc of Dovecot2 proxy is, that the document
https://doc.dovecot.org/configuration_manual/authentication/proxies/
2019 Nov 24
0
Health check curl example
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
Your health check script should implement HTTP protocol. Then you can use passthrough mode and use cURL.
</div>
<div>
<br>
</div>
<div>
The provided script does not speak HTTP.
</div>
<div>
2020 Aug 03
0
How to access mailbox metadata in Lua push driver
> On 03/08/2020 12:31 Ralf Becker <rb at egroupware.org> wrote:
>
>
> We're currently using the OX push driver, which is straight forward
> (simple web hook) and allows to store (multiple) push tokens of our
> webmailer direct in mailbox metadata.
>
> Only drawback is that it only supports new arriving mails in the INBOX,
> even mails moved via Sieve to
2020 Nov 10
0
Recommended Protocols?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On Tue, 2020-11-10 at 00:26 -0600, Raymond Herrera wrote:
> Good. I am going to focus on the IMAP configuration and worry about
> SMTP
> later.
Yeah, also the postfix list is probably more useful for the SMTP stuff,
although having said that the two products integrate seemlessly.
> The following is the relevant documentation.
>
2014 Nov 24
5
TELNENT TO LOCALHOST IN CENTOS 7
On Mon, Nov 24, 2014 at 11:38 AM, Leon Fauster
<leonfauster at googlemail.com> wrote:
> Am 24.11.2014 um 18:11 schrieb Frank Cox <theatre at melvilletheatre.com>:
>> On Mon, 24 Nov 2014 08:46:33 -0600
>> John R. Dennison wrote:
>>
>>> Why are you wanting to use telnet in the first place?
>>
>> I don't know what his use case is, but I
2019 Nov 25
0
Health check curl example
The -e parameter is used to define a "list of environment variables", so the error message telling you that you did not define a script is right.
So far i understood that you wanted to use passthrough mode, so do not use -e but -p. (except you need to define some environment-variables for your script).
Executing the script executable standalone does not work it must be started from
2019 Nov 24
0
Health check curl example
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
Yes. The passthrough option is rather new.
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 24/11/2019 15:28 Marc Roos via dovecot <
<a
2019 Nov 25
2
Health check curl example
Thanks, Markus, maybe we should add this to the admin_manual? However I
am now getting the error 'script: Fatal: Missing script path'
Similar as when I try via the command line
bash-5.0# /usr/libexec/dovecot/script -e /bin/health-check.sh
Fatal: Missing script path
bash-5.0# /usr/libexec/dovecot/script -e /bin/ health-check.sh
Panic: BUG: No IOs or timeouts set. Not waiting for
2019 Dec 08
0
bash script hook lda_mailbox_autocreate for generate mail-crypt user encrypted private key with user password
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
It's a known issue that the password will be set to silly value, most likely 'yes'.
</div>
<div>
<br>
</div>
<div>
You should generate the user key during provisioning with `doveadm cryptokey generate -Uu
2019 Jul 16
0
Dovecot release v2.3.7
Version 2.3.7 appears to break director ring sync. After upgrading, our
logs are full of these kinds of messages:
Jul 14 04:09:20 yyy dovecot: director: Error: director: User xxx host
lookup failed: Timeout because ring not synced - queued for 30 secs
(Ring not synced for 1410 secs, hash=271838221)
Jul 14 04:09:20 yyy dovecot: director: Error: director: User xxx host
lookup failed: Timeout
2019 Nov 25
2
Health check curl example
:) I really starting to feel a bit like an idiot, but all these 3
configs[0] give error 'Client not compatible with this binary'
[0]
service health-check {
executable = script /bin/health-check.sh
inet_listener health-check {
port = 5001
}
}
service health-check {
executable = script -e "HOME PATH" /bin/health-check.sh
inet_listener health-check {
port =