Displaying 20 results from an estimated 22 matches for "compilingsourc".
Did you mean:
compilingsource
2019 Aug 29
1
download Dovecot
....org/FrontPage?action=show&redirect=PageD%27Accueil#Dovecot_Wiki_Contents
https://wiki2.dovecot.org/FrontPage?action=show&redirect=PageD%27Accueil#Dovecot_installation
I have to compile to install in Terminal Application?
./configure
make
sudo make install
in
https://wiki2.dovecot.org/CompilingSource#Compiling_Dovecot_From_Sources
without reference for dovecot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190829/b8636217/attachment.html>
2017 Jan 12
2
doveadm mailbox cryptokey - not found
...;user>|-A] [-S <socket_path>] [-s] [-g <guid>] <mailbox> [...]
delete [-u <user>|-A] [-S <socket_path>] [-e] [-r] [-s] [-Z] <mailbox> [...]
......
What is the problem?
------------------------------------------------
Install: http://wiki2.dovecot.org/CompilingSource#Compiling_Dovecot_From_Sources :
./configure && make && sudo make install
# dovecot -n
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# OS: Linux 4.4.38-std-def-alt0.M80P.1 x86_64 ALT starter kit (Hypericum)
mail_location = mbox:~/mail:INBOX=/var/mail/%u
mbox_write_locks = fcntl
na...
2007 Mar 30
2
[PATCH] Split sql drivers from lib-sql to plugins
Hi,
in order to solve rhbz#170960 [1], I split the sql drivers to plugins so that
they are loaded dynamically and can be split to separate packages.
[1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=170960
The patches are here:
[2] http://people.redhat.com/tjanouse/dovecot/145241/dovecot-1.0-split.patch
[3] http://people.redhat.com/tjanouse/dovecot/145241/dovecot-trunk-split.patch
(mv
2013 Jan 11
4
Define custom ldap libraries when building Dovecot
Hello,
I would like to compile Dovecot using custom ldap libraries, located at
a particular custom system location.
How should I alter the config process to specify that the include dir is
"/usr/local/openldap/include" and the lib dir is
"/usr/local/openldap/lib64" and not the standard ones (/usr/include/ and
/usr/lib64/ respectively) on RHEL/CentOS 5 (x86_64). Note that
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
hi,
i'm doing a 1st build of dovecot in a freebsd 62R jail.
following instructions at
http://wiki.dovecot.org/CompilingSource
./configure
make
sudo make install
after an OK 'configure', @ 'make', i get
make
make all-recursive
Making all in src
Making all in lib
make: don't know how to make unicodemap.c. Stop
*** Error code 1
Stop in /s/usr-local/build/dovecot/dovecot/src.
*** Error...
2010 Jul 04
5
dovecot-1.2.12 fails to build on Solaris 8 and 10
configure fails with :
configure: error: Unsupported off_t type
I am not too sure what off_t is needed but this is a pretty standard thing.
My configure line :
./configure --build=i386-pc-solaris2.10 --host=i386-pc-solaris2.10
--prefix=/opt/csw --with-zlib --with-ssl=openssl
--with-storages=mbox,maildir --with-libiconv-prefix=/opt/csw
Yes, the openssl libs are in /opt/csw/lib
Not sure what
2017 Jan 12
0
doveadm mailbox cryptokey - not found
...>] [-s] [-g <guid>] <mailbox> [...]
> delete [-u <user>|-A] [-S <socket_path>] [-e] [-r] [-s] [-Z] <mailbox> [...]
> ......
>
> What is the problem?
>
> ------------------------------------------------
> Install: http://wiki2.dovecot.org/CompilingSource#Compiling_Dovecot_From_Sources :
> ./configure && make && sudo make install
>
> # dovecot -n
> # 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
> # OS: Linux 4.4.38-std-def-alt0.M80P.1 x86_64 ALT starter kit (Hypericum)
> mail_location = mbox:~/mail:INBOX=/var/mail/%...
2018 Mar 20
0
Compiling from sources and security contexts (dovecot_selinux)
Hi,
installation by prebuilt binaries creates security contexts on each file
(as shown here https://linux.die.net/man/8/dovecot_selinux) so that dovecot
integrates perfectly in SELinux.
I've compiled instead from sources (as described here
https://wiki2.dovecot.org/CompilingSource) and i'd like to know how create
same security contexts of prebuilt binaries to have an identical behaviour
in SELinux.
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180320/f663a163/attachment....
2019 Mar 12
2
flags not synced correctly with dovecot sync (dsync)
...39;m attaching the patch here, so it is in this thread as well.
A couple of questions before I test this:
- Do I need the patch on the remote end of the sync, or the local end,
or both?
- Does it make sense to try it based on the master-2.3 branch from git?
Following https://wiki.dovecot.org/CompilingSource ?
I'll report back once I've tested it.
Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2656.patch
Type: text/x-diff
Size: 1225 bytes
Desc: not available
URL: <https://dovecot.org/pipermail/dovecot/attachments/20190312/e3ea33fb/attachment.bin&...
2004 Sep 29
0
Documentation
I just wrote two "new user documentation" pages to wiki:
http://wiki.dovecot.org/moin.cgi/CompilingSource
http://wiki.dovecot.org/moin.cgi/BasicInstall
Do you think they are easy enough to understand? Did I miss something?
Feel free to edit them directly :)
Next should probably come:
- Mailbox formats fully explained
- Performance tuning
-------------- next part --------------
A non-text attac...
2006 Jul 28
1
Quota with dict backend - sql does not get registered
...dule and is working perfectly,
so I know that the module and db are talking in general.
I've scoured the documentation and dug through the code but I can't seem
to discover the solution. There is "Dynamic SQL drivers" in the
compiling from source section:
http://wiki.dovecot.org/CompilingSource#line-158
I compiled the driver_mysql.so, copied it to lib/dovecot/, symlinked it
into auth/, imap/, pop3/ and lda/, then tried-- but it still only showed
"proxy" as being loaded. After that I added it to the mail_plugins list,
mail_plugins = driver_mysql quota
but it didn't like t...
2013 Jun 14
1
[Dovcot 2.2.2] Q: Prequisits for compiling and plugins
Hi
Where can i find the list of prerequisites for compiling dovocot 2.2.2
form the sources, is there a dedicated link or what terms i should best
use to search the archives of this mailing list, the documentation or
the web?
Where do I find information (links or search terms) whether plugins
available for 1.x 2.1.x series, especially the metadata plugin, are
still needed for 2.2.2 or may even
2012 Aug 24
1
Vpopmail Dynamic Authentication Module
...mail for e-mail and are looking to switch
from courier-imap to dovecot for IMAP on our RedHat EL 5 systems. Our goal
is to use the dovecot RPM supplied by RH (v1.0.7) if at all possible. We
can do this if we are able to dynamically load the vpopmail auth module.
The wiki (http://wiki.dovecot.org/CompilingSource) notes that this should
be possible:
Dovecot can also dynamically load authentication modules from the
$prefix/lib/dovecot/auth/ directory. Binary packages builders should use
them for authentication modules which require external libraries (e. g.
LDAP and vpopmail). There is no standard way to b...
2006 Jan 23
1
Compiling Dovecot with-notify=inotify
Hi,
I'm trying to compile Dovecot beta2 with inotify support, but this is
unsuccessfull.
First, it seems that the configure script is looking for inotify.h in
/usr/include/sys, whereas it is in /usr/include/linux on my Debian Sarge
system. But that's a minor point, let's make a symlink.
% dpkg -S /usr/include/linux/inotify.h
linux-kernel-headers: /usr/include/linux/inotify.h
% dpkg
2007 Jun 01
1
Error starting dovecot 1.0.0 /var/run/dovecot/auth-master failed: No such file or directory
...1 20:30:16 foo dovecot: auth(default):
net_listen_unix(/var/run/dovecot/auth-master) failed: No such file or
directory
Jun 1 20:30:16 foo dovecot: Auth process died too early - shutting down
Jun 1 20:30:16 foo dovecot: child 9760 (auth) returned error 89
I've read the http://wiki.dovecot.org/CompilingSource but am stuck now
with this issue.
i also googled around a bit but could get any more information about
this problem.
any help is appreciated.
thanks in advance.
yashesh bhatia.
----------------------------------------------------------------
Go Pre
http://www2.localaccess.com/rlalonde/pre.htm
-...
2014 Jan 13
1
Couldn't drop privileges
Hi All,
I have configured the dovecot from sources based on the instructions in the
following link.
http://wiki2.dovecot.org/CompilingSource
Tried to test the installation:
1. Started dovecot successfully.
2. Failed to Login command with an error.
-Lenovo-G500s:~$ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDL...
2010 Apr 20
3
dovecot2 beta and gcc3(?) - compile problem
Hello,
try to compile current dovecot2 beta on older machine with gcc 3.3
Compiling results in error:
libtool: link:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -o .libs/imap-login
client.o client-authenticate.o imap-login-settings.o imap-proxy.o
../../src/login-common/.libs/libdovecot-login.so
2005 Jan 16
1
Dovecot + Xmail Setup Howto
...this. (this is for dovecot 99.X and Xmail
1.X >= 1.17)
(in dovecot 1.0 it'll able to auth against Xmail via a auth script. aka
You'll only need to have 1 user account databases, XMAIL's YAY !!!)
Steps:
1. Install Dovecot. (rpm or Source)
>From Source : http://wiki.dovecot.org/CompilingSource
>From RPM : http://wiki.dovecot.org/PrebuiltBinaries
2. Edit config (my's listed below)
CODE
base_dir = /var/run/dovecot/
imap_listen = *
pop3_listen = *
info_log_path = /var/log/dovecot
login_dir = /var/run/dovecot/login
login = imap
login_executable = /usr/libexec/dovecot/imap-login
log...
2019 Feb 19
2
flags not synced correctly with dovecot sync (dsync)
Dan Christensen via dovecot wrote:
> I should add that these problems arise frequently in practice, even if
> changes are only being made on a single machine, e.g. laptop1. Flag
> changes on laptop1 propagate to server, but then are reverted on server
> when laptop2 syncs with server, and then are reverted on laptop1 when it
> syncs again with server. If I redo the flag changes on
2007 Feb 21
2
Dovecot on Solaris x86?
I'm trying to get dovecot working on Solaris x86. I've got it
working just fine on RH Desktop 4; and while I have a built, limping
version on solx86, it's not actually usable except from other solx86
systems.
Basic details:
Version 1.0rc23
OS Solaris x86 (64 bit)
CPU Opteron
Filesystem NFS (but it's