removed unused etc files
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# The language for folders in newly-created stores, specified as a
|
||||
# locale identifier ("en_US", "de_DE", etc.)
|
||||
#default_store_locale =
|
||||
|
||||
#server_socket = default:
|
||||
#sslkey_file = some.pem
|
||||
#sslkey_pass = magic
|
||||
@@ -1,22 +0,0 @@
|
||||
##############################################################
|
||||
# AUTORESPOND SETTINGS
|
||||
|
||||
# Autorespond if the recipient is in the Cc field
|
||||
#autorespond_cc = no
|
||||
|
||||
# Autorespond if the recipient is in the Bcc field
|
||||
#autorespond_bcc = no
|
||||
|
||||
# Autorespond if the recipient is not in any of To, Cc or Bcc
|
||||
# (i.e. received the message through a distribution list)
|
||||
#autorespond_norecip = no
|
||||
|
||||
# Only send reply to same e-mail address once per 24 hours
|
||||
#timelimit = 86400
|
||||
|
||||
# File which contains when vacation message was sent
|
||||
#senddb = /var/lib/kopano/autorespond.db
|
||||
|
||||
# Copy to sentmail - whether responses should be saved in the
|
||||
# users sentmail folder or not
|
||||
#copy_to_sentmail = yes
|
||||
@@ -1,31 +0,0 @@
|
||||
##############################################################
|
||||
# SERVER SETTINGS
|
||||
|
||||
# Socket to find the connection to the storage server.
|
||||
# Use https to reach servers over the network
|
||||
#server_socket = file:///var/run/kopano/server.sock
|
||||
|
||||
# Login to the storage server using this SSL Key
|
||||
#sslkey_file = /etc/kopano/ssl/search.pem
|
||||
|
||||
# The password of the SSL Key
|
||||
#sslkey_pass = replace-with-server-cert-password
|
||||
|
||||
##############################################################
|
||||
# LOG SETTINGS
|
||||
|
||||
# Logging method (syslog, file)
|
||||
#log_method = file
|
||||
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
|
||||
# Logfile for log_method = file, use '-' for stderr
|
||||
# Default: -
|
||||
#log_file = /var/log/kopano/backup.log
|
||||
|
||||
##############################################################
|
||||
# BACKUP SETTINGS
|
||||
|
||||
# maximum number of stores to backup in parallel
|
||||
#worker_processes = 1
|
||||
@@ -1,91 +0,0 @@
|
||||
# See the kopano-dagent.cfg(5) manpage for details and more directives.
|
||||
|
||||
# Space-separated list of address:port specifiers with optional %interface
|
||||
# infix for where the server should listen for LMTP connections.
|
||||
#
|
||||
# "unix:/var/spool/kopano/dagent.sock" — local socket
|
||||
# "*:236" — port 2003, all protocols
|
||||
# "[::]:236" — port 2003 on IPv6 only
|
||||
# "[2001:db8::1]:236" — port 2003 on specific address only
|
||||
#
|
||||
#lmtp_listen = *%lo:2003
|
||||
|
||||
# connection to the storage server
|
||||
#server_socket = file:///var/run/kopano/server.sock
|
||||
# Login to the storage server using this SSL Key
|
||||
#sslkey_file = /etc/kopano/ssl/dagent.pem
|
||||
# The password of the SSL Key
|
||||
#sslkey_pass = replace-with-dagent-cert-password
|
||||
|
||||
#log_method = auto
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
#log_file = -
|
||||
#log_timestamp = yes
|
||||
|
||||
# Log raw message to a file. Can be "no", "all", or a list of usernames
|
||||
# for which messages should be saved.
|
||||
#log_raw_message = no
|
||||
#log_raw_message_path = /var/lib/kopano
|
||||
|
||||
# Maximum LMTP threads that can be running simultaneously
|
||||
# This is also limited by your SMTP server. (20 is the postfix default concurrency limit)
|
||||
#lmtp_max_threads = 20
|
||||
|
||||
# The following e-mail header will mark the mail as spam, so the mail
|
||||
# is placed in the Junk Mail folder, and not the Inbox.
|
||||
# The name is case insensitive.
|
||||
# set to empty to not use this detection scheme.
|
||||
#spam_header_name = X-Spam-Status
|
||||
|
||||
# If the above header is found, and contains the following value
|
||||
# the mail will be considered as spam.
|
||||
# Notes:
|
||||
# - The value is case insensitive.
|
||||
# - Leading and trailing spaces are stripped.
|
||||
# - The word 'bayes' also contains the word 'yes'.
|
||||
#spam_header_value = Yes,
|
||||
|
||||
# Enable archive_on_delivery to automatically archive all incoming
|
||||
# messages on delivery.
|
||||
# This will do nothing if no archive is attached to the target mailbox.
|
||||
#archive_on_delivery = no
|
||||
|
||||
# Enable the dagent Python plugin framework. Disables threading.
|
||||
#plugin_enabled = yes
|
||||
|
||||
# Path to the activated dagent plugins.
|
||||
# This folder contains symlinks to the kopano plugins and custom scripts. The plugins are
|
||||
# installed in '/usr/share/kopano-dagent/python/plugins/'. To activate a plugin create a symbolic
|
||||
# link in the 'plugin_path' directory.
|
||||
#
|
||||
# Example:
|
||||
# $ ln -s /usr/share/kopano-dagent/python/plugins/BMP2PNG.py /var/lib/kopano/dagent/plugins/BMP2PNG.py
|
||||
#plugin_path = /var/lib/kopano/dagent/plugins
|
||||
|
||||
##############################################################
|
||||
# DAGENT RULE SETTINGS
|
||||
|
||||
# Enable the addition of X-Kopano-Rule-Action headers on messages
|
||||
# that have been forwarded or replied by a rule.
|
||||
#set_rule_headers = yes
|
||||
|
||||
# Enable this option to prevent rules from potentially causing a loop. An
|
||||
# e-mail can only be forwarded once when this option is enabled. Requires the
|
||||
# set_rule_headers option to also be enabled.
|
||||
#no_double_forward = yes
|
||||
|
||||
# Domain list to which forwarding is allowed. (Cuts off after 1000 characters,
|
||||
# and knows no escape chars, so use the _file variants if needed.)
|
||||
#forward_whitelist_domains = *
|
||||
#forward_whitelist_domains_file =
|
||||
#forward_whitelist_domain_subject = REJECT: %subject not forwarded (administratively blocked)
|
||||
#forward_whitelist_domain_message = The Kopano mail system has rejected your request to forward your e-mail with subject %subject (via mail filters) to %sender: the operation is not permitted.\n\nRemove the rule or contact your administrator about the forward_whitelist_domains setting.
|
||||
#forward_whitelist_domain_message_file =
|
||||
|
||||
# When multiple HTML MIME parts are found, they can be joined to form a
|
||||
# continuous e-mail. (If not, they will become attachments.) Joining them
|
||||
# however can compromise the document integrity, as stylesheets and JavaScripts
|
||||
# affect the entire joined document.
|
||||
#
|
||||
#insecure_html_join = no
|
||||
@@ -1,47 +0,0 @@
|
||||
# See the kopano-gateway.cfg(5) manpage for details and more directives.
|
||||
|
||||
# Space-separated list of address:port specifiers with optional %interface
|
||||
# infix for where the server should listen for connections.
|
||||
# imaps is normally on 993, pop3s on 995.
|
||||
#
|
||||
#pop3_listen = *%lo:110
|
||||
#pop3s_listen =
|
||||
#imap_listen = *%lo:143
|
||||
#imaps_listen =
|
||||
# File with RSA key for SSL
|
||||
#ssl_private_key_file = /etc/kopano/gateway/privkey.pem
|
||||
#File with certificate for SSL
|
||||
#ssl_certificate_file = /etc/kopano/gateway/cert.pem
|
||||
|
||||
# Disable all plaintext authentications unless SSL/TLS is used
|
||||
#disable_plaintext_auth = no
|
||||
# Verify client certificate
|
||||
#ssl_verify_client = no
|
||||
# Client verify file and/or path
|
||||
#ssl_verify_file =
|
||||
#ssl_verify_path =
|
||||
#tls_min_proto = tls1.2
|
||||
|
||||
# Connection to the storage server.
|
||||
# Please refer to the administrator manual or manpage why HTTP is used rather than the UNIX socket.
|
||||
#server_socket = http://localhost:236/
|
||||
# Bypass authentification when connecting as an administrator to the UNIX socket.
|
||||
#bypass_auth = no
|
||||
|
||||
# Whether to show the hostname in the logon greeting to clients.
|
||||
#server_hostname_greeting = no
|
||||
# Override own DNS name for presentation in the protocol greeting line.
|
||||
#server_hostname =
|
||||
|
||||
#log_method = auto
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
#log_file = -
|
||||
#log_timestamp = yes
|
||||
|
||||
# Only mail folder for IMAP or all subfolders (calendar, contacts, tasks, etc. too)
|
||||
#imap_only_mailfolders = yes
|
||||
# Show Public folders for IMAP
|
||||
#imap_public_folders = yes
|
||||
# The maximum size of an email that can be uploaded to the gateway
|
||||
#imap_max_messagesize = 128M
|
||||
@@ -1,34 +0,0 @@
|
||||
# See the kopano-ical.cfg(5) manpage for details and more directives.
|
||||
|
||||
# Space-separated list of address:port specifiers with optional %interface
|
||||
# infix for where the server should listen for connections.
|
||||
# ical has often been placed on 8080 and icals on 8443.
|
||||
#
|
||||
#ical_listen = *%lo:8080
|
||||
#icals_listen =
|
||||
#tls_min_proto = tls1.2
|
||||
# File with RSA key for SSL
|
||||
#ssl_private_key_file = /etc/kopano/ical/privkey.pem
|
||||
# File with certificate for SSL
|
||||
#ssl_certificate_file = /etc/kopano/ical/cert.pem
|
||||
|
||||
# Verify client certificate
|
||||
#ssl_verify_client = no
|
||||
# Client verify file and/or path
|
||||
#ssl_verify_file =
|
||||
#ssl_verify_path =
|
||||
|
||||
# default connection to the storage server
|
||||
# Please refer to the administrator manual or manpage why HTTP is used rather than the UNIX socket.
|
||||
#server_socket = http://localhost:236/
|
||||
|
||||
#log_method = auto
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
#log_file = /var/log/kopano/ical.log
|
||||
#log_timestamp = yes
|
||||
|
||||
# The timezone of the system clock
|
||||
#server_timezone = Europe/Amsterdam
|
||||
# Enable the iCalendar GET method for downloading calendars
|
||||
#enable_ical_get = yes
|
||||
@@ -1,36 +0,0 @@
|
||||
# See the kopano-ldap.cfg(5) manpage for details and more directives
|
||||
|
||||
# Select implementation.
|
||||
# If you have any reason to override settings from /usr/share/kopano/*.cfg,
|
||||
# do so at the end of this (/etc-resident) config file.
|
||||
#
|
||||
!include /usr/share/kopano/ldap.openldap.cfg
|
||||
#!include /usr/share/kopano/ldap.active-directory.cfg
|
||||
|
||||
# List of URIs of LDAP servers to use. Make sure that etc/ldap/ldap.conf is
|
||||
# /configured correctly with TLS_CACERT when using "ldaps".
|
||||
ldap_uri =
|
||||
#ldap_starttls = no
|
||||
|
||||
# The DN of the user to bind as for normal operations.
|
||||
# When empty, uses anonymous binding.
|
||||
ldap_bind_user =
|
||||
ldap_bind_passwd =
|
||||
|
||||
# Top level search base, every object should be available under this tree
|
||||
ldap_search_base =
|
||||
|
||||
# The timeout for network operations in seconds
|
||||
#ldap_network_timeout = 30
|
||||
|
||||
# ldap_page_size limits the number of results from a query that will be downloaded at a time.
|
||||
# Default ADS MaxPageSize is 1000.
|
||||
#ldap_page_size = 1000
|
||||
|
||||
#ldap_membership_cache_size = 256k
|
||||
#ldap_membership_cache_lifetime = 5
|
||||
|
||||
# Use custom defined LDAP property mappings
|
||||
# This is not a requirement for most environments but allows custom mappings of
|
||||
# special LDAP properties to custom MAPI attributes
|
||||
#!propmap /etc/kopano/ldap.propmap.cfg
|
||||
@@ -1,28 +0,0 @@
|
||||
# See the kopano-monitor.cfg(5) manpage for details and more directives.
|
||||
|
||||
#server_socket = file:///var/run/kopano/server.sock
|
||||
# Login to the storage server using this SSL Key
|
||||
#sslkey_file = /etc/kopano/ssl/monitor.pem
|
||||
# The password of the SSL Key
|
||||
#sslkey_pass = replace-with-monitor-cert-password
|
||||
# in a multi-server environment, which servers to monitor (default all)
|
||||
#servers =
|
||||
|
||||
#log_method = auto
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
#log_file = -
|
||||
#log_timestamp = yes
|
||||
|
||||
# Quota check interval (in minutes)
|
||||
#quota_check_interval = 15
|
||||
# Quota mail interval in days
|
||||
#mailquota_resend_interval = 1
|
||||
|
||||
# Template to be used for quota emails which are sent to the user
|
||||
# when the various user quota levels have been exceeded.
|
||||
#userquota_warning_template = /etc/kopano/quotamail/userwarning.mail
|
||||
|
||||
# Templates to be used for quota emails which are sent to the company administrators
|
||||
# when the company quota level has been exceeded.
|
||||
#companyquota_warning_template = /etc/kopano/quotamail/companywarning.mail
|
||||
@@ -1,30 +0,0 @@
|
||||
##############################################################
|
||||
# LOG SETTINGS
|
||||
|
||||
# Logging method (syslog, file), syslog facility is 'mail'
|
||||
#log_method = syslog
|
||||
|
||||
# Logfile (for log_method = file, '-' for stderr)
|
||||
#log_file = /var/log/kopano/php-mapi.log
|
||||
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
|
||||
# Log timestamp - prefix each log line with timestamp in 'file'
|
||||
# logging mode
|
||||
#log_timestamp = yes
|
||||
|
||||
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
|
||||
#log_buffer_size = 0
|
||||
|
||||
# This setting will make php-mapi trace how long each MAPI-call
|
||||
# took into the selected logfile.
|
||||
# Make sure that the file exists and/or can be written to by the
|
||||
# apache user.
|
||||
# php_mapi_performance_trace_file = /var/log/kopano/php-mapi-perf-trace.log
|
||||
|
||||
# Enable debug output for the mapi extension
|
||||
# Bitmask:
|
||||
# 1 = Log start of a function
|
||||
# 2 = Log end of a function
|
||||
#php_mapi_debug = 0
|
||||
@@ -1,40 +0,0 @@
|
||||
# See kopano-search.cfg(5) for more details and directives.
|
||||
|
||||
# Location of the index files
|
||||
#index_path = /var/lib/kopano/search/
|
||||
# Limit the number of results returned (0 = no limit)
|
||||
#limit_results = 1000
|
||||
|
||||
# Socket to the storage server.
|
||||
# Use https to reach servers over the network
|
||||
#server_socket = file:///var/run/kopano/server.sock
|
||||
# Login to the storage server using this SSL Key
|
||||
#sslkey_file = /etc/kopano/ssl/search.pem
|
||||
# The password of the SSL Key
|
||||
#sslkey_pass = replace-with-server-cert-password
|
||||
|
||||
# To setup for multi-server, use: http://0.0.0.0:port or https://0.0.0.0:port
|
||||
#server_bind_name = file:///var/run/kopano/search.sock
|
||||
# File with certificate for SSL, used when server_bind_name uses https://...
|
||||
#ssl_certificate_file = /etc/kopano/search/cert.pem
|
||||
# File with RSA key for SSL, used when server_bind_name uses https://...
|
||||
#ssl_private_key_file = /etc/kopano/search/privkey.pem
|
||||
|
||||
#log_method = file
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
#log_file = /var/log/kopano/search.log
|
||||
#log_timestamp = yes
|
||||
|
||||
# Number of indexing processes used during initial indexing
|
||||
#index_processes = 1
|
||||
#index_drafts = yes
|
||||
#index_junk = yes
|
||||
# Prepare search suggestions ("did-you-mean?") during indexing
|
||||
# This takes up a large percentage of the used disk space
|
||||
#suggestions = yes
|
||||
|
||||
# Should attachments be indexed
|
||||
#index_attachments = no
|
||||
# Maximum file size for attachments
|
||||
#index_attachment_max_size = 5M
|
||||
@@ -1,120 +0,0 @@
|
||||
# See the kopano-server.cfg(5) manpage for details and more directives.
|
||||
|
||||
# If a directive is not used (i.e. commented out), the built-in server default
|
||||
# is used, so to disable certain features, the empty string value must explicitly be
|
||||
# set on them.
|
||||
|
||||
# Space-separated list of address:port specifiers with optional %interface
|
||||
# infix for where the server should listen for connections.
|
||||
server_listen = *%lo:236
|
||||
#server_listen_tls =
|
||||
#server_ssl_key_file = /etc/kopano/ssl/server.pem
|
||||
#server_ssl_key_pass =
|
||||
#server_ssl_ca_file = /etc/kopano/ssl/cacert.pem
|
||||
#server_ssl_ca_path =
|
||||
#server_tls_min_proto = tls1.2
|
||||
# Path of SSL Public keys of clients
|
||||
#sslkeys_path = /etc/kopano/sslkeys
|
||||
|
||||
# Name for identifying the server in a multi-server environment. Need
|
||||
# not be a DNS name, but this name needs to be present on a LDAP
|
||||
# kopano-server object's cn value.
|
||||
#server_name =
|
||||
# Multi-server
|
||||
#enable_distributed_kopano = false
|
||||
|
||||
#database_engine = mysql
|
||||
#mysql_host = localhost
|
||||
#mysql_port = 3306
|
||||
#mysql_user = root
|
||||
#mysql_password =
|
||||
#mysql_database = kopano
|
||||
|
||||
# Allow connections from normal users through the Unix socket
|
||||
#allow_local_users = yes
|
||||
|
||||
# Space-separated list of users that are considered Kopano admins.
|
||||
local_admin_users = root kopano
|
||||
|
||||
#log_method = auto
|
||||
#log_file = -
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
#log_timestamp = yes
|
||||
|
||||
# Attachment backend driver type: "database", "files", "files_v2", "s3"
|
||||
#attachment_storage = files
|
||||
#attachment_path = /var/lib/kopano/attachments
|
||||
|
||||
#attachment_s3_hostname = s3-eu-west-1.amazonaws.com
|
||||
# The region where the bucket is located, e.g. "eu-west-1"
|
||||
#attachment_s3_region =
|
||||
# The protocol that should be used to connect to S3, 'http' or 'https' (preferred)
|
||||
#attachment_s3_protocol =
|
||||
# The URL style of the bucket, "virtualhost" or "path"
|
||||
#attachment_s3_uristyle =
|
||||
# The access key id of your S3 account
|
||||
#attachment_s3_accesskeyid =
|
||||
# The secret access key of your S3 account
|
||||
#attachment_s3_secretaccesskey =
|
||||
# The bucket name in which the files will be stored
|
||||
#attachment_s3_bucketname =
|
||||
|
||||
# User backend driver type: "db", "unix", "ldap"
|
||||
#user_plugin = db
|
||||
#user_plugin_config = /etc/kopano/ldap.cfg
|
||||
#enable_sso = false
|
||||
# Hostname override for Kerberos SSO
|
||||
#server_hostname =
|
||||
|
||||
# OpenID Connect Issuer Identifier. When set, the server attempts OIDC discovery
|
||||
# and initialization on startup, using the configured issuer identifier.
|
||||
#kcoidc_issuer_identifier =
|
||||
#kcoidc_initialize_timeout = 60
|
||||
|
||||
# Skip creation/deletion of users for testing purposes, instead log it.
|
||||
#user_safe_mode = no
|
||||
|
||||
# Multi-tenancy
|
||||
#enable_hosted_kopano = false
|
||||
# Display format of store name
|
||||
# Allowed variables:
|
||||
# %u Username
|
||||
# %f Full name
|
||||
# %c Tenant's name
|
||||
#storename_format = %f
|
||||
|
||||
# Loginname format for multi-tenancy installations
|
||||
# When the user does not login through a system-wide unique
|
||||
# username (like the email address) a unique name is created
|
||||
# by combining the username and the tenantname.
|
||||
# With this configuration option you can set how the
|
||||
# loginname should be built up.
|
||||
#
|
||||
# Note: Do not use the = character in the format.
|
||||
#
|
||||
# Allowed variables:
|
||||
# %u Username
|
||||
# %c Teantname
|
||||
#
|
||||
#loginname_format = %u
|
||||
|
||||
#enable_gab = yes
|
||||
# Whether to hide/show the special GAB "Everyone" group that contains
|
||||
# every user and group for non-admins.
|
||||
#hide_everyone = no
|
||||
# Whether to hide/show the special GAB "SYSTEM" user for non-admins.
|
||||
#hide_system = yes
|
||||
# Synchronize GAB users on every open of the GAB (otherwise, only on
|
||||
# kopano-admin --sync)
|
||||
#sync_gab_realtime = yes
|
||||
|
||||
# Use indexing service for faster searching.
|
||||
# Enabling this option requires kopano-indexd or kopano-search to be active.
|
||||
#search_enabled = yes
|
||||
#search_socket = file:///var/run/kopano/search.sock
|
||||
#search_timeout = 10
|
||||
|
||||
# Disable features for users. This list is space separated.
|
||||
# Currently valid values: imap pop3 mobile outlook webapp
|
||||
#disabled_features = imap pop3
|
||||
@@ -1,53 +0,0 @@
|
||||
##############################################################
|
||||
# SPAMD SERVICE SETTINGS
|
||||
|
||||
# run as specific user
|
||||
#run_as_user = kopano
|
||||
|
||||
# run as specific group
|
||||
#run_as_group = kopano
|
||||
|
||||
# control pid file
|
||||
#pid_file = /var/run/kopano/spamd.pid
|
||||
|
||||
# run server in this path (when not using the -F switch)
|
||||
#running_path = /var/lib/kopano
|
||||
|
||||
##############################################################
|
||||
# LOG SETTINGS
|
||||
|
||||
# Logging method (syslog, file)
|
||||
#log_method = file
|
||||
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
|
||||
# Logfile for log_method = file, use '-' for stderr
|
||||
#log_file = /var/log/kopano/spamd.log
|
||||
|
||||
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
|
||||
#log_timestamp = 1
|
||||
|
||||
###############################################################
|
||||
# SPAMD Specific settings
|
||||
|
||||
# The dir where spam mails are written to which are later picked up
|
||||
# by the sa-learn program
|
||||
#spam_dir = /var/lib/kopano/spamd/spam
|
||||
|
||||
# Location for the database containing metadata on learned spam
|
||||
#spam_db = /var/lib/kopano/spamd/spam.db
|
||||
|
||||
# Learn ham, when the user moves emails from junk to inbox,
|
||||
# enabled by default.
|
||||
#learn_ham = yes
|
||||
|
||||
# The dir where ham mails are written to which are later picked up
|
||||
# by the sa-learn program
|
||||
#ham_dir = /var/lib/kopano/spamd/ham
|
||||
|
||||
# Spamassassin group
|
||||
#sa_group = amavis
|
||||
|
||||
# Header tag for spam emails
|
||||
#header_tag = X-Spam-Flag
|
||||
@@ -5,7 +5,6 @@ smtp_server = postfix
|
||||
smtp_port = 25
|
||||
|
||||
# Server Unix socket location
|
||||
# server_socket = default:
|
||||
server_socket = https://server:237
|
||||
# Login to the storage server using this SSL Key
|
||||
sslkey_file = /etc/kopano/ssl/private/system-key-cert.pem
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# See the kopano-spooler.cfg(5) manpage for details and more directives.
|
||||
|
||||
# Outgoing mailserver
|
||||
#smtp_server = localhost
|
||||
#smtp_port = 25
|
||||
|
||||
# Server Unix socket location
|
||||
#server_socket = default:
|
||||
# Login to the storage server using this SSL Key
|
||||
#sslkey_file = /etc/kopano/ssl/spooler.pem
|
||||
# The password of the SSL Key
|
||||
#sslkey_pass = replace-with-server-cert-password
|
||||
|
||||
#log_method = auto
|
||||
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
|
||||
#log_level = 3
|
||||
#log_file = -
|
||||
#log_timestamp = yes
|
||||
|
||||
# Dump raw messages into specified directory before sending via SMTP.
|
||||
#log_raw_message_path = /var/lib/kopano
|
||||
#log_raw_message_stage1 = no
|
||||
|
||||
# Maximum number of threads used to send outgoing messages
|
||||
#max_threads = 5
|
||||
|
||||
# spooler Python plugin framework. Disables threading.
|
||||
#plugin_enabled = no
|
||||
# Path to the activated spooler plugins.
|
||||
#plugin_path = /var/lib/kopano/spooler/plugins
|
||||
@@ -1,42 +0,0 @@
|
||||
##############################################################
|
||||
# UNIX USER PLUGIN SETTINGS
|
||||
#
|
||||
# Any of these directives that are required, are only required if the
|
||||
# userplugin parameter is set to unix.
|
||||
|
||||
# Charset used in /etc/passwd for the fullname of a user. Normally this
|
||||
# is us-ascii, but this can differ according to your setup.
|
||||
# The charset specified here must be supported by your iconv(1)
|
||||
# setup. See iconv -l for all charsets.
|
||||
fullname_charset = iso-8859-15
|
||||
|
||||
# Default email domain for constructing new users
|
||||
# Required, no default
|
||||
default_domain = kopano.com
|
||||
|
||||
# The lowest user id that is considered a regular user
|
||||
# Optional, default = 1000
|
||||
min_user_uid = 1000
|
||||
|
||||
# The highest user id that is considered a regular user
|
||||
# Optional, default = 10000
|
||||
max_user_uid = 10000
|
||||
|
||||
# A list of user ids that are not considered to be regular users
|
||||
# Optional, default = empty
|
||||
# except_user_uids =
|
||||
|
||||
# The lowest group id that is considered a regular group
|
||||
# Optional, default = 1000
|
||||
min_group_gid = 1000
|
||||
|
||||
# The highest group id that is considered a regular group
|
||||
# Optional, default = 10000
|
||||
max_group_gid = 10000
|
||||
|
||||
# A list of group ids that are not considered to be regular groups
|
||||
# Optional, default = empty
|
||||
# except_group_gids =
|
||||
|
||||
# Create a user as non-active when it has this Unix shell
|
||||
non_login_shell = /sbin/nologin /bin/false
|
||||
Reference in New Issue
Block a user