PDA

View Full Version : Postfix Error


op46
12th April 2007, 17:14
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 ?

aogo
12th April 2007, 18:16
You don't seem to get any response, is postfix running?

op46
12th April 2007, 18:25
Yes the postfix is running

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

and

250-AUTH,

falko
13th April 2007, 16:21
What's in /etc/postfix/main.cf? What's the output of hostname and hostname -f? What's in /etc/hosts and /etc/resolv.conf?

op46
14th April 2007, 12:39
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

falko
14th April 2007, 15:34
hostname and 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).