Postfix problems

Discussion in 'Server Operation' started by nenad, Nov 22, 2005.

  1. falko

    falko Super Moderator ISPConfig Developer

    Do you maybe have server2 in /etc/postfix/local-host-names?
     
  2. nenad

    nenad ISPConfig Developer ISPConfig Developer

    No. There isn't.
     
  3. falko

    falko Super Moderator ISPConfig Developer

    What's in /etc/hostname? What's the output of
    Code:
    dig -x <your IP address>
    ?
     
  4. nenad

    nenad ISPConfig Developer ISPConfig Developer

    web-hosting-solutions:~# dig -x 87.116.136.92

    ; <<>> DiG 9.2.4 <<>> -x 87.116.136.92
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15914
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

    ;; QUESTION SECTION:
    ;92.136.116.87.in-addr.arpa. IN PTR

    ;; ANSWER SECTION:
    92.136.116.87.in-addr.arpa. 42296 IN PTR web-hosting-solutions.biz.

    ;; AUTHORITY SECTION:
    136.116.87.in-addr.arpa. 80330 IN NS dns1.sbb.co.yu.
    136.116.87.in-addr.arpa. 80330 IN NS dns2.sbb.co.yu.

    ;; ADDITIONAL SECTION:
    dns1.sbb.co.yu. 86400 IN A 82.117.194.2
    dns2.sbb.co.yu. 86400 IN A 82.117.194.3

    ;; Query time: 10 msec
    ;; SERVER: 192.168.123.254#53(192.168.123.254)
    ;; WHEN: Sat May 6 11:57:40 2006
    ;; MSG SIZE rcvd: 162
    ---------------------------------------------------------------------
    /etc/hostname

    web-hosting-solutions.biz
     
  5. falko

    falko Super Moderator ISPConfig Developer

    Looks ok. Please check all your configuration files for server2 again.
     
  6. nenad

    nenad ISPConfig Developer ISPConfig Developer

    Is there somewhere list of all configuration files used by ISPConfig?
    and Debian?
    (On FedoraCore there's one more file which took me 1 day to find out reding forums)
     
  7. nenad

    nenad ISPConfig Developer ISPConfig Developer

    I have two servers.
    On server1 I just reinstalled OS (Debian Sarge) and ISPConfig (2.2.2)
    I installed MySQL 4.1. I am using UTF-8.

    I created website 1 minute ago. I created webuser too.

    I can't login into webmiau. It complains that passw/user is not valid?


    Now I even installed courier. Some problem. Can't login
    -----------------------------------------------------
    NOTE:I CAN send e-mails? Through email client. It CAN login into SMTP account, but CAN NOT login into pop3 account?
    -----------------------------------------------------
    There was a problem logging onto your mail server. Your Password was rejected. Account: 'Nenad Bulatovic (WebHosting)', Server: 'mail.web-hosting-solutions.biz', Protocol: POP3, Server Response: '-ERR Maildir invalid (no 'cur' directory)', Port: 110, Secure(SSL): No, Server Error: 0x800CCC90, Error Number: 0x800CCC92
     
    Last edited: May 6, 2006
  8. nenad

    nenad ISPConfig Developer ISPConfig Developer

    I reinstalled postfix withouth maildir support once again and now there's this error:

    There was a problem logging onto your mail server. Your User Name was rejected. Account: 'Nenad Bulatovic (WebHosting)', Server: 'mail.web-hosting-solutions.biz', Protocol: POP3, Server Response: '-ERR Unknown AUTHORIZATION state command', Port: 110, Secure(SSL): No, Server Error: 0x800CCC90, Error Number: 0x800CCC91
    -----------------------------------------------------------------------------
    When I setup Outlook Express to use port 995 SSL conection I was able to get emails. UebiMiau still don't work, as well as 110 ?
     
    Last edited: May 6, 2006
  9. falko

    falko Super Moderator ISPConfig Developer

    Did you create /etc/c-client.cf, as described on http://www.howtoforge.com/perfect_setup_debian_sarge_p4 ?
     
  10. nenad

    nenad ISPConfig Developer ISPConfig Developer

    Yes, I did.

    What is better or what do you prefer:

    1.Traditional Unix mailbox format or
    2. Maildir support (Courier-IMAP/Courier-POP3) ?
     
  11. falko

    falko Super Moderator ISPConfig Developer

    Use Courier. :)
     
  12. nenad

    nenad ISPConfig Developer ISPConfig Developer

    hmmmm...
    I allready installed withouth it.
    If I try to install courier now, will I mess postfix system?
     
  13. falko

    falko Super Moderator ISPConfig Developer

    No, just do exactly what is written in the tutorial about the Courier installation, that's all. :)
     
  14. nenad

    nenad ISPConfig Developer ISPConfig Developer

    Update:

    If anyone has problems with receiving emails from users originating from same network, they should check that with their ISP.

    In past few months I had such problems and since monday I insisted that hostmaster of my ISP check their DNS services. It turned out that their "routes" were invalid, so their DNS servers were not resolving correctly to my mail servers (for other users of same ISP).

    I think that this is good to know before spending countless hours in reading these forums, complaining to authors of ISPConfig ( :) ) etc.

    Just check with your ISP too ;)
    and use:

    dig @xxx.xxx.xxx.xxx your-domain.name

    where xxx.xxx.xxx.xxx is IP of DNS of your InternetServiceProvider
     
    Last edited: Jul 13, 2006

Share This Page