Openexchange Server: Version 4
dracd.rpm
from our
Maintenance Web with the command
openexchange:~ # rpm -ivh dracd.rpmFollow the instructions included in the maintenance articles!
/etc/postfix/main.cf
and change the line starting with
smtpd_recipient_restrictions
. Before check_relay_domains
, insert the entry
check_client_access btree:/etc/postfix/dracdThe complete line will be similar to:
smtpd_recipient_restrictions= ldap:ldapmailenab,permit_tls_clientcerts,permit_sasl_authenticated,permit_mynetworks, check_client_access btree:/etc/postfix/dracd, check_relay_domainsMake sure the line does not contain word-wrapping or spelling mistakes.
/etc/imapd.conf
and change the line
dracinterval: 0to
dracinterval: 4This parameter defines the time interval (in minutes) the
dracd
waits before searching for open POP or IMAP connections.
/etc/sysconfig/dracd
and adapt the value
DRACD_RELAYTIME="5"This value sets for how long (in minutes) an IP adddress is kept in the database.
openexchange:~ # insserv -d -f /etc/init.d/dracd(or alternatively with YaST's runlevel editor for the runlevels 3 and 5) and restart the services:
openexchange:~ # rcdracd start openexchange:~ # rccyrus restart openexchange:~ # rcportmap restart openexchange:~ # rcpostfix restart
openexchange:~ # postmap -q 192.168.0.1 btree:/etc/postfix/dracda time stamp is displayed. According to the above-configured settings, the host 192.168.0.1 is activated for relaying during 5 minutes.
/usr/share/doc/packages/drac
SDB-rsimai_slox_drac
)