dovecot-master-example.conf revision f11de734327a7a4db80a16a493df0020d9bd4f16
default_process_limit = 100
default_client_limit = 1000
type = config
mode = 0666
}
}
type = log
process_limit = 1
}
type = anvil
process_limit = 1
}
}
type = auth
# default
# The path must match the auth section name
mode = 0666
}
# Postfix smtp-auth
#unix_listener {
# mode = 0666
#}
# Dovecot LDA
mode = 0600
}
}
executable = dovecot-auth -w
client_limit = 1
}
}
type = auth-source
executable = imap-login
address = *, ::
port = 143
}
address = *, ::
port = 993
}
client_limit = 1
# If you increase client_limit, you probably need to grow this.
vsz_limit = 64
# The only reason not to chroot login process is if you wish to run the
# whole Dovecot without roots. <doc/wiki/Rootless.txt>
chroot = login
}
# This would write rawlogs into user's ~/dovecot.rawlog/, if it exists:
#
# This would attach gdb into the imap process and write backtraces into
# Most of the memory goes to mmap()ing files. You may need to increase this
# limit if you have huge mailboxes.
#vsz_limit = 256
}
type = auth-source
executable = pop3-login
address = *, ::
port = 110
}
address = *, ::
port = 995
}
vsz_limit = 64
client_limit = 1
chroot = login
}
}
mode = 0666
}
}
mode = 0666
}
}