From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 06:15:04 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC8D216A4CE for ; Tue, 21 Sep 2004 06:15:04 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA6243D39 for ; Tue, 21 Sep 2004 06:15:04 +0000 (GMT) (envelope-from fatorro@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so1476469rnk for ; Mon, 20 Sep 2004 23:15:00 -0700 (PDT) Received: by 10.38.15.66 with SMTP id 66mr2594426rno; Mon, 20 Sep 2004 23:15:00 -0700 (PDT) Received: by 10.38.78.14 with HTTP; Mon, 20 Sep 2004 23:15:00 -0700 (PDT) Message-ID: <2e5ed0aa04092023152d9eb0e1@mail.gmail.com> Date: Tue, 21 Sep 2004 08:15:00 +0200 From: Fatman To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: linux2BSD Big problem! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fatman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 06:15:04 -0000 We are Trying to migrate a linux mail server to a FreeBsd server. We are using in the Linux mail server sendmail,qpopper & drac, and the BSD server version 5.2.1 uses sendmail 8.13.1, qpopper 4.0.5 & drac. All the aplications was installed by means of ports and work perfectly on bsd for the created local users with of adduser or similar. Well, the problems come when we tried to migrate the users of linux to bsd. We have copied the content of the /var/mail of linux to the /var/mail of bsd, watching which the file that contains the mail of each migrated user has the owner and adapted group, but cradled we tried to read the transferred mail from a server to another one, with qpopper we cannot. If with webmin we tried to see the content of the mail of the user it says to us that the user does not have mail in /var/mail. Remenber that the new mail users who we created directly in bsd they work fine!, we see that when creating a new user is created a file username.pop that is the one that contains the mail of the new users. Because our server of mail is it for several tens of domains also we have copied from the server linux to bsd the virtusertable, mailertable, etc. and executed makemap to regenerate access.db etc. The problem, we understand, is centered in the re-asociation in the server bsd of each user migrated to the file that contains its mail in /var/mail, also migrated, of the server linux that we have described before. Any suggestions? thkx a lot.