ispCP - Board - Support
Problem mit check_policy_service - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Problem mit check_policy_service (/thread-7715.html)



Problem mit check_policy_service - itgchris - 08-31-2009 09:51 PM

#check_policy_service inet:127.0.0.1:12525,
#check_policy_service inet:127.0.0.1:60000,
Hallo, wenn ich diese Zeilen in der postfix config nicht auskommentiere kommen keine Mails an.

netstat -tap gibt aber aus:
Code:
Aktive Internetverbindungen (Server und stehende Verbindungen)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 Lena62.briefdomai:60000 *:*                     LISTEN      18545/postgrey.pid
tcp        0      0 Lena62.briefdomain.:608 *:*                     LISTEN      15272/famd
tcp        0      0 Lena62.briefdomai:10025 *:*                     LISTEN      16260/master
tcp        0      0 Lena62.briefdomai:mysql *:*                     LISTEN      10157/mysqld
tcp        0      0 *:submission            *:*                     LISTEN      16260/master
tcp        0      0 *:pop3                  *:*                     LISTEN      9905/couriertcpd
tcp        0      0 *:imap2                 *:*                     LISTEN      9894/couriertcpd
tcp        0      0 *:www                   *:*                     LISTEN      2645/apache2
tcp        0      0 *:ssmtp                 *:*                     LISTEN      16260/master
tcp        0      0 Lena62.briefdomain:9876 *:*                     LISTEN      10883/ispcp_daemon
tcp        0      0 *:ftp                   *:*                     LISTEN      9274/proftpd: (acce
tcp        0      0 briefdomain.de:domain   *:*                     LISTEN      9261/named
tcp        0      0 Lena62.briefdoma:domain *:*                     LISTEN      9261/named
tcp        0      0 *:ssh                   *:*                     LISTEN      25900/sshd
tcp        0      0 *:smtp                  *:*                     LISTEN      16260/master
tcp        0      0 Lena62.briefdomain.:953 *:*                     LISTEN      9261/named
tcp        0    264 Lena62.briefdomain.:ssh p54A2BFE2.dip.t-di:2677 VERBUNDEN   14210/3



RE: Problem mit check_policy_service - ZooL - 08-31-2009 11:56 PM

nicht auskommentierst... sind diese programme denn gestartet...
poste vieleicht mal postconf -n Wink

mfg


RE: Problem mit check_policy_service - itgchris - 09-01-2009 11:11 PM

Lena62:~# postconf -n
alias_database = hash:/etc/aliases
alias_maps = 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
message_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = Lena62.briefdomain.de.local
myhostname = Lena62.briefdomain.de
mynetworks_style = host
myorigin = $myhostname
recipient_delimiter = +
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0.0 OMEGA Managed
smtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname
smtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = reject_non_fqdn_sender, reject_unknown_sender_domain, permit_mynetworks, permit_sasl_authenticated
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 1000
virtual_transport = virtual
virtual_uid_maps = static:1000


RE: Problem mit check_policy_service - joximu - 09-02-2009 12:33 AM

der policyd (12525) scheint nicht zu laufen - der postgrey (60000) aber schon, aber der verzögert die Mails, also warten...

/J


RE: Problem mit check_policy_service - itgchris - 09-02-2009 12:57 AM

Achje danke policy-weight hatte keine Schreibrechte in /dev/null
Problem gelöst...