hi,
i was looking to setup imap on an old PPC G5 mac i have running as webserver and gateway/firewall machine.. found a dovecot-2.1.7-0.pkg online, and it looked like the typical easy install thing.. someplace called rudix made the package..
not much there in way of instructions, but after i finally figured out where the executable had been stuck i tried it, just to see what kinda config errors would be thrown-up.. got the line below..
/usr/local/sbin/dovecot: Bad CPU type in executable
so i'm guessing this means dovecot is intel-cpu only? i don't have the time or patience to read all the unix junk, and get a compiler, do all the make files etc.. been years since i did any of that, and don't want to do it again..
the pkg installer did not come with an uninstaller, and since the install is pretty much useless, is there some list of what it installed so i can get rid of it all?
thanks, christian
On 2013-01-01 12:13 PM, Christian Guastella <christian_g@fastmail.net> wrote:
i was looking to setup imap on an old PPC G5 mac i have running as webserver and gateway/firewall machine.. found a dovecot-2.1.7-0.pkg online, and it looked like the typical easy install thing.. someplace called rudix made the package..
not much there in way of instructions, but after i finally figured out where the executable had been stuck i tried it, just to see what kinda config errors would be thrown-up.. got the line below..
/usr/local/sbin/dovecot: Bad CPU type in executable
so i'm guessing this means dovecot is intel-cpu only?
Lol! No, of course not - but it may mean that the package you grabbed was compiled for an Intel CPU...
i don't have the time or patience to read all the unix junk, and get a compiler, do all the make files etc.. been years since i did any of that, and don't want to do it again..
the pkg installer did not come with an uninstaller, and since the install is pretty much useless, is there some list of what it installed so i can get rid of it all?
This really has nothing to do with dovecot, you should be asking on a Mac/PPC list...
--
Best regards,
Charles
the pkg installer did not come with an uninstaller, and since the install is pretty much useless, is there some list of what it installed so i can get rid of it all?
This would actually be a function of your package manager. For example on debian you can do dpkg -L <packagename> to get a list of files.
Your package manager should also have an uninstalling utility of its own. Again for example on debian apt-get remove <packagename>.
So your package shouldn't need to come with its own installer, nor should you need to extract the files by hand...
thanks, christian
So your package shouldn't need to come with its own installer, nor should you need to extract the files by hand...
Bah! My neural pathways are shorting out. That should read:
So your package shouldn't need to come with its own uninstaller, nor should you need to delete the files by hand...
thanks, christian
Am 03.01.2013 01:31, schrieb Bob Miller:
the pkg installer did not come with an uninstaller, and since the install is pretty much useless, is there some list of what it installed so i can get rid of it all?
This would actually be a function of your package manager. For example on debian you can do dpkg -L <packagename> to get a list of files.
Your package manager should also have an uninstalling utility of its own. Again for example on debian apt-get remove <packagename>.
So your package shouldn't need to come with its own installer, nor should you need to extract the files by hand...
but he did install some crap outside the package manager whyever people are doing this, he needs a full file-list of fovecot to remove the crap installed bypassing the package manager
below the files a sane 2.1.12 package installs replace /usr/ by /usr/local and you shoudl find most of them
the next time build a package which is at least on rpm-based systems easy, i never needed to install aynthing without a RPM on a lot of servers by building RPMs at my own
[root@srv-rhsoft:~]$ rpm -q --filesbypkg dovecot-mysql | grep -v /var/run dovecot-mysql /usr/lib64/dovecot/auth/libdriver_mysql.so dovecot-mysql /usr/lib64/dovecot/dict/libdriver_mysql.so dovecot-mysql /usr/lib64/dovecot/libdriver_mysql.so
[root@srv-rhsoft:~]$ rpm -q --filesbypkg dovecot | grep -v /var/run dovecot /etc/dovecot dovecot /etc/dovecot/conf.d dovecot /etc/dovecot/conf.d/10-auth.conf dovecot /etc/dovecot/conf.d/10-director.conf dovecot /etc/dovecot/conf.d/10-logging.conf dovecot /etc/dovecot/conf.d/10-mail.conf dovecot /etc/dovecot/conf.d/10-master.conf dovecot /etc/dovecot/conf.d/10-ssl.conf dovecot /etc/dovecot/conf.d/15-lda.conf dovecot /etc/dovecot/conf.d/15-mailboxes.conf dovecot /etc/dovecot/conf.d/20-imap.conf dovecot /etc/dovecot/conf.d/20-lmtp.conf dovecot /etc/dovecot/conf.d/20-pop3.conf dovecot /etc/dovecot/conf.d/90-acl.conf dovecot /etc/dovecot/conf.d/90-plugin.conf dovecot /etc/dovecot/conf.d/90-quota.conf dovecot /etc/dovecot/conf.d/auth-checkpassword.conf.ext dovecot /etc/dovecot/conf.d/auth-deny.conf.ext dovecot /etc/dovecot/conf.d/auth-ldap.conf.ext dovecot /etc/dovecot/conf.d/auth-master.conf.ext dovecot /etc/dovecot/conf.d/auth-passwdfile.conf.ext dovecot /etc/dovecot/conf.d/auth-sql.conf.ext dovecot /etc/dovecot/conf.d/auth-static.conf.ext dovecot /etc/dovecot/conf.d/auth-system.conf.ext dovecot /etc/dovecot/conf.d/auth-vpopmail.conf.ext dovecot /etc/dovecot/dovecot.conf dovecot /etc/pki/dovecot dovecot /etc/pki/dovecot/certs dovecot /etc/pki/dovecot/certs/dovecot.pem dovecot /etc/pki/dovecot/dovecot-openssl.cnf dovecot /etc/pki/dovecot/private dovecot /etc/pki/dovecot/private/dovecot.pem dovecot /etc/tmpfiles.d/dovecot.conf dovecot /usr/bin/doveadm dovecot /usr/bin/doveconf dovecot /usr/bin/dsync dovecot /usr/lib/systemd/system/dovecot.service dovecot /usr/lib64/dovecot dovecot /usr/lib64/dovecot/auth dovecot /usr/lib64/dovecot/auth/libauthdb_imap.so dovecot /usr/lib64/dovecot/dict dovecot /usr/lib64/dovecot/doveadm dovecot /usr/lib64/dovecot/doveadm/lib10_doveadm_acl_plugin.so dovecot /usr/lib64/dovecot/doveadm/lib10_doveadm_expire_plugin.so dovecot /usr/lib64/dovecot/doveadm/lib10_doveadm_quota_plugin.so dovecot /usr/lib64/dovecot/doveadm/lib20_doveadm_fts_plugin.so dovecot /usr/lib64/dovecot/lib01_acl_plugin.so dovecot /usr/lib64/dovecot/lib02_imap_acl_plugin.so dovecot /usr/lib64/dovecot/lib02_lazy_expunge_plugin.so dovecot /usr/lib64/dovecot/lib05_pop3_migration_plugin.so dovecot /usr/lib64/dovecot/lib05_snarf_plugin.so dovecot /usr/lib64/dovecot/lib10_quota_plugin.so dovecot /usr/lib64/dovecot/lib11_imap_quota_plugin.so dovecot /usr/lib64/dovecot/lib11_trash_plugin.so dovecot /usr/lib64/dovecot/lib15_notify_plugin.so dovecot /usr/lib64/dovecot/lib20_autocreate_plugin.so dovecot /usr/lib64/dovecot/lib20_expire_plugin.so dovecot /usr/lib64/dovecot/lib20_fts_plugin.so dovecot /usr/lib64/dovecot/lib20_listescape_plugin.so dovecot /usr/lib64/dovecot/lib20_mail_log_plugin.so dovecot /usr/lib64/dovecot/lib20_mailbox_alias_plugin.so dovecot /usr/lib64/dovecot/lib20_replication_plugin.so dovecot /usr/lib64/dovecot/lib20_virtual_plugin.so dovecot /usr/lib64/dovecot/lib21_fts_squat_plugin.so dovecot /usr/lib64/dovecot/lib90_stats_plugin.so dovecot /usr/lib64/dovecot/lib95_imap_stats_plugin.so dovecot /usr/lib64/dovecot/libdovecot-lda.so.0 dovecot /usr/lib64/dovecot/libdovecot-lda.so.0.0.0 dovecot /usr/lib64/dovecot/libdovecot-login.so.0 dovecot /usr/lib64/dovecot/libdovecot-login.so.0.0.0 dovecot /usr/lib64/dovecot/libdovecot-sql.so.0 dovecot /usr/lib64/dovecot/libdovecot-sql.so.0.0.0 dovecot /usr/lib64/dovecot/libdovecot-ssl.so.0 dovecot /usr/lib64/dovecot/libdovecot-ssl.so.0.0.0 dovecot /usr/lib64/dovecot/libdovecot-storage.so.0 dovecot /usr/lib64/dovecot/libdovecot-storage.so.0.0.0 dovecot /usr/lib64/dovecot/libdovecot.so.0 dovecot /usr/lib64/dovecot/libdovecot.so.0.0.0 dovecot /usr/libexec/dovecot dovecot /usr/libexec/dovecot/aggregator dovecot /usr/libexec/dovecot/anvil dovecot /usr/libexec/dovecot/auth dovecot /usr/libexec/dovecot/checkpassword-reply dovecot /usr/libexec/dovecot/config dovecot /usr/libexec/dovecot/decode2text.sh dovecot /usr/libexec/dovecot/deliver dovecot /usr/libexec/dovecot/dict dovecot /usr/libexec/dovecot/director dovecot /usr/libexec/dovecot/dns-client dovecot /usr/libexec/dovecot/doveadm-server dovecot /usr/libexec/dovecot/dovecot-lda dovecot /usr/libexec/dovecot/gdbhelper dovecot /usr/libexec/dovecot/imap dovecot /usr/libexec/dovecot/imap-login dovecot /usr/libexec/dovecot/indexer dovecot /usr/libexec/dovecot/indexer-worker dovecot /usr/libexec/dovecot/ipc dovecot /usr/libexec/dovecot/lmtp dovecot /usr/libexec/dovecot/log dovecot /usr/libexec/dovecot/maildirlock dovecot /usr/libexec/dovecot/mkcert.sh dovecot /usr/libexec/dovecot/pop3 dovecot /usr/libexec/dovecot/pop3-login dovecot /usr/libexec/dovecot/rawlog dovecot /usr/libexec/dovecot/replicator dovecot /usr/libexec/dovecot/script dovecot /usr/libexec/dovecot/script-login dovecot /usr/libexec/dovecot/ssl-params dovecot /usr/libexec/dovecot/stats dovecot /usr/libexec/dovecot/xml2text dovecot /usr/sbin/dovecot dovecot /usr/share/doc/dovecot-2.1.12 dovecot /usr/share/doc/dovecot-2.1.12/AUTHORS dovecot /usr/share/doc/dovecot-2.1.12/COPYING dovecot /usr/share/doc/dovecot-2.1.12/COPYING.LGPL dovecot /usr/share/doc/dovecot-2.1.12/COPYING.MIT dovecot /usr/share/doc/dovecot-2.1.12/ChangeLog dovecot /usr/share/doc/dovecot-2.1.12/NEWS dovecot /usr/share/doc/dovecot-2.1.12/README dovecot /usr/share/doc/dovecot-2.1.12/documentation.txt dovecot /usr/share/doc/dovecot-2.1.12/dovecot-openssl.cnf dovecot /usr/share/doc/dovecot-2.1.12/example-config dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/10-auth.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/10-director.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/10-logging.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/10-mail.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/10-master.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/10-ssl.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/15-lda.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/15-mailboxes.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/20-imap.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/20-lmtp.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/20-pop3.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/90-acl.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/90-plugin.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/90-quota.conf dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-checkpassword.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-deny.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-ldap.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-master.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-passwdfile.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-sql.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-static.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-system.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/conf.d/auth-vpopmail.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/dovecot-db.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/dovecot-dict-sql.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/dovecot-ldap.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/dovecot-sql.conf.ext dovecot /usr/share/doc/dovecot-2.1.12/example-config/dovecot.conf dovecot /usr/share/doc/dovecot-2.1.12/mkcert.sh dovecot /usr/share/doc/dovecot-2.1.12/solr-schema.xml dovecot /usr/share/doc/dovecot-2.1.12/wiki dovecot /usr/share/doc/dovecot-2.1.12/wiki/ACL.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AixPluginsSupport.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.CheckPassword.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.Dict.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.LDAP.AuthBinds.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.LDAP.PasswordLookups.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.LDAP.Userdb.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.LDAP.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.Passwd.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.PasswdFile.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.SQL.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.VPopMail.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/AuthDatabase.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.Caching.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.Kerberos.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.MasterUsers.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.Mechanisms.DigestMD5.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.Mechanisms.NTLM.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.Mechanisms.Winbind.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.Mechanisms.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.MultipleDatabases.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.PasswordSchemes.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.RestrictAccess.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Authentication.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/BasicConfiguration.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Chrooting.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Clients.NegativeUIDs.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Clients.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/CompilingSource.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Debugging.Authentication.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Debugging.ProcessTracing.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Debugging.Rawlog.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Debugging.Thunderbird.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Arrays.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.AuthProcess.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.AuthProtocol.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Buffers.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Dsync.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Indexes.Cache.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Indexes.MailIndexApi.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Indexes.MainIndex.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Indexes.TransactionLog.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Indexes.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.InputStreams.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.MailProcess.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Memory.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.OutputStreams.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Plugins.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Processes.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.ErrorHandling.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.Mail.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.MailNamespace.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.MailStorage.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.MailUser.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.Mailbox.Save.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.Mailbox.Search.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.Mailbox.Sync.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.Mailbox.Transaction.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.Mailbox.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.MailboxList.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Storage.Plugins.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.Strings.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Design.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Dict.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Director.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/DomainLost.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Errors.ChgrpNoPerm.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/FindMailLocation.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/FinishBasicConfiguration.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/HowTo.EximAndDovecotSASL.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/HowTo.ImapcProxy.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/HowTo.PopBSMTPAndDovecot.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/HowTo.PopRelay.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/HowTo.PostfixAndDovecotSASL.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/HowTo.Rootless.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/HowTo.SimpleVirtualInstall.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/HowTo.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/IndexFiles.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/LDA.Exim.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/LDA.Indexing.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/LDA.Postfix.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/LDA.Qmail.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/LDA.Sendmail.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/LDA.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/LMTP.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Logging.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/LoginProcess.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MDA.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MTA.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailLocation.LocalDisk.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailLocation.Maildir.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailLocation.SharedDisk.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailLocation.dbox.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailLocation.mbox.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailLocation.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailboxFormat.Cydir.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailboxFormat.MH.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailboxFormat.Maildir.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailboxFormat.dbox.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailboxFormat.mailstore.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailboxFormat.mbox.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailboxFormat.mbx.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MailboxFormat.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MboxChildFolders.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MboxLocking.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MboxProblems.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.BincIMAP.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.Courier.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.Cyrus.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.Dsync.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.Linuxconf.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.MailFormat.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.Online.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.Teapop.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.UW.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.Vm-pop3d.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Migration.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/MissingMailboxes.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Mountpoints.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/NFS.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Namespaces.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/OSCompatibility.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/POP3Server.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.BSDAuth.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.ExtraFields.AllowNets.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.ExtraFields.Host.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.ExtraFields.NoDelay.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.ExtraFields.NoLogin.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.ExtraFields.Proxy.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.ExtraFields.User.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.ExtraFields.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.IMAP.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.PAM.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.Shadow.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.Static.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PasswordDatabase.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PerformanceTuning.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Installation.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.ManageSieve.Clients.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.ManageSieve.Configuration.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.ManageSieve.Install.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.ManageSieve.Troubleshooting.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.ManageSieve.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Configuration.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Examples.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Extensions.SpamtestVirustest.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Extensions.Vacation.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Extensions.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Plugins.Extdata.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Plugins.Extprograms.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Plugins.Pipe.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Plugins.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Troubleshooting.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.Usage.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.Sieve.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Pigeonhole.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Autocreate.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Compress.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Expire.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.FTS.Lucene.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.FTS.Solr.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.FTS.Squat.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.FTS.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Lazyexpunge.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Listescape.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.MailLog.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Notify.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Snarf.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Trash.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Virtual.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.Zlib.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Plugins.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PostLoginScripting.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/PreAuth.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/QuickConfiguration.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Quota.Configuration.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Quota.Dict.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Quota.Dirsize.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Quota.FS.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Quota.Maildir.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Quota.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/RunningDovecot.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SSL.CertificateClientImporting.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SSL.CertificateCreation.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SSL.DovecotConfiguration.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SSL.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Sasl.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SecurityTuning.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Services.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SharedMailboxes.Permissions.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SharedMailboxes.Public.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SharedMailboxes.Shared.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SharedMailboxes.Symlinks.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SharedMailboxes.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Statistics.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/SystemUsers.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/TestInstallation.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/TestPop3Installation.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/TimeMovedBackwards.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Upgrading.1.0.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Upgrading.1.1.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Upgrading.1.2.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Upgrading.2.0.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Upgrading.2.1.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Upgrading.2.2.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Upgrading.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/UserDatabase.ExtraFields.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/UserDatabase.NSS.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/UserDatabase.Prefetch.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/UserDatabase.Static.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/UserDatabase.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/UserIds.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/Variables.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/VirtualUsers.Home.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/VirtualUsers.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/WhyDoesItNotWork.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/maildrop.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/mutt.txt dovecot /usr/share/doc/dovecot-2.1.12/wiki/uw2dovecot.sh.txt dovecot /usr/share/man/man1/deliver.1.gz dovecot /usr/share/man/man1/doveadm-altmove.1.gz dovecot /usr/share/man/man1/doveadm-auth.1.gz dovecot /usr/share/man/man1/doveadm-config.1.gz dovecot /usr/share/man/man1/doveadm-director.1.gz dovecot /usr/share/man/man1/doveadm-dump.1.gz dovecot /usr/share/man/man1/doveadm-expunge.1.gz dovecot /usr/share/man/man1/doveadm-fetch.1.gz dovecot /usr/share/man/man1/doveadm-force-resync.1.gz dovecot /usr/share/man/man1/doveadm-help.1.gz dovecot /usr/share/man/man1/doveadm-import.1.gz dovecot /usr/share/man/man1/doveadm-index.1.gz dovecot /usr/share/man/man1/doveadm-instance.1.gz dovecot /usr/share/man/man1/doveadm-kick.1.gz dovecot /usr/share/man/man1/doveadm-log.1.gz dovecot /usr/share/man/man1/doveadm-mailbox.1.gz dovecot /usr/share/man/man1/doveadm-mount.1.gz dovecot /usr/share/man/man1/doveadm-move.1.gz dovecot /usr/share/man/man1/doveadm-penalty.1.gz dovecot /usr/share/man/man1/doveadm-purge.1.gz dovecot /usr/share/man/man1/doveadm-pw.1.gz dovecot /usr/share/man/man1/doveadm-quota.1.gz dovecot /usr/share/man/man1/doveadm-reload.1.gz dovecot /usr/share/man/man1/doveadm-search.1.gz dovecot /usr/share/man/man1/doveadm-stop.1.gz dovecot /usr/share/man/man1/doveadm-user.1.gz dovecot /usr/share/man/man1/doveadm-who.1.gz dovecot /usr/share/man/man1/doveadm.1.gz dovecot /usr/share/man/man1/doveconf.1.gz dovecot /usr/share/man/man1/dovecot-lda.1.gz dovecot /usr/share/man/man1/dovecot.1.gz dovecot /usr/share/man/man1/dsync.1.gz dovecot /usr/share/man/man5/dovecot.conf.5.gz dovecot /usr/share/man/man7/doveadm-search-query.7.gz dovecot /var/lib/dovecot
participants (4)
-
Bob Miller
-
Charles Marcus
-
Christian Guastella
-
Reindl Harald