E-Mail Proxy?

lewiz purple at lewiz.info
Sat Jul 12 09:32:34 PDT 2003


On Sat, Jul 12, 2003 at 11:49:54AM -0400, Justin P. Michel wrote:
> Is this possible/feasible?  And, which ports should I be looking at?  Even better, if there is a web page with setup info from someone that has already done this, please forward me the URL.

Absolutely, I do this using regular MTA/MDA software.  mail/fetchmail is
the obvious -- this retrieves mail from remote POP/IMAP (lots of
variants) servers and can do many things from there.  I have it reinject
the messages to a local SMTP server, which is considered to treat the
domains as local (this also means that somebody sending mail to a local
recipient does not have the mail travel over the Internet in order to be
received).  Exim or Postfix are good choices, although stock Sendmail
will also do the job.  One note: you must have a local account for each
and every user (I assume you already have this if you are using SAMBA).
You could also use LDAP (with Exim and Postfix, at any rate) instead.

The next issue is the POP/IMAP servers: I use Courier-IMAP (which
provides both POP and IMAP, with optional SSL) -- this is much better
than WU IMAPd -- it supports both Maildir and mbox, as well as having a
smaller footprint.  It is also more configurable (again, LDAP is
supported).

  Hope that's some help,

-lewiz.

P.S.
  A final note: if the remote MUA (e.g. Outlook) is not configured to
leave mail on server you will not have the backup of mail that you
desire.  This can be configured, but a better solution would be to use
IMAP, where all mail is left on server.

-- 
Overload -- core meltdown sequence initiated.
------------------------------------------------------------------------
-| msn:purple at lewiz.net | jab:lewiz at jabber.org | url:http://lewiz.net |-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20030712/ebdd4b56/attachment.bin


More information about the freebsd-questions mailing list