From owner-freebsd-isp@FreeBSD.ORG Sat May 3 16:56:42 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5607337B401 for ; Sat, 3 May 2003 16:56:42 -0700 (PDT) Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE1E743FBD for ; Sat, 3 May 2003 16:56:40 -0700 (PDT) (envelope-from freebsd@alm.xs4all.nl) Received: from alm.xs4all.nl (alm.xs4all.nl [213.84.122.28]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with SMTP id h43Nucc2049901 for ; Sun, 4 May 2003 01:56:39 +0200 (CEST) Received: (qmail 18393 invoked by uid 1000); 3 May 2003 23:56:38 -0000 Date: Sun, 4 May 2003 01:56:38 +0200 From: Alson van der Meulen To: David Babler Message-ID: <20030503235638.GC2853@alm.xs4all.nl> References: <20030503160901.M43544@rigel.orionsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030503160901.M43544@rigel.orionsys.com> User-Agent: Mutt/1.4.1i cc: freebsd-isp@freebsd.org Subject: Re: Email migration from VopMail X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2003 23:56:42 -0000 * David Babler [2003-05-04 01:34]: > I have a customer who wants to move his dialup customers (600+ accounts) > from VopMail on Windows 2000 to Unix. So far, so good. Unfortunately, he > has all of his customers configured with a non-standard setup that > VopMail supports for virtual domains, though 98% of them are in the real > domain. Specifically he has them all set up to present a "username" as > 'user@example.com', the same as their realmed dialup login. Vpopmail: http://inter7.com/vpopmail.html should be able to do what you want, it supports usernames like 'user@domain'. It's designed to work with the qmail MTA, but the website explains how to make it work with postfix. It's in the ports under mail/vpopmail-stable. > He needs SMTP, ASMTP, POP3 and IMAP. He DOES NOT want to have to have > any customers change their setups or email addresses and I am having a > devil of a time explaining how non-standard VopMail is. Does anybody > know of any way that sendmail or postfix and anybody's POP3 and IMAP can > be forced into authenticating with such a non-standard login? SMTP will obviously be handled by sendmail/postfix. Since courier-imap is listed as compatible with vpopmail, I assume you can use it for POP3 and IMAP. The only disadvantage is that vpopmail is designed to work with qmail, so it uses the same tools and syntax (tcpserver, /var/qmail/control). For ASMTP, look under SASL on http://www.postfix.org/docs.html. I assume this can be done with sendmail too, but I'm not sure whether sendmail works with vpopmail. HTH, Alson