Mail Server

Discussion in 'Installation/Configuration' started by wabz, Jul 30, 2009.

  1. wabz

    wabz New Member

    Hi

    I need help with postfix. I have a mail server installed on suse 11.1 and configured to receive email from my isp. Initially users where configured on the server and outlook could log in with there credentials and pick mail that was stored there. The system hard drive crashed and a new installation had to be done. Postfix has been installed now i am wondering how to go about with the business of configuring users to access mail because whenever i use outlook it say

    "There was a problem loggin onto you mail server. Your Username or Password was rejected. Server response:'-ERR login failed.'."

    How do i configure the user to be authenticated and login onto the server using outlook?

    Best regards
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Any errors in your mail log?
     
  3. wabz

    wabz New Member

    Mail error

    Aug 3 10:38:15 mail postfix/trivial-rewrite[5575]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Aug 3 10:38:15 mail postfix/cleanup[5576]: warning: database /etc/postfix/sender_canonical.db is older than source file /etc/postfix/sender_canonical
    Aug 3 10:38:15 mail postfix/cleanup[5576]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Aug 3 10:38:17 mail postfix/local[5577]: warning: database /etc/aliases.db is older than source file /etc/aliases
    Aug 3 10:45:56 mail postfix/smtpd[6166]: warning: database /etc/aliases.db is older than source file /etc/aliases
    Aug 3 10:45:56 mail postfix/smtpd[6166]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Aug 3 10:46:36 mail postfix/smtpd[6168]: warning: database /etc/aliases.db is older than source file /etc/aliases
    Aug 3 10:46:36 mail postfix/smtpd[6168]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Aug 3 10:46:45 mail postfix/trivial-rewrite[6170]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Aug 3 10:46:46 mail postfix/cleanup[6171]: warning: database /etc/postfix/sender_canonical.db is older than source file /etc/postfix/sender_canonical
    Aug 3 10:46:46 mail postfix/cleanup[6171]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
    Aug 3 10:46:50 mail postfix/local[6172]: warning: database /etc/aliases.db is older than source file /etc/aliases
    Aug 3 10:46:50 mail postfix/local[6172]: warning: maildir access problem for UID/GID=1003/100: create maildir file /home/husseinasha/Maildir/tmp/1249285610.P6172.mail: Permission denied
    Aug 3 10:46:50 mail postfix/local[6172]: warning: perhaps you need to create the maildirs in advance

    I created the Maildir folder and even used this command

    mkdir -p /etc/skel/Maildir
     
    Last edited: Aug 3, 2009
  4. falko

    falko Super Moderator Howtoforge Staff

    Please run
    Code:
    postmap /etc/postfix/virtual
    newaliases 
    /etc/init.d/postfix restart
    You don't have to create Maildir manually - it is created automatically when the first email for that account arrives.
     

Share This Page