Postfix Problem
Posted: 2005-07-01 11:15
Hallo zusammen,
habe leider ein Postfix Problem und komme nicht mehr weiter :(. Postfix wird zusammen mit courier verwendet und courier scheint ohne probleme zu funktionieren. Allerdings will der mailversand nicht klappen. Wenn ich versuche eine mail zu versenden bekomme ich folgende Fehlermeldung:
Das gibt mir postconf -n aus:
und noch die master.cf:
Die domainnamen habe ich hier durch XXX ersetzt und als sys wird SuSe 9.2 verwendet. Hat jemand ne Idee?
Besten Dank schonmal für eure Hilfe + Antworten!!
Gruß
Metamax
habe leider ein Postfix Problem und komme nicht mehr weiter :(. Postfix wird zusammen mit courier verwendet und courier scheint ohne probleme zu funktionieren. Allerdings will der mailversand nicht klappen. Wenn ich versuche eine mail zu versenden bekomme ich folgende Fehlermeldung:
Code: Select all
This is the Postfix program at host pXXX.pureserver.info.
I'm sorry to have to inform you that your message could not be be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can delete your own text from the attached returned message.
The Postfix program
<test@XXX.de>: [XXX.de]: Name or service not known
Code: Select all
alias_database = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
inet_interfaces = all
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
local_transport = local
mail_spool_directory = /var/mail
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = pureserver.info
myhostname = pXXX.pureserver.info
mynetworks_style = host
myorigin = $mydomain
setgid_group = maildrop
smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.5.1
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = vhcs.net
smtpd_sasl_security_options = noanonymous
transport_maps = hash:/etc/postfix/vhcs2/transport
virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases
virtual_gid_maps = static:12
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes
virtual_minimum_uid = 1000
virtual_transport = virtual
virtual_uid_maps = static:1000
Code: Select all
smtp inet n - y - - smtpd
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - y - - smtp
relay unix - - - - - smtp
showq unix n - - - - showq
error unix - - - - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
# VHCS2 delivery agent.
vhcs2-arpl unix - n n - - pipe flags= user=vmail argv=/var/www/vhcs2/engine/messager/vhcs2-arpl-msgr
# antispam/antivir agents.
#smtp inet n - y - - smtpd -o content_filter=smtp:localhost:10024
#localhost:10025 inet n - n - 10 smtpd -o content_filter=
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
Besten Dank schonmal für eure Hilfe + Antworten!!
Gruß
Metamax