hi all,

i'm using dovecot deliver (lda) and i want to show quota to the users via imap/pop3, but i don't want to enforce it (i.e. don't reject/bounce mails when quota is exceeded).

protocol imap {
  mail_plugins = quota imap_quota
}
protocol pop3 {
  mail_plugins = quota
}
# In case you're using deliver:
protocol lda {
  #mail_plugins = quota
}

does it work if i just comment out the "mail_plugin = quota" in the protocol lda section and leave the imap/pop3 configuration or is there another better way to do this?

thanks in advance,

someone2.0

Reply via email to