Effectivly, I modified it. But I can't still send mail.

I change defer_if_permit by defer because it's seems to not be
correct. Then I tried again. I get that in my log :

[mail.log]
Aug 24 10:25:19 testing-puppet postfix/smtpd[19999]: connect from
unknown[192.168.170.85]
Aug 24 10:25:19 testing-puppet postfix/smtpd[19999]: NOQUEUE: reject:
RCPT from unknown[192.168.170.85]: 450 4.3.2 <[email protected]>:
Sender address rejected: Try again later; from=<[email protected]>
to=<[email protected]> proto=ESMTP helo=<[192.168.170.85]>
Aug 24 10:26:00 testing-puppet postfix/smtpd[19999]: disconnect from
unknown[192.168.170.85]

[cbpolicyd.log]
[2011/08/24-10:25:19 - 13819] [CORE] INFO: Starting "1" children
[2011/08/24-10:25:19 - 19661] [CORE] INFO: 2011/08/24-10:25:19 CONNECT
TCP Peer: "127.0.0.1:52387" Local: "127.0.0.1:10031"
[2011/08/24-10:25:19 - 20003] [CORE] DEBUG: Child Preforked (20003)
[2011/08/24-10:25:19 - 20003] [CBPOLICYD] DEBUG: Starting up caching engine
[2011/08/24-10:25:49 - 13819] [CORE] INFO: Killing "1" children
[2011/08/24-10:25:49 - 20003] [CBPOLICYD] DEBUG: Shutting down caching
engine (20003)

Is this normal ?

2011/8/24 Robert Anderson <[email protected]>:
>> There is the result :
>>
>> testing-puppet:/etc/postfix# postconf -n
>> alias_database = hash:/etc/aliases
>> alias_maps = hash:/etc/aliases
>> append_dot_mydomain = no
>> biff = no
>> config_directory = /etc/postfix
>> inet_interfaces = all
>> mailbox_command = procmail -a "$EXTENSION"
>> mailbox_size_limit = 0
>> mydestination = testing-puppet.domain.ch, localhost.domain.ch, , localhost
>> myhostname = testing-puppet.domain.ch
>> mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.170.0/24
>> myorigin = /etc/mailname
>> readme_directory = no
>> recipient_delimiter = +
>> relayhost =
>> smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
>> smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
>> smtpd_end_of_data_restrictions = check_policy_service
>> inet::192.168.254.242:10031 defer_if_permit
>> smtpd_recipient_restrictions = check_policy_service
>> inet::192.168.254.242:10031 defer_if_permit
>> smtpd_sender_restrictions = check_policy_service
>> inet:192.168.254.242:10031 defer_if_permit
>> smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
>> smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
>> smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
>> smtpd_use_tls = yes
>
> It looks like you have one too many ':' in your configuration
> (inet:host:port)
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.policyd.org/mailman/listinfo/users
>
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to