ich habe nach diesen Howto http://debianhowto.de/doku.php/de:howto ... irenschutz
Postfix u.a Installiert. Nu hänge ich beim Test telnet servername 25 fest.
Bei ehlo servername kommt
bei mail from: <meinemailadresse> kommt nix es tut sich nix.250-mailtest
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN DIGEST-MD5 CRAM-MD5
250-AUTH=LOGIN PLAIN DIGEST-MD5 CRAM-MD5 250 8BIT
Nu habe ich folgende Einträge:
Code: Select all
Dec 18 23:09:02 ks32964 postfix/trivial-rewrite[20797]: warning: connect to mysql server 127.0.0.1: #HY000Host 'localhost.localdomain' is not allowed to connect to this MySQL server
Dec 18 23:09:02 ks32964 postfix/trivial-rewrite[20797]: fatal: mysql:/etc/postfix/mysql-virtual_forwardings.cf(0,100): table lookup problem
Dec 18 23:09:03 ks32964 postfix/smtpd[6858]: warning: premature end-of-input on private/rewrite socket while reading input attribute name
Dec 18 23:09:03 ks32964 postfix/smtpd[6858]: warning: problem talking to service rewrite: Success
Dec 18 23:09:03 ks32964 postfix/smtpd[2847]: warning: premature end-of-input on private/rewrite socket while reading input attribute name
Dec 18 23:09:03 ks32964 postfix/smtpd[2847]: warning: problem talking to service rewrite: Connection reset by peer
Dec 18 23:09:03 ks32964 postfix/master[10712]: warning: process /usr/lib/postfix/trivial-rewrite pid 20797 exit status 1
Dec 18 23:09:03 ks32964 postfix/master[10712]: warning: /usr/lib/postfix/trivial-rewrite: bad command startup -- throttling
Ich hoffe das Ihr ein Tipp für mich habt, ich bin zur zeit mit meinem Latein am Boden. Die Diensta laufen alle.# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = XXXXXXXX.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = XXXXXXX.com, XXXXXXX.com, , localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
Gruß
Fireand...