From 218ac9821fda01d5e41d2ccbcd274695fa27545b Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 10 Oct 2014 11:30:58 +0800 Subject: [PATCH] Add license info. --- README.md | 2 +- convert.sh | 7 ++++--- html/active.directory.html | 4 +++- html/allow.insecure.pop3.imap.smtp.connections.html | 4 +++- ...llow.user.to.send.email.without.authentication.html | 4 +++- html/amavisd.no.x-spam.headers.html | 4 +++- html/change.mail.attachment.size.html | 4 +++- ...completely.disable.amavisd.clamav.spamassassin.html | 4 +++- html/configure.thunderbird.html | 4 +++- ...disable.spam.virus.scanning.for.outgoing.mails.html | 4 +++- html/enable.smtps.html | 4 +++- html/force.user.to.change.password.html | 4 +++- html/ignore.trash.folder.in.quota.html | 4 +++- html/index.html | 4 ++-- html/install.iredmail.on.rhel.html | 4 +++- html/ldap.add.alias.domain.html | 4 +++- html/ldap.add.mail.alias.html | 4 +++- html/ldap.add.mail.list.html | 4 +++- html/ldap.user.mail.forwarding.html | 4 +++- html/migrate.or.upgrade.iredadmin.html | 4 +++- html/migrate.to.new.iredmail.server.html | 4 +++- html/monitor.incoming.and.outgoing.mails.with.bcc.html | 4 +++- html/password.hashes.html | 4 +++- ...ming.email.for.certain.user.to.external.script.html | 4 +++- html/quarantining.html | 4 +++- html/recalculate.mailbox.quota.html | 4 +++- html/setup_dns.html | 4 +++- html/sogo-centos-6-mysql.html | 4 +++- html/sql.create.mail.alias.html | 4 +++- html/store.spamassassin.bayes.in.sql.html | 4 +++- html/turn.on.debug.mode.in.amavisd.html | 4 +++- html/turn.on.debug.mode.in.cluebringer.html | 4 +++- html/turn.on.debug.mode.in.dovecot.html | 4 +++- html/turn.on.debug.mode.in.openldap.html | 4 +++- html/unattended.iredmail.installation.html | 4 +++- html/why.append.timestamp.in.maildir.path.html | 4 +++- tools/markdown2html.py | 10 +++++++--- 37 files changed, 113 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index ed2e5220..5223140e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to Markdown format for easier maintenance, you can find converted documents [here](https://bitbucket.org/zhb/docs.iredmail.org/src). +We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to Markdown format for easier maintenance, you can find converted documents [here](https://bitbucket.org/zhb/docs.iredmail.org/src). Documents are all licensed under [Creative Commons](http://creativecommons.org/). # Install iRedMail * [Install iRedMail on Red Hat Enterprise Linux, CentOS](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/install.iredmail.on.rhel.md) * [Setup DNS records for your iRedMail server](https://bitbucket.org/zhb/docs.iredmail.org/src/default/installation/setup_dns.md) diff --git a/convert.sh b/convert.sh index 85529aa1..c3e4c738 100644 --- a/convert.sh +++ b/convert.sh @@ -39,8 +39,8 @@ all_chapter_dirs="installation \ # Get chapter info # - title: _title.md # - summary: _summary.md -echo "We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to Markdown format for easier maintenance, you can find converted documents [here](https://bitbucket.org/zhb/docs.iredmail.org/src)." > ${INDEX_MD} -echo "We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to Markdown format for easier maintenance, you can find converted documents [here](https://bitbucket.org/zhb/docs.iredmail.org/src)." > ${README_MD} +echo "We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to Markdown format for easier maintenance, you can find converted documents [here](https://bitbucket.org/zhb/docs.iredmail.org/src). Documents are all licensed under [Creative Commons](http://creativecommons.org/)." > ${INDEX_MD} +echo "We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to Markdown format for easier maintenance, you can find converted documents [here](https://bitbucket.org/zhb/docs.iredmail.org/src). Documents are all licensed under [Creative Commons](http://creativecommons.org/)." > ${README_MD} for chapter_dir in ${all_chapter_dirs}; do # Get articles @@ -101,7 +101,8 @@ for chapter_dir in ${all_chapter_dirs}; do ${CMD_CONVERT} ${article_file} ${OUTPUT_DIR} \ output_filename="${article_html_file}" \ title="${_article_title}" \ - add_index_link='yes' + add_index_link='yes' \ + add_page_footer='yes' fi done diff --git a/html/active.directory.html b/html/active.directory.html index d9509353..c2f553fa 100644 --- a/html/active.directory.html +++ b/html/active.directory.html @@ -370,4 +370,6 @@ $config['ldap_public']["global_ldap_abook"] = array(

Additions documents


If you found something wrong in this document, please do contact us to fix it.


©© Creative Commons

\ No newline at end of file +

If you found something wrong +in this document, please do +contact us to fix it.

©© Creative Commons

\ No newline at end of file diff --git a/html/allow.insecure.pop3.imap.smtp.connections.html b/html/allow.insecure.pop3.imap.smtp.connections.html index 6c5a988a..7a502127 100644 --- a/html/allow.insecure.pop3.imap.smtp.connections.html +++ b/html/allow.insecure.pop3.imap.smtp.connections.html @@ -40,4 +40,6 @@ ssl=required

Please comment out below line in Postfix config file /etc/postfix/main.cf and reload or restart Postfix service:

smtpd_tls_auth_only=yes
-

If you found something wrong in this document, please do contact us to fix it.


©© Creative Commons

\ No newline at end of file +

If you found something wrong +in this document, please do +contact us to fix it.

©© Creative Commons

\ No newline at end of file diff --git a/html/allow.user.to.send.email.without.authentication.html b/html/allow.user.to.send.email.without.authentication.html index 6fa29852..7e021709 100644 --- a/html/allow.user.to.send.email.without.authentication.html +++ b/html/allow.user.to.send.email.without.authentication.html @@ -32,4 +32,6 @@

Restart/reload postfix to make it work:

# /etc/init.d/postfix restart
-

If you found something wrong in this document, please do contact us to fix it.


©© Creative Commons

\ No newline at end of file +

If you found something wrong +in this document, please do +contact us to fix it.

©© Creative Commons

\ No newline at end of file diff --git a/html/amavisd.no.x-spam.headers.html b/html/amavisd.no.x-spam.headers.html index 76e48a04..2245e607 100644 --- a/html/amavisd.no.x-spam.headers.html +++ b/html/amavisd.no.x-spam.headers.html @@ -22,4 +22,6 @@
  • Red Hat, CentOS, OpenBSD: /etc/amavisd/amavisd.conf
  • Debian, Ubuntu: /etc/amavis/conf.d/50-user (and other config files under /etc/amavs/conf.d/)
  • FreeBSD: /usr/local/etc/amavisd/amavisd.conf
  • -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/change.mail.attachment.size.html b/html/change.mail.attachment.size.html index fc064276..49a53535 100644 --- a/html/change.mail.attachment.size.html +++ b/html/change.mail.attachment.size.html @@ -77,4 +77,6 @@ php_value upload_max_filesize 100M php_value post_max_size 100M -

    Restart Apache or Nginx web server to make it work.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    Restart Apache or Nginx web server to make it work.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/completely.disable.amavisd.clamav.spamassassin.html b/html/completely.disable.amavisd.clamav.spamassassin.html index 28ebc858..09d2de2e 100644 --- a/html/completely.disable.amavisd.clamav.spamassassin.html +++ b/html/completely.disable.amavisd.clamav.spamassassin.html @@ -51,4 +51,6 @@ receive_override_options = no_address_mappings

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/configure.thunderbird.html b/html/configure.thunderbird.html index 16caa115..ce5e52df 100644 --- a/html/configure.thunderbird.html +++ b/html/configure.thunderbird.html @@ -74,4 +74,6 @@

    Now switch to tab Offline, click button Download Now to test your settings. It will prompt to input password for this LDAP server, just type password of your mail account. With correct bind dn and password, it will display Replicated succeeded.

    -

    That's all.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    That's all.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/disable.spam.virus.scanning.for.outgoing.mails.html b/html/disable.spam.virus.scanning.for.outgoing.mails.html index b029ec6d..75e2bbeb 100644 --- a/html/disable.spam.virus.scanning.for.outgoing.mails.html +++ b/html/disable.spam.virus.scanning.for.outgoing.mails.html @@ -32,4 +32,6 @@ } -

    Restarting Amavisd service is required after changing settings.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    Restarting Amavisd service is required after changing settings.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/enable.smtps.html b/html/enable.smtps.html index 2e678356..dfe6b133 100644 --- a/html/enable.smtps.html +++ b/html/enable.smtps.html @@ -69,4 +69,6 @@ mail_services="{www, https, submission, imap, imaps, pop3, pop3s, ssh, smtps}"

    Reload PF rule file:

    # pfctl -f /etc/pf.conf
    -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/force.user.to.change.password.html b/html/force.user.to.change.password.html index 9ceecb5d..898ed13d 100644 --- a/html/force.user.to.change.password.html +++ b/html/force.user.to.change.password.html @@ -48,4 +48,6 @@ CHANGE_PASSWORD_DAYS = 90 CHANGE_PASSWORD_MESSAGE = 'Please change your password in webmail before sending email: https://xxx/webmail/' -

    Then restart iRedAPD service.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    Then restart iRedAPD service.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ignore.trash.folder.in.quota.html b/html/ignore.trash.folder.in.quota.html index dae89e5d..f38a7baa 100644 --- a/html/ignore.trash.folder.in.quota.html +++ b/html/ignore.trash.folder.in.quota.html @@ -61,4 +61,6 @@ user_query = SELECT ... \ CONCAT('*:bytes=', mailbox.quota*1048576) AS quota_rule \ 'Trash:ignore' AS quota_rule2 \ FROM ... -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/index.html b/html/index.html index 9a3274c5..c5c1faef 100644 --- a/html/index.html +++ b/html/index.html @@ -8,7 +8,7 @@

    We're working on migrating old wiki documents to Markdown format for easier maintenance, you can find converted documents here.

    +

    We're working on migrating old wiki documents to Markdown format for easier maintenance, you can find converted documents here. Documents are all licensed under Creative Commons.

    Install iRedMail

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/install.iredmail.on.rhel.html b/html/install.iredmail.on.rhel.html index ed06151e..638fd096 100644 --- a/html/install.iredmail.on.rhel.html +++ b/html/install.iredmail.on.rhel.html @@ -233,4 +233,6 @@ packages with -ired flag were packed by iRedMail project.

  • Dag Wieers
  • EPEL
  • ATrpms
  • -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ldap.add.alias.domain.html b/html/ldap.add.alias.domain.html index dc77e227..6d1b5e39 100644 --- a/html/ldap.add.alias.domain.html +++ b/html/ldap.add.alias.domain.html @@ -57,4 +57,6 @@ original email address.

    If you have several mail accounts (mail users, lists, aliases), you have to -add addition email address for them all.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +add addition email address for them all.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ldap.add.mail.alias.html b/html/ldap.add.mail.alias.html index 30d8e6cc..fed12a0e 100644 --- a/html/ldap.add.mail.alias.html +++ b/html/ldap.add.mail.alias.html @@ -39,4 +39,6 @@

    Add missing value of attribute enabledService, and you can add as many destination addresses as you want here (value of attribute mailForwardingAddress):

    -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ldap.add.mail.list.html b/html/ldap.add.mail.list.html index 1ca325f7..0df4d028 100644 --- a/html/ldap.add.mail.list.html +++ b/html/ldap.add.mail.list.html @@ -87,4 +87,6 @@ server), iRedMail has it enabled by default.

  • membersOnly: only members of this mail list are allowd.
  • moderatorsOnly: only moderators of this mail list are allowed.
  • memebersAndModeratorsOnly: only members and moderators of this mail list are allowed.
  • -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/ldap.user.mail.forwarding.html b/html/ldap.user.mail.forwarding.html index 80494d70..02172db9 100644 --- a/html/ldap.user.mail.forwarding.html +++ b/html/ldap.user.mail.forwarding.html @@ -44,4 +44,6 @@ value to first forwarding address forward@domain.ltd.

    Now all emails sent to user@domain.ltd will be forwarded to both forward@domain.ltd and user@gmail.com.

    -

    If you want to save a copy of forwarded email, please add 'user@domain.ltd' as addition value of LDAP attribute 'mailForwardingAddress'.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you want to save a copy of forwarded email, please add 'user@domain.ltd' as addition value of LDAP attribute 'mailForwardingAddress'.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/migrate.or.upgrade.iredadmin.html b/html/migrate.or.upgrade.iredadmin.html index 2edc48d3..c9848104 100644 --- a/html/migrate.or.upgrade.iredadmin.html +++ b/html/migrate.or.upgrade.iredadmin.html @@ -55,4 +55,6 @@ example, please replace x.y.z by the real file name. For example,
  • If you want to quarantine SPAM/Virus into SQL database and manage them with iRedAdmin-Pro, please follow this tutorial to update Amavisd settings: Quarantining SPAM and Virus emails into SQL database
  • -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/migrate.to.new.iredmail.server.html b/html/migrate.to.new.iredmail.server.html index fb6b9bc6..e3a2b80d 100644 --- a/html/migrate.to.new.iredmail.server.html +++ b/html/migrate.to.new.iredmail.server.html @@ -134,4 +134,6 @@ path on file system, so that mail clients can find imported emails.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/monitor.incoming.and.outgoing.mails.with.bcc.html b/html/monitor.incoming.and.outgoing.mails.with.bcc.html index 89bdae99..5b991125 100644 --- a/html/monitor.incoming.and.outgoing.mails.with.bcc.html +++ b/html/monitor.incoming.and.outgoing.mails.with.bcc.html @@ -62,4 +62,6 @@ userRecipientBccAddress=user@domain.com

    Per-domain bcc settings:

    Per-user bcc settings: -


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/password.hashes.html b/html/password.hashes.html index 8c2089a7..30b4ea7e 100644 --- a/html/password.hashes.html +++ b/html/password.hashes.html @@ -67,4 +67,6 @@ userPassword: {SSHA512}FxgXDhBVYmTqoboW+ibyyzPv/wGG7y4VJtuHWrx+wfqrs/lIH2Qxn2eA0

    IMPORTANT NOTE: If you want to input password hash with phpLDAPadmin, -please choose clear in the password hash list, then input password hash.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +please choose clear in the password hash list, then input password hash.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/pipe.incoming.email.for.certain.user.to.external.script.html b/html/pipe.incoming.email.for.certain.user.to.external.script.html index bbc94cbd..af3b7ce1 100644 --- a/html/pipe.incoming.email.for.certain.user.to.external.script.html +++ b/html/pipe.incoming.email.for.certain.user.to.external.script.html @@ -78,4 +78,6 @@ use this new transport.

    sql> UPDATE mailbox SET transport='external-pipe' WHERE username='user@domain.ltd'; -

    That's all.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    That's all.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/quarantining.html b/html/quarantining.html index d3f3b97f..5738e0a5 100644 --- a/html/quarantining.html +++ b/html/quarantining.html @@ -137,4 +137,6 @@ database.

    -


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/recalculate.mailbox.quota.html b/html/recalculate.mailbox.quota.html index e3b8a1a9..5c518287 100644 --- a/html/recalculate.mailbox.quota.html +++ b/html/recalculate.mailbox.quota.html @@ -31,4 +31,6 @@ mysql> DELETE FROM used_quota WHERE username='user@domain.ltd'; quota.

    TIP: it's safe to delete records in SQL table used_quota if mail user was deleted in table vmail.mailbox or LDAP. iRedAdmin-Pro will handle this -for you automatically.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +for you automatically.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/setup_dns.html b/html/setup_dns.html index 4e04be47..78a2a7db 100644 --- a/html/setup_dns.html +++ b/html/setup_dns.html @@ -250,4 +250,6 @@ some hours to be available.

  • http://en.wikipedia.org/wiki/MX_record
  • http://www.openspf.org/
  • http://www.dkim.org/
  • -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/sogo-centos-6-mysql.html b/html/sogo-centos-6-mysql.html index b3ef1af1..e0d591b8 100644 --- a/html/sogo-centos-6-mysql.html +++ b/html/sogo-centos-6-mysql.html @@ -136,4 +136,6 @@ service memcached start

    Apple Devices

    URL for calendar service: http://[host]/SOGo/dav/[user]/

    TODO

    -

    References


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    References


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/sql.create.mail.alias.html b/html/sql.create.mail.alias.html index fdb9b71d..235c7cff 100644 --- a/html/sql.create.mail.alias.html +++ b/html/sql.create.mail.alias.html @@ -27,4 +27,6 @@ sql> INSERT INTO alias (address, goto, domain) \
  • If destination address is a user under domain which is hosted on localhost, it must exist. Otherwise emails sent to alias account will be bounced after expanded to destination addresses.
  • -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/store.spamassassin.bayes.in.sql.html b/html/store.spamassassin.bayes.in.sql.html index e8c1de85..4f655864 100644 --- a/html/store.spamassassin.bayes.in.sql.html +++ b/html/store.spamassassin.bayes.in.sql.html @@ -200,4 +200,6 @@ mysql> SELECT COUNT(*) FROM bayes_token;

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/turn.on.debug.mode.in.amavisd.html b/html/turn.on.debug.mode.in.amavisd.html index dc227b66..6ac51c02 100644 --- a/html/turn.on.debug.mode.in.amavisd.html +++ b/html/turn.on.debug.mode.in.amavisd.html @@ -17,4 +17,6 @@

    If you want to debug SpamAssassin, please update $sa_debug also:

    $sa_debug = 1;
    -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/turn.on.debug.mode.in.cluebringer.html b/html/turn.on.debug.mode.in.cluebringer.html index b1d3840a..35ad20b0 100644 --- a/html/turn.on.debug.mode.in.cluebringer.html +++ b/html/turn.on.debug.mode.in.cluebringer.html @@ -27,4 +27,6 @@ log_detail=modules,tracking,policies

    Cluebringer is configured to log to /var/log/cbpolicyd.log by default, so -please monitor this file to check detailed debug log.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +please monitor this file to check detailed debug log.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/turn.on.debug.mode.in.dovecot.html b/html/turn.on.debug.mode.in.dovecot.html index e661743d..fa54502d 100644 --- a/html/turn.on.debug.mode.in.dovecot.html +++ b/html/turn.on.debug.mode.in.dovecot.html @@ -34,4 +34,6 @@ settings and restart dovecot service.

    auth_debug = yes auth_debug_passwords = yes auth_verbose_passwords = yes -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/turn.on.debug.mode.in.openldap.html b/html/turn.on.debug.mode.in.openldap.html index 90ffc368..6f9e4970 100644 --- a/html/turn.on.debug.mode.in.openldap.html +++ b/html/turn.on.debug.mode.in.openldap.html @@ -20,4 +20,6 @@
    loglevel    256
     
    -

    OpenLDAP is configured by iRedMail to log into /var/log/openldap.log by default.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    OpenLDAP is configured by iRedMail to log into /var/log/openldap.log by default.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/unattended.iredmail.installation.html b/html/unattended.iredmail.installation.html index 71286325..419c4fbf 100644 --- a/html/unattended.iredmail.installation.html +++ b/html/unattended.iredmail.installation.html @@ -158,4 +158,6 @@ ssh root@${HOST} "/usr/bin/systemctl stop firewalld" #scp -r clamav/* root@${HOST}:/var/lib/clamav/ #ssh root@${HOST} "chown clamupdate:clamupdate /var/lib/clamav/*" ssh root@${HOST} "echo 'reboot'; reboot" -

    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +

    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/html/why.append.timestamp.in.maildir.path.html b/html/why.append.timestamp.in.maildir.path.html index 844f83a6..350b010e 100644 --- a/html/why.append.timestamp.in.maildir.path.html +++ b/html/why.append.timestamp.in.maildir.path.html @@ -39,4 +39,6 @@ same as Michael's /var/vmail/vmail1/domain.ltd/mj/.

    iRedAdmin doesn't remove the mailboxes on file system, so Mike will see all emails in Michael's mailbox if Michael didn't delete them. To avoid this, we append a timestamp in maildir path to make sure all users will be assigned -a unique maildir paths.


    If you found something wrong in this document, please do contact us to fix it.


    ©© Creative Commons

    \ No newline at end of file +a unique maildir paths.


    If you found something wrong +in this document, please do +contact us to fix it.

    ©© Creative Commons

    \ No newline at end of file diff --git a/tools/markdown2html.py b/tools/markdown2html.py index 5e5d39f7..88a97df6 100644 --- a/tools/markdown2html.py +++ b/tools/markdown2html.py @@ -12,7 +12,7 @@ import web import markdown # Markdown extensions -MD_EXTENSIONS = ['toc', 'meta', 'extra', 'footnotes', ] +MD_EXTENSIONS = ['toc', 'meta', 'extra', 'footnotes'] # Get file name filename = sys.argv[1] @@ -94,8 +94,12 @@ html += """\ """ ''' -html += """

    If you found something wrong in this document, please do contact us to fix it.

    """ -html += """

    ©© Creative Commons

    """ +if 'add_page_footer' in cmd_opts: + html += """

    If you found something wrong +in this document, please do +contact us to fix it.

    """ + +html += """

    ©© Creative Commons

    """ html += '' # Write to file