Ich habe mein system in den vergangenen Tagen auf Debian umgestellt und bin mitlerweile bis zu postfix vorgedrungen und habe nun folgendes Problem :
Ich kann per confixx webmail von den webXX accounts aus email nach aussen und innen senden.
Alles andere, das heisst also Mails von aussen empfangen, mails per client sofware verschicken usw klappt nicht.
Auszug meiner main.cf :
Code: Select all
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
myhostname = p15121968.pureserver.info
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain, $mydomain
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
smtpd_recipient_restrictions = permit_mynetworks, check_client_access btree:/var/lib/drac//dracd, check_relay_domains
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_use_tls = yes
smtpd_enforce_tls = no
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /usr/local/etc/postfix/rootcrew_cert.pem
smtpd_tls_key_file = /usr/local/etc/postfix/rootcrew_key.pem
smtpd_tls_loglevel = 1
### CONFIXX POSTFIX ENTRY ###
virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
### /CONFIXX POSTFIX ENTRY ###
sun_mailtool_compatibility = yes
