Strona 1 z 1
postfix problem raz jeszcze
: 26 kwietnia 2007, 19:44
autor: djsolar
Debian Etch ,
Nowy postfix , sasl , courier imap, squirrelmail .
w logach :
Kod: Zaznacz cały
Apr 26 19:32:09 korp postfix/smtpd[2625]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
Apr 26 19:32:10 korp postfix/master[2432]: warning: process /usr/lib/postfix/smtpd pid 2625 exit status 1
Apr 26 19:32:10 korp postfix/master[2432]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
Czy mozna kogos poprosic aby pomogl mi online np na skype ?
Staralem się robic wszystko w/g instrukcji dostarczonych przez yyyy pare postow nizej

lecz chyba gdzies blad popelnilem i nie wiem gdzie.
Pozdrawiam
: 26 kwietnia 2007, 20:14
autor: palin
podałeś zły parametr
no i chyba tyle. 2 następne komunikaty to ostrzerzenia o złym uruchomienu demona.
[ Dodano: 2007-04-26, 20:23 ]
no i złe polecenia startujące
: 26 kwietnia 2007, 20:23
autor: lolleq
Wrzuć linię ustawiającą parametr smtpd_recipient_restrictions w main.cf, zobaczymy. Ale z reszty logu wynika, że nie masz użytego jednego z warunków check_relay_domains, reject_unauth_destination, reject, defer lub defer_if_permit. W logu to wszystko bardzo jasno jest wyłożone.
: 26 kwietnia 2007, 20:30
autor: djsolar
Kod: Zaznacz cały
command_directory = /usr/sbin
mail_owner = postfix
mydomain = korp.e-konta.com
home_mailbox = Maildir/
mail_spool_directory = /home/
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
# TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = korp.e-konta.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname, localhost, localhost.localdomain, korp.e-konta.com,
relayhost =
mynetworks = 127.0.0.0/8, 192.168.0.2/32, 62.233.205.193/32
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = nonanonymous
smtpd_recipient_restrictions = permit_mynetworks , permit_sasl_authenticated ,
#check_relay_domains , reject_unauth_destination
smtpd_sasl_local_domain = $myhostname
smtpd_tls_receieved_header = yes
smtpd_use_tls = yes
tls_random_source=dev:/dev/urandom
korzystalem z rozych manuali wiec moge miec "sajgon"
: 26 kwietnia 2007, 20:53
autor: lolleq
Kod: Zaznacz cały
smtpd_recipient_restrictions = permit_mynetworks , permit_sasl_authenticated, check_relay_domains, reject_unauth_destination
Tak spróbuj.
: 26 kwietnia 2007, 21:21
autor: djsolar
to samo
Kod: Zaznacz cały
warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
: 26 kwietnia 2007, 21:33
autor: lolleq
Wrzuć efekt
Ustaw też wysoki poziom debugowania w main.cf.