Displaying 8 results from an estimated 8 matches for "bambero".
Did you mean:
bamberg
2018 Nov 15
2
Sieve notify variables not working with body?
...the variable ${1} seems to be empty.
But in this case:
if header :matches "Subject" "*" {
notify :importance "3"
:message "[NOTIFY] ${1}"
"mailto:test at example,com";
}
Everything works correct.
Regards,
Bambero
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20181115/298a621e/attachment-0001.html>
2011 Nov 12
1
submission_host problem
...yhost>\\r\\n"
Nov 12 05:11:15 myhost dovecot: lda(alias at apisoft.pl): Error:
smtp(127.0.0.1): RCPT TO failed: 554 SMTP synchronization error
Nov 12 05:11:15 myhost dovecot: lda(alias at apisoft.pl): Error: sieve:
msgid=<E1RP4uv-00043S-L7 at myhost>: failed to redirect message to
<bambero at gmail.com> (refer to server log for more information)
Does anyone know how to fix it ?
Regards,
Bambero
2014 Jul 02
1
Shared folders not listed by IMAP
...aildir:/%%u/Maildir:INDEX=~/Maildir/Shared/%%u
subscriptions = yes
list = yes
}
plugin {
acl = vfile:cache_secs=5
}
plugin {
acl_shared_dict = file:/var/mail/%i.db
}
protocol imap {
mail_plugins = $mail_plugins imap_quota imap_acl imap_zlib
}
My version of dovecot is 2.2.10.
Regards
Bambero
2018 Nov 16
1
Sieve notify variables not working with body?
...f not header :contains "subject" "*"
{
notify :importance "3" :message "${body}" "mailto:test at example.com";
}
On Fri, Nov 16, 2018 at 2:53 PM Stephan Bosch <stephan at rename-it.nl> wrote:
>
>
> Op 15-11-2018 om 23:54 schreef Bambero:
> > Hi,
> >
> > I want to send notification like this:
> >
> > if body :text :matches "*" {
> > notify :importance "3"
> > :message "[NOTIFY] ${1}"
> > "mailto:test at exampl...
2010 Jun 18
2
New mailbox & autocreate
...:
Group always is "wheel". Autocreating ignores gid from DB and uses the
group of the parent directory - in this case /var/mail. But when I
create home dir manualy (setting right group) group of autocreated
Maildir is OK. Is it possible to configure dovecot to set group from
DB.
Regards,
Bambero
2013 Oct 02
1
LDAP for passdb and SQL for userdb
...userdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
}
Can I do something like:
passdb {
driver = sql
args = /etc/dovecot/dovecot-ldap.conf
}
userdb {
driver = prefetch
}
userdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
}
Should I leave:
userdb {
driver = prefetch
}
Bambero
2011 Nov 13
1
Chroot
...e or directory
Error: Namespace 'shared/': Could not lookup home for user jdoe at example.com
/var/dovecot/auth-userdb is not accessible because chroot. But why
userdb is necessary in this case ?
I hope there is a solution without disabling chroot.
Below my basic configuration.
Regards,
Bambero
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: OpenBSD 5.0 i386
auth_mechanisms = plain login digest-md5 cram-md5 apop
default_internal_user = _dovecot
default_login_user = _dovenull
first_valid_gid = 1000
first_valid_uid = 1000
last_valid_gid = 10000
last_valid_uid = 10000
mail_chroot = /var/mail
ma...
2018 Nov 16
0
Sieve notify variables not working with body?
Op 15-11-2018 om 23:54 schreef Bambero:
> Hi,
>
> I want to send notification like this:
>
> if body :text :matches "*" {
> ?????????? notify :importance "3"
> ?????????????? :message "[NOTIFY] ${1}"
> ?????????????? "mailto:test at example <mailto:test at example>,com&quo...