[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: imap proxy



On Mon, Jul 07, 2003 at 03:25:24PM -0000, Kabagambe Kenneth wrote:
> Does anyone know an imap proxy that can be used with freebsd? all existing
> ones seem to for linux.

Which ones did you try? Linux and FreeBSD are sufficiently similar that code
for one is likely to run under the other, especially if it uses
"./configure" (autoconf)

Try 'perdition' - it's in the ports collection so you should just be able to
pull the pre-compiled package off an FTP server, or do

  # cd /usr/ports/mail/perdition
  # make install

If you are compiling from source, you might find that you need to use
'gmake' instead of 'make', and you might also need to give an explicit path
to the local libraries:

  $ CPPFLAGS=-I/usr/local/include; export CPPFLAGS
  $ LDFLAGS=-L/usr/local/lib; export LDFLAGS
  $ ./configure
  $ gmake

Regards,

Brian.

-----
This is the afnog mailing list, managed by Majordomo 1.94.5

To send a message to this list, e-mail afnog at afnog.org
To send a request to majordomo, e-mail majordomo at afnog.org and put
your request in the body of the message (i.e use "help" for help)

This list is maintained by owner-afnog at afnog.org