> I ran into big trouble during my migration from Linux to FreeBSD.
> vpopmail on the FreeBSD box seems to work ok (however, smtp is not
> working correctly yet, it basically just doesn't let me connect to the
> smtp port): when I add a new domain and set a password for the
> postmaster account, I can log in without any problems. But if I
> scp a domain dir from the Linux server and store it in
> /home/vpopmail/domains, I can't login to any of the accounts of that
> domain. I tryed with and without scp'ing /var/qmail/controls/*...
> What else do I need to consider here (for some reasons, I can't see
> anything in /var/log/messages even if I set --enable-logging=y)?
Addendum: If I set a new password for an existing account, I can login. This
brings me the feeling that there's something wrong with the encryption
during the password check. As recommended for people migrating from
Linux to FreeBSD, I've installed the crypto package for FreeBSD and
and AFAIK it should use standard crypt() now (vanilla FreeBSD uses md5
instead of DES).
# perl -e "print crypt('cleartextpw', 'encryptedpw')
returns exactly the encrypted password so I'd gguess it's working.
Best regards,
Gabriel