On Sat, 14 Apr 2018, David J. Weller-Fahy wrote:
the FTP location [1] referenced on github [2], I am prompted for a username
and password. I've tried anonymous, and various combinations thereof, but
nothing allows me to access the release packages.
[1]: ftp://ftp.cyrusimap.org/cyrus-imapd/
[
On Wed, 17 May 2017, Patrick Goetz wrote:
before I start googling, can someone tell me how to disable SSLv3 in
imapd.conf?
Possibly not relevant because of the other post, but the answer is:
man imapd.conf
->
tls_ciphers
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: ht
On Wed, 17 May 2017, Patrick Goetz wrote:
I had to update my mail server for unrelated reasons, after which I
couldn't get cyrus-master to start. It turned out to be related to
ctl_cyrusdb not running because the program was compiled against
libssl.so.1.0 while this library had been upgraded
On Wed, 22 Feb 2017, Paul van der Vlis wrote:
I would change the password and just kill the process the user is
hanging on.
But I don't see the username in "ps aux", how do I know which user hangs
on which process?
With regards,
Paul
See the /var/imap/proc section in doc/install-perf.html u
On Wed, 27 Jul 2016, ellie timoney via Info-cyrus wrote:
This is now on the cyrus-imapd-2.5 and master branches, thanks :)
I ended up tweaking it a little bit:
+if test -n "$ssl_cppflags" -a -n "$ssl_ldflags"; then
+ with_ssl=yes
+fi
with_ssl=yes is now set by the PKG_CONFIG_MO
If you have a source installed OpenSSL under /usr/local/ssl on a 64-bit
system, you probably have /usr/local/ssl/lib64 instead of
/usr/local/ssl/lib
In order for Cyrus IMAP configure to find the libraries, even passing
--with-openssl=/usr/local/ssl to configure, you would need to use
LDFLAGS=
, etc. I also won't have their
passwords, unless I call each one to get it, so doing it myself as each
user would be less than convenient.
Thanks,
Jason
--
Jason Englander <[EMAIL PROTECTED]>
394F 7E02 C105 7268 777A 3F5A 0AC0 C618 0675 80CA
Cyrus Home Page: http://asg.w
mi) paying attention , you may need to
open up perl/imap/Makefile.PL and add -L/path/to/openssl/lib to the LIBS
part.
Jason
--
Jason Englander <[EMAIL PROTECTED]>
394F 7E02 C105 7268 777A 3F5A 0AC0 C618 0675 80CA
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyru
rypto
/usr/bin/ld: cannot find -lssl
If your OpenSSL is installed under /usr/local/ssl, try:
make all CFLAGS=-O2 LDFLAGS=-L/usr/local/ssl/lib
Jason
--
Jason Englander <[EMAIL PROTECTED]>
394F 7E02 C105 7268 777A 3F5A 0AC0 C618 0675 80CA
---
Cyrus Home Page: http://asg.web.cmu.edu/cyru
(make sure you have:
fud 4201/udp
in /etc/services)
Here's a perl client:
http://englanders.cc/pub/linux/misc/fud.pl
Here's a php client:
http://www.irbs.net/internet/info-cyrus/0207/0155.html
Jason
--
Jason Englander <[EMAIL PROTECTED]>
394F 7E02 C105 7268 777A 3F5A
he module. Won't do you much good with Cyrus.
--
Jason Englander <[EMAIL PROTECTED]>
394F 7E02 C105 7268 777A 3F5A 0AC0 C618 0675 80CA
= part would go in the rc file. )
Jason
--
Jason Englander <[EMAIL PROTECTED]>
394F 7E02 C105 7268 777A 3F5A 0AC0 C618 0675 80CA
ndmail, set up MIMEDefang (www.roaringpenguin.com/mimedefang)
and reject them before they even get to Cyrus.
--
Jason Englander <[EMAIL PROTECTED]>
394F 7E02 C105 7268 777A 3F5A 0AC0 C618 0675 80CA
rr = $imap->create("${mailbox}.${subfolder}");
die "Unable to create ${mailbox}.${subfolder}\n\t$imap->{'Error'}\n" if $err;
One of these days I'll combine all of my little cyrus scripts into one
that uses getopt and subroutines...
--
Jason Englander <[EMAIL
.pem
...and that's about it. I always had on and off trouble with just a plain
old self-signed cert, been doing this since, works great with cyrus and
with sendmail.
Jason
--
Jason Englander
[EMAIL PROTECTED]
t uses hosts.deny/hosts.allow because your Cyrus was built with libwrap.
I think you have to build it with --without-libwrap to ignore them.
Jason
--
Jason Englander
[EMAIL PROTECTED]
o the same thing to cyrus-imapd-2.0.16/perl/sieve/managesieve/Makefile.PL
and then re-run make from the top level directory.
I've had to do this with every build up to and including cyrus imap 2.1.4
even though I do pass --with-openssl=/usr/local/ssl to configure
Jason
--
Jason Englander
[EMAIL PROTECTED]
e, but not
desired.
Thanks,
Jason
--
Jason Englander
[EMAIL PROTECTED]
On Wed, 1 May 2002, Igor Brezac wrote:
> I suspect that you provide a web based access to sieve. You can easily
> develop a web based program that manages access_db map as well.
FEATURE(`access_db', `LDAP') + Net::LDAP and you'd be in business...
Jason
--
Jason Englander
[EMAIL PROTECTED]
t tried it with 2.1.4, but with 2.1.3 this worked for me:
/usr/cyrus/bin/reconstruct -r -f user.jason
--
Jason Englander
[EMAIL PROTECTED]
On Wed, 24 Apr 2002, Bob Finch wrote:
> I've written a sieve extension so you can write something like this:
>
> require [ "spam", "fileinto" ];
> if spam {
> fileinto "spamfolder";
> }
>
> The "spam" test passes the message to spamassassin's spamd. The test
> returns true iff the sp
On Wed, 24 Apr 2002, Rob Siemborski wrote:
> We are testing a combination of SpamAssassin and MimeDefang here at CMU,
> where we just tag spam with a header and allow people to use sieve to do
> what they will with the resulting messages.
I'm doing the same thing at home and at two ISPs and it w
Anyone set this up before? That's what I'm using, but I'd like to get
sendmail either running deliver with lmtp or using the lmtp socket, but
with amavis running on the same box.
Right now I'm looking at zapping amavis from this box, making this box MX
20, setting up an MX 10 to do relay scannin
opened up cyrus-imapd-2.0.14/perl/imap/Makefile.PL and added
-L/usr/local/ssl/lib to LIBS and -I/usr/local/ssl/include/openssl to INC,
then 'perl Makefile.PL ; make ; make install' and it's fine.
Haven't used the Sieve perl stuff yet... but I would imagine it has the
s
24 matches
Mail list logo