hallo zusammen! bin neu hier im forum und hab ein problem bei configuration von postfix. postfix läuft mit mysql.
es werden keinerlei mails versendet und in der mail.log steht:
in der mail.err kommt jede minute so ein eintrag:
die main.cf sieht so aus:
als ich postfix installiert habe, konnte ich mit telnet localhost 25 prüfen ob er reagiert, hat er genat aber jetzt macht er das nicht mehr.
kann jemand helfen?
grüße, sana
es werden keinerlei mails versendet und in der mail.log steht:
Code:
Jun 10 19:32:22 SuSE-102-32-LAMP postfix/smtpd[2173]: fatal: dict_open: unsupported dictionary type: permit: Is the postfix-permit package installed?
Jun 10 19:32:23 SuSE-102-32-LAMP postfix/master[32164]: warning: process /usr/lib/postfix/smtpd pid 2173 exit status 1
Jun 10 19:32:23 SuSE-102-32-LAMP postfix/master[32164]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Jun 10 19:33:23 SuSE-102-32-LAMP postfix/smtpd[2191]: fatal: dict_open: unsupported dictionary type: permit: Is the postfix-permit package installed?
Jun 10 19:33:24 SuSE-102-32-LAMP postfix/master[32164]: warning: process /usr/lib/postfix/smtpd pid 2191 exit status 1
Jun 10 19:33:24 SuSE-102-32-LAMP postfix/master[32164]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Jun 10 19:34:24 SuSE-102-32-LAMP postfix/smtpd[2195]: fatal: dict_open: unsupported dictionary type: permit: Is the postfix-permit package installed?
Jun 10 19:34:25 SuSE-102-32-LAMP postfix/master[32164]: warning: process /usr/lib/postfix/smtpd pid 2195 exit status 1
Jun 10 19:34:25 SuSE-102-32-LAMP postfix/master[32164]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
in der mail.err kommt jede minute so ein eintrag:
Code:
Jun 10 19:38:28 SuSE-102-32-LAMP postfix/smtpd[2258]: fatal: dict_open: unsupported dictionary type: permit: Is the postfix-permit package installed?
die main.cf sieht so aus:
Code:
manpage_directory = /usr/share/man
# sample_directory: The location of the Postfix sample configuration files.
# This parameter is obsolete as of Postfix 2.1.
#
sample_directory = /usr/share/doc/packages/postfix/samples
# readme_directory: The location of the Postfix README files.
#
readme_directory = /usr/share/doc/packages/postfix/README_FILES
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_alias_domains = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = $mydomain
program_directory = /usr/lib/postfix
#inet_interfaces = 127.0.0.1 ::1
masquerade_domains =
defer_transports =
disable_dns_lookups = no
mailbox_command =
mailbox_transport =
strict_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = yes
smtpd_use_tls = yes
smtp_use_tls = yes
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
mydomain = hip-hop.de
mynetworks = 127.0.0.0/8
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yessmtpd_tls_auth_only = no
smtp_tls_note_starttls_offer = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
home_mailbox = Maildirmtpd_helo_required = yes
disable_vrfy_command = yes
strict_rfc821_envelopes = yes
invalid_hostname_reject_code = 554
multi_recipient_bounce_reject_code = 554
non_fqdn_reject_code = 554
relay_domains_reject_code = 554
unknown_address_reject_code = 554
unknown_client_reject_code = 554
unknown_hostname_reject_code = 554
unknown_local_recipient_reject_code = 554
unknown_relay_recipient_reject_code = 554
unknown_sender_reject_code = 554
unknown_virtual_alias_reject_code = 554
unknown_virtual_mailbox_reject_code = 554
unverified_recipient_reject_code = 554
unverified_sender_reject_code = 554
mydestination = $myhostname, localhost.$mydomain
smtpd_recipient_restrictions =
reject_invalid_hostname,
reject_unknown_recipient_domain,
reject_unauth_pipelining,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_rbl_client multi.uribl.com,
reject_rbl_client dsn.rfc-ignorant.org,
reject_rbl_client dul.dnsbl.sorbs.net,
reject_rbl_client list.dsbl.org,
reject_rbl_client sbl-xbl.spamhaus.org,
reject_rbl_client bl.spamcop.net,
reject_rbl_client dnsbl.sorbs.net,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client ix.dnsbl.manitu.net,
reject_rbl_client combined.rbl.msrbl.net,
reject_rbl_client rabl.nuclearelephant.com,
permit:w
als ich postfix installiert habe, konnte ich mit telnet localhost 25 prüfen ob er reagiert, hat er genat aber jetzt macht er das nicht mehr.
kann jemand helfen?
grüße, sana
Last edited by a moderator: