From dd628b4d6a4c9601fed707956a2529cf13e3cf30 Mon Sep 17 00:00:00 2001 From: lhahn Date: Wed, 27 Nov 2024 22:38:12 +0100 Subject: [PATCH] Typos. --- tasks/modoboa.yml | 2 +- tasks/opendkim.yml | 2 +- templates/etc/dovecot/conf.d/10-auth.conf.j2 | 8 +++--- templates/etc/dovecot/conf.d/10-mail.conf.j2 | 16 ++++++------ .../etc/dovecot/conf.d/10-master.conf.j2 | 4 +-- templates/etc/dovecot/conf.d/10-ssl.conf.j2 | 2 +- templates/etc/dovecot/conf.d/15-lda.conf.j2 | 4 +-- templates/etc/dovecot/conf.d/20-imap.conf.j2 | 6 ++--- templates/etc/dovecot/conf.d/90-sieve.conf.j2 | 26 +++++++++---------- templates/etc/dovecot/dovecot.conf.j2 | 4 +-- templates/etc/postfix/main.cf.j2 | 4 +-- 11 files changed, 39 insertions(+), 39 deletions(-) diff --git a/tasks/modoboa.yml b/tasks/modoboa.yml index 595a80e..a5246ad 100755 --- a/tasks/modoboa.yml +++ b/tasks/modoboa.yml @@ -8,7 +8,7 @@ virtualenv: "{{ modoboa_py_venv }}" - name: deploy modoboa instance - shell: + shell: cmd: > {{ modoboa_py_venv_bin }}/python3 {{ modoboa_py_venv_bin }}/modoboa-admin.py deploy {{ modoboa_instance }} diff --git a/tasks/opendkim.yml b/tasks/opendkim.yml index 646149c..d0fe139 100755 --- a/tasks/opendkim.yml +++ b/tasks/opendkim.yml @@ -13,7 +13,7 @@ dest: /etc/opendkim.conf group: "{{ modoboa_user }}" mode: 0640 - notify: "opendkim update" + notify: "opendkim update" - name: off-setup opendkim configuration lineinfile: diff --git a/templates/etc/dovecot/conf.d/10-auth.conf.j2 b/templates/etc/dovecot/conf.d/10-auth.conf.j2 index f6ec0be..bf97af6 100755 --- a/templates/etc/dovecot/conf.d/10-auth.conf.j2 +++ b/templates/etc/dovecot/conf.d/10-auth.conf.j2 @@ -30,7 +30,7 @@ # Default realm/domain to use if none was specified. This is used for both # SASL realms and appending @domain to username in plaintext logins. -#auth_default_realm = +#auth_default_realm = # List of allowed characters in username. If the user-given username contains # a character not listed in here, the login automatically fails. This is just @@ -73,7 +73,7 @@ auth_master_user_separator = * # Kerberos keytab to use for the GSSAPI mechanism. Will use the system # default (usually /etc/krb5.keytab) if not specified. You may need to change # the auth service to run as root to be able to read this file. -#auth_krb5_keytab = +#auth_krb5_keytab = # Do NTLM and GSS-SPNEGO authentication using Samba's winbind daemon and # ntlm_auth helper. @@ -88,9 +88,9 @@ auth_master_user_separator = * # Require a valid SSL client certificate or the authentication fails. #auth_ssl_require_client_cert = no -# Take the username from client's SSL certificate, using +# Take the username from client's SSL certificate, using # X509_NAME_get_text_by_NID() which returns the subject's DN's -# CommonName. +# CommonName. #auth_ssl_username_from_cert = no # Space separated list of wanted authentication mechanisms: diff --git a/templates/etc/dovecot/conf.d/10-mail.conf.j2 b/templates/etc/dovecot/conf.d/10-mail.conf.j2 index 11d40df..b0b4e93 100755 --- a/templates/etc/dovecot/conf.d/10-mail.conf.j2 +++ b/templates/etc/dovecot/conf.d/10-mail.conf.j2 @@ -46,11 +46,11 @@ namespace inbox { # Hierarchy separator to use. You should use the same separator for all # namespaces or some clients get confused. '/' is usually a good one. # The default however depends on the underlying mail storage format. - #separator = + #separator = # Prefix required to access this namespace. This needs to be different for # all namespaces. For example "Public/". - #prefix = + #prefix = # Physical location of the mailbox. This is in same format as # mail_location, which is also the default for it. @@ -149,7 +149,7 @@ namespace inbox { # A comment or note that is associated with the server. This value is # accessible for authenticated users through the IMAP METADATA server -# entry "/shared/comment". +# entry "/shared/comment". #mail_server_comment = "" # Indicates a method for contacting the server administrator. According to @@ -157,7 +157,7 @@ namespace inbox { # is currently not enforced. Use for example mailto:admin@example.com. This # value is accessible for authenticated users through the IMAP METADATA server # entry "/shared/admin". -#mail_server_admin = +#mail_server_admin = ## ## Mail processes @@ -213,7 +213,7 @@ namespace inbox { # WARNING: Never add directories here which local users can modify, that # may lead to root exploit. Usually this should be done only if you don't # allow shell access for users. -#valid_chroot_dirs = +#valid_chroot_dirs = # Default chroot directory for mail processes. This can be overridden for # specific users in user database by giving /./ in user's home directory @@ -221,7 +221,7 @@ namespace inbox { # need to do chrooting, Dovecot doesn't allow users to access files outside # their mail directory anyway. If your home directories are prefixed with # the chroot directory, append "/." to mail_chroot. -#mail_chroot = +#mail_chroot = # UNIX socket path to master authentication server to find users. # This is used by imap (for shared users) and lda. @@ -232,7 +232,7 @@ namespace inbox { # Space separated list of plugins to load for all services. Plugins specific to # IMAP, LDA, etc. are added to this list in their own .conf files. -#mail_plugins = +#mail_plugins = ## ## Mailbox handling optimizations @@ -360,7 +360,7 @@ protocol !indexer-worker { # fallbacks to re-reading the whole mbox file whenever something in mbox isn't # how it's expected to be. The only real downside to this setting is that if # some other MUA changes message flags, Dovecot doesn't notice it immediately. -# Note that a full sync is done with SELECT, EXAMINE, EXPUNGE and CHECK +# Note that a full sync is done with SELECT, EXAMINE, EXPUNGE and CHECK # commands. #mbox_dirty_syncs = yes diff --git a/templates/etc/dovecot/conf.d/10-master.conf.j2 b/templates/etc/dovecot/conf.d/10-master.conf.j2 index 52b46a7..c45a76b 100755 --- a/templates/etc/dovecot/conf.d/10-master.conf.j2 +++ b/templates/etc/dovecot/conf.d/10-master.conf.j2 @@ -64,7 +64,7 @@ service lmtp { #inet_listener lmtp { # Avoid making LMTP visible for the entire internet #address = - #port = + #port = #} } @@ -110,7 +110,7 @@ service auth { # permissions (e.g. 0777 allows everyone full permissions). unix_listener auth-userdb { #mode = 0666 - user = modoboa + user = modoboa group = modoboa } diff --git a/templates/etc/dovecot/conf.d/10-ssl.conf.j2 b/templates/etc/dovecot/conf.d/10-ssl.conf.j2 index e266d19..25cc771 100755 --- a/templates/etc/dovecot/conf.d/10-ssl.conf.j2 +++ b/templates/etc/dovecot/conf.d/10-ssl.conf.j2 @@ -21,7 +21,7 @@ ssl_key = :]path[;