From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 04:00:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CCB71065673 for ; Fri, 27 Aug 2010 04:00:41 +0000 (UTC) (envelope-from siefke_listen@web.de) Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id B733D8FC14 for ; Fri, 27 Aug 2010 04:00:40 +0000 (UTC) Received: from smtp02.web.de ( [172.20.0.184]) by fmmailgate02.web.de (Postfix) with ESMTP id 8408416EB3A28 for ; Fri, 27 Aug 2010 06:00:39 +0200 (CEST) Received: from [194.77.0.23] (helo=[192.168.0.21]) by smtp02.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #4) id 1Ooq7L-00050r-00 for freebsd-questions@freebsd.org; Fri, 27 Aug 2010 06:00:39 +0200 Message-ID: <4C773861.8000000@web.de> Date: Fri, 27 Aug 2010 06:00:33 +0200 From: "siefke_listen@web.de" User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4C77088A.9010102@web.de> <4C770E78.5080407@speakeasy.net> <4C773388.7060003@web.de> <4C77358B.1000108@speakeasy.net> In-Reply-To: <4C77358B.1000108@speakeasy.net> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: siefke_listen@web.de X-Sender: siefke_listen@web.de X-Provags-ID: V01U2FsdGVkX19B+GMEl/OOmIYnzEj7pOdLt/UHmeRIX0IfWddt CuzXDQ/tMi/GyUcyiqnU1ETDkCanxln0OUdJo5nITSjeLtejuc 3GHGHVVGXXojDY1S3OMA== Subject: Re: DSPAM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 04:00:41 -0000 Hello, Am 27.08.2010 05:48, schrieb Rocky Borg: > On 8/26/2010 8:39 PM, siefke_listen@web.de wrote: >> I have changed this in 192.168.0.0/24, but the mistake is the same. >> Aug 27 05:38:02 silviosiefke postfix/lmtp[50471]: 059D2147C96: >> to=, relay=none, delay=3.3, >> delays=3.3/0.03/0/0, dsn=4.4.1, status=deferred (connect to >> 192.168.0.101[192.168.0.101]:10024: Connection refused) > > In your main.cf have you setup mynetworks and allowed them correctly? I > ran into similar problems when the jail ip itself wasn't list in > mynetworks. postconf -n alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/db/postfix html_directory = /usr/share/doc/postfix inet_interfaces = 192.168.0.100, 127.0.0.1 mail_owner = postfix mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, localhost mydomain = dyndns.org myhostname = silviosiefke.dyndns.org mynetworks = 127.0.0.0/8, 192.168.0.0/24 newaliases_path = /usr/bin/newaliases queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix sample_directory = /etc/postfix sendmail_path = /usr/sbin/sendmail setgid_group = maildrop smtp_tls_note_starttls_offer = yes smtp_use_tls = no smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unauth_destination, reject_unauth_pipelining, reject_invalid_hostname, reject_rbl_client opm.blitzed.org, reject_rbl_client bl.spamcop.net, reject_rbl_client sbl-xbl.spamhaus.org, check_client_access pcre:/etc/postfix/dspam_filter_access, permit_auth_destination smtpd_sasl_auth_enable = no smtpd_sasl_local_domain = smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = no soft_bounce = yes tls_random_source = dev:/dev/urandom unknown_local_recipient_reject_code = 550 Regards Silvio