Postfix vil ikke åbne SMTP
Dette er alt jeg får fra serveren:[root@svr-1 root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Loggen siger som flg.:
Aug 24 20:43:29 svr-1 postfix/master[13530]: warning: process /usr/libexec/postfix/smtpd pid 13847 exit status 1
Aug 24 20:43:29 svr-1 postfix/master[13530]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Aug 24 20:44:28 svr-1 postfix/pickup[13938]: fatal: unsupported dictionary type: mysql
Aug 24 20:44:28 svr-1 postfix/qmgr[13939]: fatal: unsupported dictionary type: mysql
Aug 24 20:44:29 svr-1 postfix/smtpd[13942]: fatal: unsupported dictionary type: mysql
Aug 24 20:44:29 svr-1 postfix/master[13530]: warning: process /usr/libexec/postfix/qmgr pid 13939 exit status 1
Aug 24 20:44:29 svr-1 postfix/master[13530]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling
Aug 24 20:44:29 svr-1 postfix/master[13530]: warning: process /usr/libexec/postfix/pickup pid 13938 exit status 1
Aug 24 20:44:29 svr-1 postfix/master[13530]: warning: /usr/libexec/postfix/pickup: bad command startup -- throttling
Aug 24 20:44:30 svr-1 postfix/master[13530]: warning: process /usr/libexec/postfix/smtpd pid 13942 exit status 1
Aug 24 20:44:30 svr-1 postfix/master[13530]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
postconf -m er som flg.:
[root@svr-1 root]# postconf -m
static
pcre
nis
regexp
environ
proxy
btree
unix
hash
[root@svr-1 root]#
postconf -n som flg.:
[root@svr-1 root]# postconf -n
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
inet_interfaces = all
mail_owner = postfix
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/share/man
mydestination = trab.dk, smilly.dk, homedir.dk, oldtimerklubben.dk, tjat.dk, mysql:/etc/postfix/mysql-mydestination.cf
mydomain = trab.dk
myhostname = trab.dk
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /etc/postfix/readme
sample_directory = /etc/postfix
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = trab.dk
unknown_local_recipient_reject_code = 450
[root@svr-1 root]#
postfinger er som flg.:
[root@svr-1 root]# postfinger
/sbin/postfinger: stfinger: command not found
postfinger - postfix configuration on Sun Aug 24 20:47:33 CEST 2003
version: 1.26
Warning: postfinger output may show private configuration information,
such as ip addresses and/or domain names which you do not want to show
to the public. If this is the case it is your responsibility to modify
the output to hide this private information. [Remove this warning with
the --nowarn option.]
--System Parameters--
mail_version = 2.0.14
hostname = svr-1
uname = Linux svr-1 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002 i686 unknown
--Packaging information--
--main.cf non-default parameters--
broken_sasl_auth_clients = yes
mailbox_transport = cyrus
manpage_directory = /usr/local/share/man
mydestination = trab.dk, smilly.dk, homedir.dk, oldtimerklubben.dk, tjat.dk, mysql:/etc/postfix/mysql-mydestination.cf
mydomain = trab.dk
myhostname = trab.dk
readme_directory = /etc/postfix/readme
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = trab.dk
unknown_local_recipient_reject_code = 450
--master.cf--
smtp inet n - n - - smtpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/cyrus/bin/deliver -r ${sender} -m ${extension} ${user}
cyrus unix - n n - - pipe
user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
-- end of postfinger output --
[root@svr-1 root]#
Nogen der har et bud??
