So, postfix, dovecot, policyd-weight und postgrey laufen nun.
Ein kleiner Schreibfehler und ein
cp -p /etc/services /var/spool/postfix/etc/services
brachte alles zum laufen.
Doch nun dropped er meine mails weil er die domain angeblich nicht findet. Doch
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
ist ja gesetzt, und in der datei sind alle ordnungsgemäs eingetragen.
bsp: zothos.net vdmn_entry
Code:
Feb 5 22:36:55 server postfix/smtpd[5291]: connect from unknown[213.165.64.20]
Feb 5 23:36:55 server postfix/policyd-weight[3796]: decided action=PREPEND X-policyd-weight: using cached result; rate: -8.5; delay: 0s
Feb 5 23:36:55 server postgrey: action=pass, reason=triplet found, client_name=unknown, client_address=213.165.64.20, sender=Jochen.Manz@gmx.de, recipient=zothos@zothos.net
Feb 5 22:36:55 server postfix/smtpd[5291]: NOQUEUE: reject: RCPT from unknown[213.165.64.20]: 450 4.1.8 <Jochen.Manz@gmx.de>: Sender address rejected: Domain not found; from=<Jochen.Manz@gmx.de>$
Feb 5 22:36:55 server postfix/smtpd[5291]: disconnect from unknown[213.165.64.20]
Hier mal die useflags von postfix, vielleicht hilfts XD:
Code:
- - cdb : Adds support for the CDB database engine from the author of qmail
- - dovecot-sasl : Enable Dovecot protocol version 1 (server only) SASL implementation
- - hardened : activate default security enhancements for toolchain (gcc, glibc, binutils)
+ + ipv6 : Adds support for IP version 6
- - ldap : Adds LDAP support (Lightweight Directory Access Protocol)
- - mailwrapper : Adds mailwrapper support to allow multiple MTAs to be installed
- - mbox : Adds support for mbox (/var/spool/mail) style mail spools
+ + mysql : Adds mySQL Database support
- - nis : Support for NIS/YP services
+ + pam : Adds support PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
- - postgres : Adds support for the postgresql database
+ + sasl : Adds support for the Simple Authentication and Security Layer
- - selinux : !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
+ + ssl : Adds support for Secure Socket Layer connections
+ + vda : Adds support for virtual delivery agent quota enforcin