Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| centos:mail_c7:horde_8 [28.01.2015 10:00. ] – [Konfiguration des Backend-/IMAP-Server] django | centos:mail_c7:horde_8 [22.07.2019 15:08. ] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 455: | Zeile 455: | ||
| /* IMAP Example */ | /* IMAP Example */ | ||
| - | $backends[' | + | // ENABLED by default |
| - | | + | // Django : 2014-09-12 |
| - | // Django : 2014-09-12 | + | // default: ' |
| - | // default: ' | + | $backends[' |
| - | ' | + | |
| - | ' | + | |
| - | Ingo:: | + | |
| - | ' | + | |
| - | ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | Ingo:: | + | |
| - | ' | + | |
| - | ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | ); | + | |
| - | + | ||
| - | /* Maildrop Example */ | + | |
| - | $backends[' | + | |
| - | // Disabled by default | + | |
| - | | + | |
| - | ' | + | |
| - | Ingo:: | + | |
| - | ' | + | |
| - | ' | + | |
| - | // Hostname of the VFS server | + | |
| - | ' | + | |
| - | // Name of the maildrop config file to write | + | |
| - | ' | + | |
| - | // The path to the .mailfilter filter file, defaults to the | + | |
| - | // filters' | + | |
| - | // You can use the following variables: | + | |
| - | // %u = name of the filters' | + | |
| - | // %d = domain name of the filters' | + | |
| - | // %U = the transport ' | + | |
| - | // Example: | + | |
| - | // '/ | + | |
| - | // This would be translated into: | + | |
| - | // '/ | + | |
| - | // ' | + | |
| - | + | ||
| - | // VFS: FTP example | + | |
| - | // The VFS driver to use | + | |
| - | ' | + | |
| - | // Port of the VFS server | + | |
| - | ' | + | |
| - | // Specify permissions for uploaded files if necessary: | + | |
| - | // ' | + | |
| - | + | ||
| - | // VFS: SSH2 example | + | |
| - | // The VFS driver to use | + | |
| - | // ' | + | |
| - | // Port of the VFS server | + | |
| - | // ' | + | |
| - | ) | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | Ingo:: | + | |
| - | ' | + | |
| - | ' | + | |
| - | // Any arguments passed to the mailbot command. The -N flag (to | + | |
| - | // no include the original, quoted message content has been | + | |
| - | // added with Maildrop 2.5.1/ | + | |
| - | ' | + | |
| - | // What path style does the IMAP server use [' | + | |
| - | ' | + | |
| - | // Strip ' | + | |
| - | // generated scripts? | + | |
| - | ' | + | |
| - | // An array of variables to append to every generated script. | + | |
| - | // Use if you need to set up specific environment variables. | + | |
| - | ' | + | |
| - | // Example for the $PATH variable | + | |
| - | // ' | + | |
| - | ) | + | |
| - | ), | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | ); | + | |
| - | + | ||
| - | /* Procmail Example */ | + | |
| - | $backends[' | + | |
| - | // Disabled by default | + | |
| - | ' | + | |
| - | ' | + | |
| - | Ingo:: | + | |
| - | ' | + | |
| - | ' | + | |
| - | // Hostname of the VFS server | + | |
| - | ' | + | |
| - | // Name of the procmail config file to write | + | |
| - | ' | + | |
| - | // The path to the .procmailrc filter file, defaults to the | + | |
| - | // filters' | + | |
| - | // You can use the following variables: | + | |
| - | // %u = name of the filters' | + | |
| - | // %U = the ' | + | |
| - | // Example: | + | |
| - | // '/ | + | |
| - | // This would be translated into: | + | |
| - | // '/ | + | |
| - | // ' | + | |
| - | + | ||
| - | // If procmail needs an external command for mail delivery, you | + | |
| - | // can specify it below. You can also set a prefix for the | + | |
| - | // mailbox name | + | |
| - | // eg. for / | + | |
| - | // ' | + | |
| - | // ' | + | |
| - | + | ||
| - | // if the GNU utilities cannot be found in the path | + | |
| - | // or have different names, you can specify their location below | + | |
| - | // ' | + | |
| - | // ' | + | |
| - | // ' | + | |
| - | + | ||
| - | // VFS: FTP example | + | |
| - | // The VFS driver to use | + | |
| - | ' | + | |
| - | // Port of the VFS server | + | |
| - | ' | + | |
| - | + | ||
| - | // VFS: SSH2 example | + | |
| - | // The VFS driver to use | + | |
| - | // ' | + | |
| - | // Port of the VFS server | + | |
| - | // ' | + | |
| - | ) | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | Ingo:: | + | |
| - | ' | + | |
| - | ' | + | |
| - | // What path style does the IMAP server use [' | + | |
| - | ' | + | |
| - | // An array of variables to append to every generated script. | + | |
| - | // Use if you need to set up specific environment variables. | + | |
| - | ' | + | |
| - | // The $DEFAULT variable. If using Maildir, Ingo will use | + | |
| - | // this value as the default unless you explicitly | + | |
| - | // configure otherwise. | + | |
| - | // ' | + | |
| - | // The $DEFAULT variable. If using Maildir, Ingo will use | + | |
| - | // this value as the default unless you explicitly | + | |
| - | // configure otherwise. | + | |
| - | // ' | + | |
| - | // Example for the $PATH variable | + | |
| - | // ' | + | |
| - | // Example for the $VACATION_DIR variable (used to store | + | |
| - | // vacation files) | + | |
| - | // ' | + | |
| - | ), | + | |
| - | // If you need procmail to be called from .forward in the | + | |
| - | // user's home directory, set the file and the content below: | + | |
| - | // ' | + | |
| - | // ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | ); | + | |
| /* Sieve Example */ | /* Sieve Example */ | ||
| - | $backends[' | + | // Disabled by default |
| - | | + | // Django : 2014-09-12 |
| - | // Django : 2014-09-12 | + | // default: ' |
| - | // default: ' | + | $backends[' |
| - | ' | + | $backends[' |
| - | ' | + | $backends[' |
| - | | + | $backends[' |
| - | | + | $backends[' |
| - | 'params' | + | $backends[' |
| - | // Hostname of the timsieved server | + | $backends[' |
| - | // Django : 2014-09-12 | + | $backends['sieve']['transport'][Ingo:: |
| - | // default: ' | + | $backends[' |
| - | ' | + | $backends['sieve' |
| - | // Login type of the server | + | $backends['sieve'][' |
| - | ' | + | |
| - | // Enable/ | + | |
| - | ' | + | |
| - | // Port number of the timsieved server | + | |
| - | ' | + | |
| - | // Name of the sieve script | + | |
| - | | + | |
| - | // Enable debugging. The sieve protocol communication is logged | + | |
| - | // with the DEBUG level. | + | |
| - | // Django : 2014-09-12 | + | |
| - | // default: ' | + | |
| - | ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | | + | |
| - | ' | + | |
| - | | + | |
| - | // If true, use the deprecated | + | |
| - | // flag status instead of the newer, standardized | + | |
| - | // ' | + | |
| - | // ' | + | |
| - | + | ||
| - | // If true, use the deprecated ' | + | |
| - | // the newer, standardized ' | + | |
| - | // ' | + | |
| - | + | ||
| - | // If using Dovecot or any other Sieve implementation that | + | |
| - | // requires folder names to be UTF-8 encoded, set this | + | |
| - | // parameter to true. | + | |
| - | // Django : 2014-09-12 | + | |
| - | // default: | + | |
| - | ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | ); | + | |
| - | + | ||
| - | /* sivtest Example */ | + | |
| - | $backends[' | + | |
| - | // Disabled by default | + | |
| - | ' | + | |
| - | | + | |
| - | | + | |
| - | ' | + | |
| - | | + | |
| - | // Hostname of the timsieved server | + | |
| - | ' | + | |
| - | // Login type of the server | + | |
| - | | + | |
| - | // Enable/ | + | |
| - | | + | |
| - | // Port number of the timsieved server | + | |
| - | ' | + | |
| - | // Name of the sieve script | + | |
| - | | + | |
| - | // Location of sivtest | + | |
| - | ' | + | |
| - | // name of the socket we're using | + | |
| - | ' | + | |
| - | . uniqid(mt_rand()) . ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | | + | |
| - | ' | + | |
| - | | + | |
| - | ), | + | |
| - | ), | + | |
| - | | + | |
| - | ); | + | |
| - | + | ||
| - | /* Sun ONE/JES Example (LDAP/ | + | |
| - | $backends[' | + | |
| - | // Disabled by default | + | |
| - | ' | + | |
| - | | + | |
| - | | + | |
| - | ' | + | |
| - | | + | |
| - | // Hostname of the ldap server | + | |
| - | ' | + | |
| - | // Port number of the timsieved server | + | |
| - | | + | |
| - | // LDAP Protocol Version (default = 2). 3 is required for TLS. | + | |
| - | ' | + | |
| - | // Whether or not to use TLS. If using TLS, you MUST configure | + | |
| - | // OpenLDAP (either / | + | |
| - | // the CA certificate which signed the certificate of the | + | |
| - | // server to which you are connecting. | + | |
| - | // | + | |
| - | // TLS_CACERT / | + | |
| - | // | + | |
| - | // You MAY have problems if you are using TLS and your server | + | |
| - | // is configured to make random referrals, since some OpenLDAP | + | |
| - | // libraries appear to check the certificate against the | + | |
| - | // original domain name, and not the referred-to domain. | + | |
| - | // can be worked around by putting the following directive in | + | |
| - | // the ldap.conf: | + | |
| - | // | + | |
| - | // TLS_REQCERT never | + | |
| - | ' | + | |
| - | // Bind DN (for bind and script distinguished names, %u is | + | |
| - | // replaced with username, and %d is replaced with the internet | + | |
| - | // domain components (e.g. " | + | |
| - | ' | + | |
| - | // Bind password. | + | |
| - | // (useful when bind_dn contains %u). | + | |
| - | ' | + | |
| - | // How to find user object. | + | |
| - | ' | + | |
| - | ' | + | |
| - | // Attribute script is stored in. Will not touch non-Ingo | + | |
| - | // scripts. | + | |
| - | ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | Ingo:: | + | |
| - | ' | + | |
| - | ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ); | + | |
| - | + | ||
| - | /* ISPConfig Example */ | + | |
| - | $backends[' | + | |
| - | ' | + | |
| - | | + | |
| - | | + | |
| - | ' | + | |
| - | // enabling transport_auth() in hooks.php is likely to be required | + | |
| - | | + | |
| - | | + | |
| - | // This user must be created in the ISPConfig webinterface | + | |
| - | // under System -> Remote Users. | + | |
| - | // (" | + | |
| - | | + | |
| - | ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | | + | |
| - | ' | + | |
| - | | + | |
| - | ), | + | |
| - | ), | + | |
| - | | + | |
| - | ); | + | |
| - | + | ||
| - | /* Custom SQL Example */ | + | |
| - | $backends[' | + | |
| - | | + | |
| - | ' | + | |
| - | | + | |
| - | | + | |
| - | ' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ' | + | |
| - | | + | |
| - | ' | + | |
| - | | + | |
| - | | + | |
| - | 'vacation_set' | + | |
| - | ), | + | |
| - | ), | + | |
| - | ), | + | |
| - | | + | |
| - | ); | + | |
| </ | </ | ||
| Zeile 950: | Zeile 612: | ||
| ====== Links ====== | ====== Links ====== | ||
| * **⇐ [[centos: | * **⇐ [[centos: | ||
| - | * **⇒ [[centos: | + | * **⇒ [[centos: |
| * **[[centos: | * **[[centos: | ||
| * **[[wiki: | * **[[wiki: | ||
| Zeile 956: | Zeile 618: | ||
| - | ~~DISCUSSION~~ | ||