v902
January 9th, 2004, 01:13
I'm getting off my lazy butt and again trying to get an MTA up, bassicly I'm using the postfix1 port on FreeBSD, postfix starts but it doesn't bind, ie I can telnet to port 25, but whatever I send (HELO, EHLO, etc.) doesn't work, I am root, this is my postconf -n output:
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
header_checks = regexp:/usr/local/etc/postfix/header_checks
home_mailbox = Maildir/
local_destination_concurrency_limit = 2
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 5000000
mydestination = $myhostname, localhost.$mydomain
mydomain = zemos.net
myhostname = sig11.zemos.net
mynetworks = 192.168.0.0/24, localhost, 127.0.0.1
mynetworks_style = host
myorigin = $myhostname
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
recipient_canonical_maps = hash:/etc/postfix/canonical-receive
relay_domains = $mydestination, 127.0.0.1
sample_directory = /usr/local/etc/postfix
sender_canonical_maps = hash:/etc/postfix/canonical
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
unknown_client_reject_code = 450
unknown_hostname_reject_code = 554
All of my files postfix related files can be found at http://sig11.zemos.net/postfix
Thanks for the help.
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
header_checks = regexp:/usr/local/etc/postfix/header_checks
home_mailbox = Maildir/
local_destination_concurrency_limit = 2
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 5000000
mydestination = $myhostname, localhost.$mydomain
mydomain = zemos.net
myhostname = sig11.zemos.net
mynetworks = 192.168.0.0/24, localhost, 127.0.0.1
mynetworks_style = host
myorigin = $myhostname
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
recipient_canonical_maps = hash:/etc/postfix/canonical-receive
relay_domains = $mydestination, 127.0.0.1
sample_directory = /usr/local/etc/postfix
sender_canonical_maps = hash:/etc/postfix/canonical
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
unknown_client_reject_code = 450
unknown_hostname_reject_code = 554
All of my files postfix related files can be found at http://sig11.zemos.net/postfix
Thanks for the help.