Displaying 20 results from an estimated 84 matches for "rejection_subject".
2013 Sep 21
2
LDA quota rejection
...lt;%s>-%m: %$
hostname = mail.cgilfe.it
info_log_path = /var/log/dovecot/dovecot-deliver.log
log_path = /var/log/dovecot/dovecot-deliver.log
mail_plugin_dir = /usr/local/lib/dovecot
mail_plugins = $mail_plugins mail_log sieve
postmaster_address = postmaster at mail.cgilfe.it
rejection_subject = Rifiutato: %s
rejection_reason = Messaggio a <%t> automaticamente rifiutato:%n%r
submission_host = 192.16X.XXX.XX0
}
If user over quota receive a messagge internally all is ok but if the
user receive a mail from external domains nothing to the sender is sentback.
Thanks in advance to...
2010 Nov 23
2
change subject with dovecot+sieve
I'm using to make the filter sieve and would like to reject filter and
change the subject of emails that filter.
I have created the filter and it works correctly, but reject comes with the
following subject: "Mail Delivery Subsystem"
How I can do?
2014 Mar 06
1
Bounce messages
...warning = storage=90%% quota-warning 90 %u
> ? quota_warning2 = storage=75%% quota-warning 75 %u
> ? sieve = ~/.dovecot.sieve
> ? sieve_dir = ~/sieve
> }
> postmaster_address = postmaster at multidist.eu
> protocols = " imap lmtp pop3"
> quota_full_tempfail = yes
> rejection_subject = Rejet: %s
> service auth {
> ? unix_listener /var/spool/postfix/private/auth {
> ? ? mode = 0666
> ? }
> }
> service dict {
> ? unix_listener dict {
> ? ? mode = 0777
> ? }
> }
> service lmtp {
> ? unix_listener /var/spool/postfix/private/dovecot-lmtp {
> ?...
2014 Mar 05
2
Bounce messages
...=+30%% quota_rule3 = Sent:storage=+30%% quota_warning = storage=90%% quota-warning 90 %u quota_warning2 = storage=75%% quota-warning 75 %u sieve = ~/.dovecot.sieve sieve_dir = ~/sieve}postmaster_address = postmaster at multidist.euprotocols = " imap lmtp pop3"quota_full_tempfail = yesrejection_subject = Rejet: %sservice auth { unix_listener /var/spool/postfix/private/auth { mode = 0666 }}service dict { unix_listener dict { mode = 0777 }}service lmtp { unix_listener /var/spool/postfix/private/dovecot-lmtp { group = postfix mode = 0666 user = postfix }}service quota-warning {...
2011 Jan 16
1
Dovecot LDA problem: dovecot: deliver(dave): Fatal: postmaster_address setting not given
...3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
pop3_client_workarounds(managesieve):
lda:
postmaster_address: postmaster at mydomain.com
hosthame:
deliver_log_format: msgid=%m: %$
sendmail_path: /usr/lib/sendmail
rejection_subject: Rejected: %s
rejection_reason: Your message to <%t> was automatically rejected:%n%r
auth_socket_path: /var/run/dovecot/auth-master
mail_plugins: sieve
quota_full_tempfail: yes
deliver_log_format: msgid=%m: %$
rejection_reason: Your message to <%t> was automatically re...
2015 Jan 20
0
Help backup mails from one dovecot server to another dovecot server
...mail_fsync = optimized
mail_plugin_dir = /usr/local/lib/dovecot
mail_plugins = " notify zlib quota fts fts_solr mail_log sieve"
postmaster_address = postmaster at mail.cgilfe.it
rejection_reason = Il messaggio destinato a <%t> ? stato
automaticamente rifiutato:%n%r
rejection_subject = Messaggio Rifiutato: %s
submission_host = 127.0.0.1
}
Server B conf (dovecot -n)
# 2.2.15: /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.6 (3e924b1b6c5c+)
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.8
auth_master_user_separator = *
debug_log_path = /var/log/dovecot/dovecot-debug....
2020 Feb 07
0
mail_filter plugin: failed: EOF without input
...nix_listener mail-filter-out {
mode = 0600
user = vmail
}
}
protocol lda {
mail_plugins = quota sieve expire autocreate mail_filter
auth_socket_path = /var/run/dovecot/auth-master
rejection_subject = Rejected: %s
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
sendmail_path = /usr/sbin/sendmail
}
cat mail-filter-out.sh
#!/bin/sh
cat > tempfile
cat mail-filter.sh
#!/bin/sh
USER=$1
cat >...
2009 Jan 23
0
v1.1.9 released
...g
Lots of small dbox fixes, hopefully migrations from Maildir are now
working correctly. I'm also planning on releasing v1.2.beta1 in a few
days.
+ Sending SIGUSR2 to dovecot-auth now also logs statistics about cache
inserts. This could help figuring out auth cache size.
+ deliver: Added rejection_subject setting, which is used for
rejected mails.
+ pop3: Prevent clients from looping forever trying to fetch an
expunged message.
+ If login process crashes, log the IP address that (maybe) caused it.
+ If core dump limit is 0, add "core dumps disabled" to startup log line.
+ Log bet...
2009 Jan 23
0
v1.1.9 released
...g
Lots of small dbox fixes, hopefully migrations from Maildir are now
working correctly. I'm also planning on releasing v1.2.beta1 in a few
days.
+ Sending SIGUSR2 to dovecot-auth now also logs statistics about cache
inserts. This could help figuring out auth cache size.
+ deliver: Added rejection_subject setting, which is used for
rejected mails.
+ pop3: Prevent clients from looping forever trying to fetch an
expunged message.
+ If login process crashes, log the IP address that (maybe) caused it.
+ If core dump limit is 0, add "core dumps disabled" to startup log line.
+ Log bet...
2020 Feb 07
1
mail_filter plugin: failed: EOF without input
...nix_listener mail-filter-out {
mode = 0600
user = vmail
}
}
protocol lda {
mail_plugins = quota sieve expire autocreate mail_filter
auth_socket_path = /var/run/dovecot/auth-master
rejection_subject = Rejected: %s
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
sendmail_path = /usr/sbin/sendmail
}
cat mail-filter-out.sh
#!/bin/sh
cat > tempfile
cat mail-filter.sh
#!/bin/sh
USER=$1
cat...
2019 Jan 16
2
auth-worker: Error: double free or corruption (fasttop)
...nc = optimized
mail_plugins = " zlib quota expire acl fts fts_lucene trash autocreate
sieve"
postmaster_address = postmaster at testing.local
quota_full_tempfail = yes
rejection_reason = Your message to <%t> with subject of <%s> was
automatically rejected:%n%r
rejection_subject = Mailbox Full: %s
}
protocol sieve {
mail_max_userip_connections = 10
managesieve_implementation_string = Dovecot Pigeonhole
managesieve_logout_format = bytes=%i/%o
managesieve_max_compile_errors = 5
managesieve_max_line_length = 65536
}
Thanks in advance!
Marcel
2009 Jan 15
3
1.1.9 release candidate
http://dovecot.org/tmp/dovecot-1.1.9.rc.tar.gz
There are a couple of a bit larger changes, so would be nice if a few
people tested this on different setups before I released the final
v1.1.9.
Changes since v1.1.8:
+ deliver: Added rejection_subject setting, which is used for
rejected mails.
+ pop3: Prevent clients from looping forever trying to fetch an
expunged message.
+ If login process crashes, log the IP address that (maybe) caused it.
+ If core dump limit is 0, add "core dumps disabled" to startup log line.
- mbox: F...
2018 Nov 08
0
Strange log message with dovecot-2.3.3
...uota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
sieve = file:~/sieve;active=~/.dovecot.sieve
}
postmaster_address = postmaster at onera.fr
quota_full_tempfail = yes
rejection_reason = Votre message ? <%t> est mis en attente; raison : %n%
r
rejection_subject = Message (Objet: %s) mis en attente de livraison
service anvil {
client_limit = 4299
}
service auth {
client_limit = 5320
}
service imap-login {
client_limit = 8192
process_limit = 4096
}
service imap {
process_limit = 8192
}
service quota-warning {
executable = script /usr/local/bin/q...
2011 Jun 29
1
Rawlogging uid
...separator = /
type = private
}
passdb {
driver = pam
}
plugin {
sieve = /home/vmail/%n/dovecot.sieve
sieve_dir = /home/vmail/%n/sieve
sieve_extensions = +enotify +subaddress +vacation
}
protocols = " imap lmtp sieve"
rejection_reason = Your message to <%t> was rejected: %r
rejection_subject = Mail delivery failed: returning message to sender
service auth {
unix_listener auth-userdb {
group = vmail
mode = 0660
}
}
service imap {
executable = imap postlogin
}
service postlogin {
executable = script-login rawlog
user = vmail
}
ssl_cert = </etc/ssl/certs/dovecot.pem
s...
2014 Apr 04
0
Use 1 userdb and LDAP passdb for mailbox without allow_all_users
...}
protocol lda {
deliver_log_format = msgid=%m: %$
hostname = courriel2.coria.fr
mail_fsync = optimized
mail_plugins = quota
postmaster_address = postmaster at coria.fr<mailto:postmaster at coria.fr>
rejection_reason = Your message to <%t> was automatically rejected : %n%r
rejection_subject = Automatically rejected mail
sendmail_path = /usr/lib/sendmail
}
And my dovecot-ldap.conf
tls = no
uris = ldap://x.x.x.x:389
ldap_version = 3
auth_bind = yes
dn = userdn
dnpass = pass
base = ou=Users,dc=quentin,dc=local
scope = sub...
2011 Mar 31
1
Increase /proc/sys/fs/inotify/max_user_instances
...a-warning 95 %u
quota_warning2 = storage=95%% quota-warning 90 %u
quota_warning3 = storage=85%% quota-warning 85 %u
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
trash = /usr/dovecot2/etc/dovecot/dovecot-trash.conf.ext
}
postmaster_address = postmaster at mydomain.com
protocols = imap
rejection_subject = Rejected: %s: %r
service auth {
unix_listener auth-userdb {
mode = 0660
user = vmail
}
}
service dict {
unix_listener dict {
user = vmail
}
}
service imap-login {
process_min_avail = 16
service_count = 1
}
service imap {
process_limit = 2048
vsz_limit = 512...
2012 Nov 09
0
quota recalc does not work
...warning2 = storage=95%% quota-warning 90 %u
quota_warning3 = storage=85%% quota-warning 85 %u
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
trash = /usr/dovecot21/etc/dovecot/dovecot-trash.conf.ext
}
postmaster_address = postmaster at dacris.net
protocols = imap
quota_full_tempfail = yes
rejection_subject = Rejected: %s: %r
service auth {
unix_listener auth-client {
mode = 0666
user = vmail
}
unix_listener auth-userdb {
mode = 0666
user = vmail
}
}
service dict {
unix_listener dict {
user = vmail
}
}
service imap-login {
process_min_avail = 4
}
service i...
2009 Dec 11
2
virtual plugin: Broken mailbox list
...ess: postmaster at ubuntu
hostname: ubuntu
mail_plugins: sieve virtual expire quota acl
mail_plugin_dir: /usr/lib/dovecot/modules/lda
deliver_log_format: msgid=%m: from=%f: %$
log_path: /var/log/deliver.log
info_log_path: /var/log/deliver.log
sendmail_path: /usr/lib/sendmail
rejection_subject: Rejected: %s
rejection_reason: Your message to <%t> was automatically rejected:%n%r
auth_socket_path: /var/run/dovecot/auth-master
auth default:
passdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
userdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf...
2015 Oct 13
1
Dovecot - Postfix with HAproxy
...= /var/run/dovecot/auth-master
hostname = xxx.yyy.com
log_path = /var/log/dovecot/deliver.log
mail_plugin_dir = /usr/lib/dovecot/modules
mail_plugins = sieve
postmaster_address = postmaster at xxx.yyy
rejection_reason = Your message to <%t> was automatically rejected:%n%r
rejection_subject = Rejected: %s
sendmail_path = /usr/sbin/sendmail
}
With my mail client :
With an IMAP connection, logs below, i don't understand why my login is
empty ...
dovecot: imap-login: Disconnected: Too many invalid commands (no auth
attempts in 0 secs): *user=<>*, rip=mon_ip_publique,...
2011 Jun 14
1
high number of processes
...delay-newmail
imap_client_workarounds(imap): outlook-idle delay-newmail
imap_client_workarounds(pop3):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
lda:
postmaster_address: postmaster
deliver_log_format: msgid=%m: %$
rejection_subject: Rejected: %s
rejection_reason: Your message to <%t> was automatically rejected:%n%r
auth_socket_path: /var/run/dovecot/auth-master
auth default:
mechanisms: plain login
realms: kader.hcc.nl hobby.nl
default_realm: kader.hcc.nl
cache_size: 1024
cache_ttl: 10
passdb:
driver...