[Ilugc] telnet to postfix by ip address is refused

  • From: lawgon@xxxxxxxxxxxxxxx (kenneth gonsalves)
  • Date: Thu, 29 Sep 2011 14:12:50 +0530

On Thu, 2011-09-29 at 14:02 +0530, Arun Khan wrote:

doesn't work even if firewall is disabled

Does your setup allow relaying?

Better yet post the output of the following:

egrep "^[a-z].*"  /etc/postfix/main.cf   (or whatever is the path name
for your setup) 

[root at xlquest etc]# egrep "^[a-z].*"  /etc/postfix/main.cf
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
mail_owner = postfix
myhostname = xlquest.web
mydomain = xlquest.web
myorigin = $myhostname
myorigin = $mydomain
inet_interfaces = 192.168.1.2,127.0.0.1
inet_interfaces = localhost
inet_protocols = all
mydestination = $myhostname, localhost.$mydomain, localhost
unknown_local_recipient_reject_code = 550
mynetworks = 192.168.1.0/28, 127.0.0.0/8,192.168.0.0/24
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
home_mailbox = Maildir/
debug_peer_level = 2
debugger_command =
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.8.4/samples
readme_directory = /usr/share/doc/postfix-2.8.4/README_FILES

-- 
regards
Kenneth Gonsalves


Other related posts: