pick-master
December 2nd, 2004, 17:26
Hello!
I did install OpenBSD 3.6 and all the other goodies for a webserver from pkg. Everything works fine just postfix sends but doesn't receive mail:
telnet on port 25 from the outside works fine
no errors in mailog
my postconf -n is:
pick# postconf -n
alias_database = hash:/etc/aliases
command_directory = /usr/local/sbin
config_directory = /etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
html_directory = /usr/local/share/doc/postfix/html
mail_owner = _postfix
mailq_path = /usr/local/sbin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname
mydomain = darktech.org
myhostname = pick.darktech.org
mynetworks_style = host
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/local/share/doc/postfix/readme
relay_domains = $mydestination
relayhost = [smtp1.sympatico.ca]
sample_directory = /etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = _postdrop
unknown_local_recipient_reject_code = 550
I guess that there is some configuration issue but at this point everything is just blank.
Any help would be appreciated.
pick-master
I did install OpenBSD 3.6 and all the other goodies for a webserver from pkg. Everything works fine just postfix sends but doesn't receive mail:
telnet on port 25 from the outside works fine
no errors in mailog
my postconf -n is:
pick# postconf -n
alias_database = hash:/etc/aliases
command_directory = /usr/local/sbin
config_directory = /etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
html_directory = /usr/local/share/doc/postfix/html
mail_owner = _postfix
mailq_path = /usr/local/sbin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname
mydomain = darktech.org
myhostname = pick.darktech.org
mynetworks_style = host
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/local/share/doc/postfix/readme
relay_domains = $mydestination
relayhost = [smtp1.sympatico.ca]
sample_directory = /etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = _postdrop
unknown_local_recipient_reject_code = 550
I guess that there is some configuration issue but at this point everything is just blank.
Any help would be appreciated.
pick-master