Hi to all, i have dovecot 2.2.5 and i have implemented lda rejection through quota full this is my dovecot conf protocol lda { mail_fsync = optimized auth_socket_path = /usr/local/var/run/dovecot/auth-userdb deliver_log_format = msgid=<%f>-<%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 all for possible help. -- *Davide Marchi* *T*eorema *F*errara *Srl* Via Spronello, 7 - Ferrara - 44121 Tel. *0532783161* Fax. *0532783368* E-m at il: *davide.marchi at mail.cgilfe.it* Skype: *davide.marchi73* Web: *http://www.cgilfe.it* *CONFIDENZIALITA'* *Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni contenute in questo messaggio sono riservate ed a uso esclusivo del destinatario/dei destinatari. Qualora il messaggio in parola Le fosse pervenuto per errore, La invitiamo ad eliminarlo senza copiarlo e a non inoltrarlo a terzi, dandocene gentilmente comunicazione.* *Per favore, pensa all'ambiente. Stampa questa email solo se necessario.*
On 09/21/2013 04:51 AM, Davide wrote:> Hi to all, i have dovecot 2.2.5 and i have implemented lda rejection > through quota full > this is my dovecot conf > > protocol lda { > mail_fsync = optimized > auth_socket_path = /usr/local/var/run/dovecot/auth-userdb > deliver_log_format = msgid=<%f>-<%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 all for possible help.What shows up in the logs at the host you have configured as submission_host?
Dovecot should never generate a message to send to sender, this is classified as backscatter. Your MTA should get the quota answer from dovecot when the sender connects, and tries to mail and fail then, it is the MTA (maillog file) you need to look at to see why your MTA is not tempfailing the connection. On Sat, 2013-09-21 at 10:51 +0200, Davide wrote:> Hi to all, i have dovecot 2.2.5 and i have implemented lda rejection > through quota full > this is my dovecot conf > > protocol lda { > mail_fsync = optimized > auth_socket_path = /usr/local/var/run/dovecot/auth-userdb > deliver_log_format = msgid=<%f>-<%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 all for possible help.-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20130922/d09a8c1a/attachment.bin>