OVH Community, your new community space.

Postfix Fehler


Mastermix
21.10.09, 22:15
Habs hingekriegt :-) trotzdem Danke

so sieht meine neue config aus womit es geht :P

Code:
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 = r29XXX, localhost.localdomain, , localhost
myhostname = mydomain.de
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
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_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

Mastermix
21.10.09, 21:32
Guten Tag,

Ich habe derzeit ein Problem ich habe auf meinen RPS postfix instaliert
und es werden keine emails versendet
so nun beim starten sehe ich in der log da steht:

mail.log
Code:
Oct 21 22:32:08 r29479 postfix/postfix-script[27365]: starting the Postfix mail system
Oct 21 22:32:08 r29479 postfix/master[27366]: fatal: bind 0.0.0.0 port 25: Address already in use
meine postconfig ist:

Code:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
inet_protocols = ipv4
mailbox_size_limit = 0
mydestination = rXXXXX.ovh.net, meinedomain.de, localhost.ovh.net, localhost.domain.de, localhost
myhostname = meinedomain.de
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost = ns0.ovh.net
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
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
Ich finde den fehler da einfach nicht.
Ich hoffe das sich vieleicht eine lösung ergibt.

Vielen Dank