Postfix Error

Discussion in 'Installation/Configuration' started by op46, Apr 12, 2007.

  1. op46

    op46 New Member

    Hallo, i have a problem with postfix, Using opneSUSE 10.2 . When I type in:

    telnet localhost 25

    and get back in return:

    Trying 127.0.0.1...
    Connected to localhost
    Escape character is '^]'.

    and thats all where i am wrong ?
     
  2. aogo

    aogo New Member

    You don't seem to get any response, is postfix running?
     
  3. op46

    op46 New Member

    Yes the postfix is running

    See this (Starting mail service (Postfix)) done but i can't see the lines 250-STARTTLS

    and

    250-AUTH,
     
    Last edited: Apr 12, 2007
  4. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/postfix/main.cf? What's the output of
    Code:
    hostname
    and
    Code:
    hostname -f
    ? What's in /etc/hosts and /etc/resolv.conf?
     
  5. op46

    op46 New Member

    In /etc/postfix/main.cf

    myhostname = oknetbg.com i can't see - hostname

    In /etc/hosts is this

    #
    # hosts This file describes a number of hostname-to-address
    # mappings for the TCP/IP subsystem. It is mostly
    # used at boot time, when no name servers are running.
    # On small systems, this file can be used instead of a
    # "named" name server.
    # Syntax:
    #
    # IP-Address Full-Qualified-Hostname Short-Hostname
    #

    127.0.0.1 localhost

    # special IPv6 addresses
    ::1 localhost ipv6-localhost ipv6-loopback

    fe00::0 ipv6-localnet

    ff00::0 ipv6-mcastprefix
    ff02::1 ipv6-allnodes
    ff02::2 ipv6-allrouters
    ff02::3 ipv6-allhosts
    85.187.25.3 oknet.oknetbg.com oknet



    In resolv.conf is only this

    domain oknetbg.com
    nameserver 80.72.64.4
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Code:
    hostname
    and
    Code:
    hostname -f
    are commands that you must run on the command line. Please post their outputs here as well as your full main.cf (without comments).
     

Share This Page