From b1e767ccc90b0bc8aeca46aa47ce5e40879041ef Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Thu, 4 Jan 2018 20:38:26 +0800 Subject: [PATCH] New faq for iRedAdmin: set a proper time zone. --- en_US/howto/relayhost.md | 1 + .../2-iredadmin-pro.set.a.proper.timezone.md | 23 +++++++++ html/index.html | 1 + html/iredadmin-pro.set.a.proper.timezone.html | 51 +++++++++++++++++++ html/relayhost.html | 1 + 5 files changed, 77 insertions(+) create mode 100644 en_US/iredadmin/2-iredadmin-pro.set.a.proper.timezone.md create mode 100644 html/iredadmin-pro.set.a.proper.timezone.html diff --git a/en_US/howto/relayhost.md b/en_US/howto/relayhost.md index 66f91131..a95ecc3f 100644 --- a/en_US/howto/relayhost.md +++ b/en_US/howto/relayhost.md @@ -129,4 +129,5 @@ senderRelayHost: [mail.gmail.com]:25 ## See Also +* [Integrating Amazon SES with Postfix](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html) * [Use SendGrid as relay server](https://sendgrid.com/docs/Integrate/Mail_Servers/postfix.html) diff --git a/en_US/iredadmin/2-iredadmin-pro.set.a.proper.timezone.md b/en_US/iredadmin/2-iredadmin-pro.set.a.proper.timezone.md new file mode 100644 index 00000000..2b77f32e --- /dev/null +++ b/en_US/iredadmin/2-iredadmin-pro.set.a.proper.timezone.md @@ -0,0 +1,23 @@ +# iRedAdmin-Pro: Set a proper time zone + +[TOC] + +iRedAdmin-Pro uses time zone `GMT` by default, you can change it in several ways. + +## Server wide time zone + +To set a server wide time zone, please add setting below with the proper time +zone in iRedAdmin config file: + +``` +LOCAL_TIMEZONE = 'GMT+05:00' +``` + +You can find more sample time zones in file `libs/default_settings.py` under +iRedAdmin directory. + +## Per-account time zone + +Admin or user can set per-user time zone in their own profile page: + +![](./images/iredadmin/user_profile_general.png) diff --git a/html/index.html b/html/index.html index 57b1aea3..761b4cac 100644 --- a/html/index.html +++ b/html/index.html @@ -182,6 +182,7 @@
  • iRedAdmin-Pro: Domain ownership verification
  • iRedAdmin-Pro: RESTful API
  • iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more
  • +
  • iRedAdmin-Pro: Set a proper time zone
  • iRedAdmin-Pro: Priority of spam policy used in iRedMail & iRedAdmin-Pro
  • iRedAdmin: Translate iRedAdmin to your local language
  • diff --git a/html/iredadmin-pro.set.a.proper.timezone.html b/html/iredadmin-pro.set.a.proper.timezone.html new file mode 100644 index 00000000..a20494a5 --- /dev/null +++ b/html/iredadmin-pro.set.a.proper.timezone.html @@ -0,0 +1,51 @@ + + + + + iRedAdmin-Pro: Set a proper time zone + + + + +

    iRedAdmin-Pro: Set a proper time zone

    +
    + +
    +

    iRedAdmin-Pro uses time zone GMT by default, you can change it in several ways.

    +

    Server wide time zone

    +

    To set a server wide time zone, please add setting below with the proper time +zone in iRedAdmin config file:

    +
    LOCAL_TIMEZONE = 'GMT+05:00'
    +
    + +

    You can find more sample time zones in file libs/default_settings.py under +iRedAdmin directory.

    +

    Per-account time zone

    +

    Admin or user can set per-user time zone in their own profile page:

    +

    + + + + \ No newline at end of file diff --git a/html/relayhost.html b/html/relayhost.html index 9883d3c0..94a3937b 100644 --- a/html/relayhost.html +++ b/html/relayhost.html @@ -139,6 +139,7 @@ senderRelayHost: [mail.gmail.com]:25

    See Also