Sha256: fe218ec74dca1f80f222a39f26b84a5243fd92d63dc33fe00de5757e4c414188

Contents?: true

Size: 1.19 KB

Versions: 12

Compression:

Stored size: 1.19 KB

Contents

= field_set_tag t('server.storage') do
  = property_input form, @properties['storage_size']
  = property_input form, @properties['storage_trash']
  = property_input form, @properties['storage_spam']
  = property_input form, @properties['mail_cache_min_mail_count']

= field_set_tag t('server.msg_rejection') do
  = property_input form, @properties['quota_full_tempfail']
  = property_input form, @properties['rejection_subject']
  = property_input form, @properties['rejection_reason']

= field_set_tag t('server.auth') do
  = property_input form, @properties['auth_username_chars']
  = property_input form, @properties['disable_plaintext_auth']
  = property_input form, @properties['auth_worker_max_count']
  = property_input form, @properties['auth_verbose']

= field_set_tag t('server.pop') do
  = property_input form, @properties['pop3_login_listener_port']
  = property_input form, @properties['pop3s_login__listener__port']
  = property_input form, @properties['pop3__process_limit']

= field_set_tag t('server.imap') do
  = property_input form, @properties['imap_login__listener__port']
  = property_input form, @properties['imaps_login__listener__port']
  = property_input form, @properties['imap__process_limit']

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
rmails-0.2.5 app/views/server/_dovecot.html.haml
rmails-0.2.4 app/views/server/_dovecot.html.haml
rmails-0.2.3 app/views/server/_dovecot.html.haml
rmails-0.2.2 app/views/server/_dovecot.html.haml
rmails-0.2.1 app/views/server/_dovecot.html.haml
rmails-0.2.0 app/views/server/_dovecot.html.haml
rmails-0.1.6 app/views/server/_dovecot.html.haml
rmails-0.1.5 app/views/server/_dovecot.html.haml
rmails-0.1.4 app/views/server/_dovecot.html.haml
rmails-0.1.3 app/views/server/_dovecot.html.haml
rmails-0.1.2 app/views/server/_dovecot.html.haml
rmails-0.1.1 app/views/server/_dovecot.html.haml