smedev:dovecot

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
smedev:dovecot [15/10/2012 18:57]
dani [Shared Mailboxes]
smedev:dovecot [23/11/2013 19:09]
dani [Status]
Ligne 31: Ligne 31:
  
  
-This project is in beta stage. We're using it on 4 productions server (the biggest one handle about 120 users) since several months now, and we have no issue.+This project is in beta stage. We're using it on about 10 production servers (the biggest one handle about 120 users) since several years now, and we have no issue.
  
  
Ligne 59: Ligne 59:
 GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \ GPGKey http://repo.firewall-services.com/RPM-GPG-KEY \
 Visible yes status disabled Visible yes status disabled
 + 
 db yum_repositories set atrpms-testing repository \ db yum_repositories set atrpms-testing repository \
 BaseURL 'http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing' \ BaseURL 'http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing' \
Ligne 68: Ligne 68:
 Visible no \ Visible no \
 status disabled \ status disabled \
-IncludePkgs 'dovecot-pigeonhole,dovecot-managesieve' \+IncludePkgs 'dovecot-pigeonhole,dovecot-managesieve,dovecot' \
 Priority 9 Priority 9
 + 
 /sbin/e-smith/db yum_repositories set atrpms repository \ /sbin/e-smith/db yum_repositories set atrpms repository \
 Name 'atrpms - EL5' \ Name 'atrpms - EL5' \
Ligne 83: Ligne 83:
 librpm4,glib2,perl-libwww-perl,perl-Convert-ASN1,beecrypt,fetchmail,\ librpm4,glib2,perl-libwww-perl,perl-Convert-ASN1,beecrypt,fetchmail,\
 libacl,libtool-ltdl,popt,libgpg-error,freetype,perl-MIME-tools,mutt,\ libacl,libtool-ltdl,popt,libgpg-error,freetype,perl-MIME-tools,mutt,\
-gd,perl-TimeDate,librpm4.4 \+gd,perl-TimeDate,librpm4.4,dovecot \
 status disabled status disabled
 signal-event yum-modify signal-event yum-modify
 </code> </code>
  
-<hidden iPasserelle config> + 
-iPasserelle needs a specific repo config as it uses additionnal repo with different priorities+<hidden iPasserelle config> iPasserelle needs a specific repo config as it uses additionnal repo with different priorities 
 + 
 <code bash> <code bash>
-db yum_repositories set atrpms-dovecot repository \ 
-Name 'atrpms - EL5 - dovecot' \ 
-BaseURL 'http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable' \ 
-EnableGroups no \ 
-GPGCheck yes \ 
-GPGKey http://ATrpms.net/RPM-GPG-KEY.atrpms \ 
-Visible no \ 
-Priority 9 \ 
-IncludePkgs dovecot \ 
-status enabled 
  
 db yum_repositories set atrpms-testing-dovecot repository \ db yum_repositories set atrpms-testing-dovecot repository \
Ligne 110: Ligne 102:
 Visible no \ Visible no \
 Priority 8 \ Priority 8 \
-IncludePkgs dovecot-managesieve,dovecot-pigeonhole \+IncludePkgs dovecot-managesieve,dovecot-pigeonhole,dovecot \
 status enabled status enabled
 + 
 signal-event yum-modify signal-event yum-modify
 </code> </code>
 +
 +
 </hidden> </hidden>
 +
  
 Then, you can install smeserver-dovecot: Then, you can install smeserver-dovecot:
Ligne 125: Ligne 120:
  
  
-You also need to mount the filesystem where /home/e-smith/files/users is stored with the **acl**   option (it will be usually / or /home/e-smith/files if you used the **sme multipart**   install option). To do so, just edit the file /etc/fstab, and add **acl**   after the usrquota,grpquota, for example:+You also need to mount the filesystem where /home/e-smith/files/users is stored with the **acl**  option (it will be usually / or /home/e-smith/files if you used the **sme multipart**  install option). To do so, just edit the file /etc/fstab, and add **acl**  after the usrquota,grpquota, for example:
  
  
-<code bash>#------------------------------------------------------------+<code bash> 
 +#------------------------------------------------------------
 # BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically # BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically
 # by the SME server software. A few entries are updated during # by the SME server software. A few entries are updated during
Ligne 178: Ligne 174:
  
  
-    * **AdminIsMaster**      (enabled|disabled, default is disabled): if enabled, the admin user will be a [[http://wiki2.dovecot.org/Authentication/MasterUsers|master user]], and will be able to login as any user. To do so Use user1<nowiki>*</nowiki>admin and the admin password to log as user1 +    * **AdminIsMaster**  (enabled|disabled, default is disabled): if enabled, the admin user will be a [[http://wiki2.dovecot.org/Authentication/MasterUsers|master user]], and will be able to login as any user. To do so Use user1<nowiki>*</nowiki>admin and the admin password to log as user1 
-    * **FullTextIndexing**      (enabled|disabled, default is disabled): will turn on or off the full text indexing. When this option is enabled, a first search in an IMAP folder will trigger indexation. Next searches will be much faster. Read [[http://wiki2.dovecot.org/Plugins/FTS/Squat|this page]] before enabling this option +    * **FullTextIndexing**  (enabled|disabled, default is disabled): will turn on or off the full text indexing. When this option is enabled, a first search in an IMAP folder will trigger indexation. Next searches will be much faster. Read [[http://wiki2.dovecot.org/Plugins/FTS/Squat|this page]] before enabling this option 
-    * **LogActions**      (enabled|disabled, default is disabled): will turn on or off extra logging (flag change, move, copy etc…). **!! Warning !!**: enabling this can generate a huge amount of logs +    * **LogActions**  (enabled|disabled, default is disabled): will turn on or off extra logging (flag change, move, copy etc…). **!! Warning !!**: enabling this can generate a huge amount of logs 
-    * **Quotas**      (enabled|disabled, default is enabled): will report the actual used space and the remaining one if the user has a quota limit +    * **Quotas**  (enabled|disabled, default is enabled): will report the actual used space and the remaining one if the user has a quota limit 
-    * **SharedMailbox**      (enabled|disabled, default is disabled): will turn on or off shared mailbox and IMAP ACL support+    * **SharedMailbox**  (enabled|disabled, default is disabled): will turn on or off shared mailbox and IMAP ACL support
 After you've configured the prop like you want, just run After you've configured the prop like you want, just run
  
Ligne 224: Ligne 220:
  
  
-When this feature is enabled,  a special group named sharedmailbox (automatically created during install) will have:+When this feature is enabled, a special group named sharedmailbox (automatically created during install) will have:
  
  
Ligne 238: Ligne 234:
  
 Once enabled, you can grant different access level (read, post, delete, change flags, create sub folders etc.) to other users, or group of users on your IMAP folders. Once enabled, you can grant different access level (read, post, delete, change flags, create sub folders etc.) to other users, or group of users on your IMAP folders.
 +
  
 ===== SOGo integration ===== ===== SOGo integration =====
Ligne 280: Ligne 277:
  
  
-{{  :sogo_quota_and_shared_mb.png | Quota is reported to the user  }}+{{  :sogo_quota_and_shared_mb.png  }}
  
  
-{{  :sogo_filters.png | You can now create filters with SOGo  }}+{{  :sogo_filters.png  }}
  
  
-{{  :sogo_vacation.png | You can enable a vacation message }}+{{  :sogo_vacation.png  }}
  
  
-{{  :sogo_forward.png | and you can forward your mail to someone else }}+{{  :sogo_forward.png  }}
  
  • smedev/dovecot.txt
  • Dernière modification: 23/11/2013 19:40
  • de dani