Problem mit Postfix Mails kommen nicht an.

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
teddybaer
Posts: 4
Joined: 2007-03-18 19:25
 

Problem mit Postfix Mails kommen nicht an.

Post by teddybaer »

Hallo, folgendes problem hab ich mit Postfix. Und zwar verschiebt er alle mails die bei mir ankommen zu der mail adresse postmaster@example.com. Die bei mir aber gar nicht existiert.

hier ein auszug aus der mail.info

Code: Select all

Mar 18 18:55:31 R220144 postfix/smtpd[17660]: connect from dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: SASL authentication failure: no secret in database
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]: SASL NTLM authentication failed
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: SASL authentication failure: realm changed: authentication aborted
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]: SASL DIGEST-MD5 authentication failed
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: EE6604705B: client=dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243], sasl_method=LOGIN, sasl_username=webmaster@dj-teddybaer.de
Mar 18 18:55:32 R220144 postfix/cleanup[17043]: EE6604705B: message-id=<000501c76986$9ec7d920$dc578b60$@de>
Mar 18 18:55:32 R220144 postfix/qmgr[10542]: EE6604705B: from=<webmaster@dj-teddybaer.de>, size=3334, nrcpt=1 (queue active)
Mar 18 18:55:34 R220144 postfix/smtpd[17660]: disconnect from dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]
Mar 18 18:55:39 R220144 postfix/smtpd[17054]: connect from R220144.local[127.0.0.1]
Mar 18 18:55:39 R220144 postfix/smtpd[17054]: 580F94705F: client=R220144.local[127.0.0.1]
Mar 18 18:55:39 R220144 postfix/cleanup[17043]: 580F94705F: message-id=<VA17109-05@R220144>
Mar 18 18:55:39 R220144 postfix/qmgr[10542]: 580F94705F: from=<>, size=1940, nrcpt=1 (queue active)
Mar 18 18:55:39 R220144 postfix/smtpd[17054]: disconnect from R220144.local[127.0.0.1]
Mar 18 18:55:39 R220144 postfix/smtp[17080]: EE6604705B: to=<info@dj-teddybaer.de>, relay=127.0.0.1[127.0.0.1], delay=8, status=sent (250 2.5.0 Ok, id=17109-05, BOUNCE)
Mar 18 18:55:39 R220144 postfix/qmgr[10542]: EE6604705B: removed
Mar 18 18:55:39 R220144 postfix/smtp[17055]: connect to example.com[192.0.34.166]: Connection timed out (port 25)
Mar 18 18:55:39 R220144 postfix/smtp[17055]: C37504705A: to=<postmaster@example.com>, relay=none, delay=30, status=deferred (connect to example.com[192.0.34.166]: Connection timed out)
Habe gestern ein Update auf php v4.4.6-0.dotdeb.2 durchgeführt was zuerst mein mysql server lahm legte das problem ist behoben.

Nun kämpfe ich mit Postfix und finde den fehler einfach nicht warum er die mails nicht zustellt.

hoffe mir kann jemand helfen.

Bevor ich auf die neue php version geupdatet hab lief der mail server einwandfrei

Hier noch die config dateien von postfix.

Code: Select all

 main.cf
#
# Postfix MTA Manager Main Configuration File;
#
# Please do NOT edit this file manually;
#

#
# Postfix directory settings; These are critical for normal Postfix MTA functionallity;
#

command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix

#
# Some common configuration parameters;
#

inet_interfaces = all
mynetworks_style = host
mynetworks =85.14.220.144

myhostname = hostname.tgclan.de
mydomain = tgclan.de
myorigin = $mydomain

smtpd_banner = $myhostname VHCS2 2.4 Spartacus Managed ESMTP 2.4.7.1
setgid_group = postdrop

#
# Receiving messages parameters;
#

mydestination = $myhostname, $mydomain 
append_dot_mydomain = no
append_at_myorigin = yes
local_transport = local
virtual_transport = virtual
transport_maps = hash:/etc/postfix/vhcs2/transport

#
# Delivering local messages parameters;
#

mail_spool_directory = /var/mail
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"

biff = no

alias_database = hash:/etc/aliases

local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database

#
# Delivering virtual messages parameters;
#

virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_limit = 0

virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes

virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases

virtual_minimum_uid = 1000
virtual_uid_maps = static:1000
virtual_gid_maps = static:8

#
# SASL paramters;
#

smtpd_sasl_auth_enable = yes

smtpd_sasl_security_options = noanonymous

smtpd_sasl_local_domain = vhcs.net

broken_sasl_auth_clients = yes

smtpd_recipient_restrictions =
   permit_sasl_authenticated,
   permit_mynetworks,
   reject_unauth_destination

content_filter = smtp-amavis:[127.0.0.1]:10024

Code: Select all

master.cf

#
# Postfix master process configuration file.  For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       -       -       -       smtpd
#submission inet n      -       -       -       -       smtpd
#	-o smtpd_etrn_restrictions=reject
#	-o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps    inet  n       -       -       -       -       smtpd
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n      -       -       -       -       smtpd
#  -o smtpd_etrn_restrictions=reject
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628      inet  n       -       -       -       -       qmqpd
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       -       300     1       qmgr
#qmgr     fifo  n       -       -       300     1       oqmgr
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       -       -       -       smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay     unix  -       -       -       -       -       smtp
	-o fallback_relay=
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
discard   unix  -       -       -       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       -       -       -       lmtp
anvil     unix  -       -       -       -       1       anvil
scache	  unix	-	-	-	-	1	scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent.  See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix	-	n	n	-	2	pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman   unix  -       -       n       -       -       pipe
  flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  ${nexthop} ${user}

#
# vhcs delivery agent.
#

vhcs2-arpl unix  -      n       n       -       -       pipe flags=O user=vmail argv=/var/www/vhcs2/engine/messager/vhcs2-arpl-msgr

smtp-amavis     unix    -       -       n       -       2       smtp
    -o smtp_data_done_timeout=1200
    -o smtp_send_xforward_command=yes
    -o disable_dns_lookups=yes
localhost:10025 inet    n       -       n       -       -       smtpd 
    -o content_filter=
    -o mynetworks=127.0.0.0/8
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o receive_override_options=no_address_mappings
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Problem mit Postfix Mails kommen nicht an.

Post by Roger Wilco »

Durchsuche /etc/aliases (manchmal auch /etc/mail/aliases), die Dateien unter /etc/postfix/vhcs2/ bzw. die Datenbanken, auf welche diese verweisen, nach dem Eintrag.
teddybaer
Posts: 4
Joined: 2007-03-18 19:25
 

Re: Problem mit Postfix Mails kommen nicht an.

Post by teddybaer »

so ich hab mal alle dateien und die datenbank nach example.com durchsucht aber nichts gefunden.

mittlerweile kann ich nicht mal mehr mit outlook ne verbindung zum pop3 server herstellen. :x

irgendwie hat wohl das update gestern was zerschossen am system
lorddarkmage
Posts: 36
Joined: 2006-10-26 05:57
 

Re: Problem mit Postfix Mails kommen nicht an.

Post by lorddarkmage »

Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: SASL authentication failure: no secret in database
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]: SASL NTLM authentication failed
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: SASL authentication failure: realm changed: authentication aborted
Mar 18 18:55:31 R220144 postfix/smtpd[17660]: warning: dslb-088-073-202-243.pools.arcor-ip.net[88.73.202.243]: SASL DIGEST-MD5 authentication failed
Halte ich für mächtig verdächtig.
teddybaer
Posts: 4
Joined: 2007-03-18 19:25
 

Re: Problem mit Postfix Mails kommen nicht an.

Post by teddybaer »

das wundert mich ja auch, hab das ja gar net an und weiß auch nicht woher das nun auf einmal kommt
teddybaer
Posts: 4
Joined: 2007-03-18 19:25
 

Re: Problem mit Postfix Mails kommen nicht an.

Post by teddybaer »

Muß mein Thread wieder auskramen da das Problem wieder aktuell ist.

Das Zitat von Lorddarkmage diese Meldung kam zustande von Outlook hatte da was falsch eingestellt gehabt.

Der MailVersand ging seit Freitag ca. 20 Uhr nicht mehr.

Hab heute mal den Root mit Debian neuaufgesetzt und danach VHCS2 2.4.8 RC1 nach anleitung installiert.

hab anschließend 2 email Addis angelegt um zu testen ob der Mail Server funktioniert. Leider ist es nicht der Fall.

Hänge hier mal die Logs und die Config Dateien von Postfix an.

Code: Select all

mail.err

Apr 21 17:32:16 85 postfix[6511]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
Apr 21 17:32:19 85 postfix/postfix-script: fatal: the Postfix mail system is already running
Apr 21 17:39:21 85 postfix/virtual[11978]: fatal: gethostbyname: Success
Apr 21 17:41:10 85 postfix/virtual[12002]: fatal: gethostbyname: Success
Apr 21 17:42:11 85 postfix/virtual[12007]: fatal: gethostbyname: Success
Apr 21 17:46:42 85 postfix/virtual[12166]: fatal: gethostbyname: Success
Apr 21 17:55:32 85 postfix/virtual[12192]: fatal: gethostbyname: Success
Apr 21 17:57:38 85 postfix/virtual[12193]: fatal: gethostbyname: Success
Apr 21 17:59:03 85 postfix/virtual[12196]: fatal: gethostbyname: Success

Code: Select all

mail.info

Apr 21 17:20:30 85 authdaemond.plain: modules="authpam", daemons=5
Apr 21 17:21:21 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:21:21 85 postfix/master[3404]: daemon started -- version 2.1.5
Apr 21 17:21:25 85 postfix/smtpd[3421]: connect from host230-231-static.56-82-b.business.telecomitalia.it[82.56.231.230]
Apr 21 17:21:26 85 postfix/smtpd[3421]: NOQUEUE: reject: RCPT from host230-231-static.56-82-b.business.telecomitalia.it[82.56.231.230]: 554 <info@kleindrea.de>: Relay access denied; from=<Sesselaqs@googlemail.com> to=<info@kleindrea.de> proto=SMTP helo=<googlemail.com>
Apr 21 17:21:26 85 postfix/smtpd[3421]: lost connection after RCPT from host230-231-static.56-82-b.business.telecomitalia.it[82.56.231.230]
Apr 21 17:21:26 85 postfix/smtpd[3421]: disconnect from host230-231-static.56-82-b.business.telecomitalia.it[82.56.231.230]
Apr 21 17:25:22 85 authdaemond.plain: restarting authdaemond children
Apr 21 17:25:22 85 authdaemond.plain: modules="authpam", daemons=5
Apr 21 17:25:24 85 authdaemond.plain: modules="authpam", daemons=5
Apr 21 17:25:24 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:25:24 85 postfix/master[3404]: terminating on signal 15
Apr 21 17:25:27 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:25:27 85 postfix/master[4350]: daemon started -- version 2.1.5
Apr 21 17:32:16 85 postfix[6511]: warning: valid_hostname: invalid character 123(decimal): {MTA_HOSTNAME}
Apr 21 17:32:16 85 postfix[6511]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
Apr 21 17:32:19 85 postfix/postfix-script: fatal: the Postfix mail system is already running
Apr 21 17:32:19 85 authdaemond.plain: restarting authdaemond children
Apr 21 17:32:19 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:32:19 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:34:14 85 postfix/smtpd[10239]: connect from mout1.freenet.de[194.97.50.132]
Apr 21 17:34:14 85 postfix/smtpd[10239]: NOQUEUE: reject: RCPT from mout1.freenet.de[194.97.50.132]: 554 <spam@dj-teddybaer.de>: Relay access denied; from=<gallatine@superkabel.de> to=<spam@dj-teddybaer.de> proto=ESMTP helo=<mout1.freenet.de>
Apr 21 17:34:14 85 postfix/smtpd[10239]: NOQUEUE: reject: RCPT from mout1.freenet.de[194.97.50.132]: 554 <spam@dj-teddybaer.de>: Relay access denied; from=<jburet@adlocum.net> to=<spam@dj-teddybaer.de> proto=ESMTP helo=<mout1.freenet.de>
Apr 21 17:34:14 85 postfix/smtpd[10239]: disconnect from mout1.freenet.de[194.97.50.132]
Apr 21 17:34:53 85 postfix/pickup[4355]: E9E489956: uid=33 from=<www-data>
Apr 21 17:34:53 85 postfix/cleanup[10247]: E9E489956: message-id=<20070421153453.E9E489956@www>
Apr 21 17:34:53 85 postfix/qmgr[4356]: E9E489956: from=<www-data@www.local>, size=635, nrcpt=1 (queue active)
Apr 21 17:34:54 85 postfix/smtp[10248]: E9E489956: to=<kontakt@dj-teddybaer.de>, relay=none, delay=1, status=bounced (mail for dj-teddybaer.de loops back to myself)
Apr 21 17:34:54 85 postfix/cleanup[10247]: 4FBB4995C: message-id=<20070421153454.4FBB4995C@www>
Apr 21 17:34:54 85 postfix/qmgr[4356]: 4FBB4995C: from=<>, size=2194, nrcpt=1 (queue active)
Apr 21 17:34:54 85 postfix/local[10251]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Apr 21 17:34:54 85 postfix/qmgr[4356]: E9E489956: removed
Apr 21 17:34:55 85 postfix/local[10251]: 4FBB4995C: to=<www-data@www.local>, relay=local, delay=1, status=sent (delivered to command: procmail -a "$EXTENSION")
Apr 21 17:34:55 85 postfix/qmgr[4356]: 4FBB4995C: removed
Apr 21 17:35:41 85 postfix/pickup[4355]: 29313995C: uid=33 from=<www-data>
Apr 21 17:35:41 85 postfix/cleanup[10247]: 29313995C: message-id=<20070421153541.29313995C@www>
Apr 21 17:35:41 85 postfix/qmgr[4356]: 29313995C: from=<www-data@www.local>, size=623, nrcpt=1 (queue active)
Apr 21 17:35:43 85 postfix/smtp[10248]: 29313995C: host d.mx.mail.yahoo.com[216.39.53.2] refused to talk to me: 421 Message from (85.14.220.144) temporarily deferred - 4.16.50. Please refer to http://help.yahoo.com/help/us/mail/defer/defer-06.html
Apr 21 17:35:44 85 postfix/smtp[10248]: 29313995C: to=<daskleineschaefchen@yahoo.de>, relay=g.mx.mail.yahoo.com[206.190.53.191], delay=3, status=sent (250 ok dirdel)
Apr 21 17:35:44 85 postfix/qmgr[4356]: 29313995C: removed
Apr 21 17:35:44 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:35:44 85 postfix/master[4350]: terminating on signal 15
Apr 21 17:35:44 85 authdaemond.plain: restarting authdaemond children
Apr 21 17:35:44 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:35:47 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:35:47 85 postfix/master[10420]: daemon started -- version 2.1.5
Apr 21 17:35:47 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:37:30 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:37:30 85 postfix/master[10420]: terminating on signal 15
Apr 21 17:37:31 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:37:31 85 postfix/master[10641]: daemon started -- version 2.1.5
Apr 21 17:37:31 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:37:42 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:37:42 85 postfix/master[10641]: terminating on signal 15
Apr 21 17:37:43 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:37:43 85 postfix/master[10825]: daemon started -- version 2.1.5
Apr 21 17:37:43 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:37:59 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:37:59 85 postfix/master[10825]: terminating on signal 15
Apr 21 17:37:59 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:37:59 85 postfix/master[11008]: daemon started -- version 2.1.5
Apr 21 17:37:59 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:38:07 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:38:07 85 postfix/master[11008]: terminating on signal 15
Apr 21 17:38:08 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:38:08 85 postfix/master[11191]: daemon started -- version 2.1.5
Apr 21 17:38:08 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:38:14 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:38:14 85 postfix/master[11191]: terminating on signal 15
Apr 21 17:38:15 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:38:15 85 postfix/master[11375]: daemon started -- version 2.1.5
Apr 21 17:38:15 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:38:22 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:38:22 85 postfix/master[11375]: terminating on signal 15
Apr 21 17:38:23 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:38:23 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:38:23 85 postfix/master[11559]: daemon started -- version 2.1.5
Apr 21 17:38:42 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:38:42 85 postfix/master[11559]: terminating on signal 15
Apr 21 17:38:43 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:38:43 85 postfix/master[11742]: daemon started -- version 2.1.5
Apr 21 17:38:43 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:38:58 85 postfix/postfix-script: stopping the Postfix mail system
Apr 21 17:38:58 85 postfix/master[11742]: terminating on signal 15
Apr 21 17:38:59 85 postfix/postfix-script: starting the Postfix mail system
Apr 21 17:38:59 85 postfix/master[11926]: daemon started -- version 2.1.5
Apr 21 17:38:59 85 authdaemond.plain: modules="authuserdb", daemons=5
Apr 21 17:39:21 85 postfix/smtpd[11974]: connect from dslb-088-073-213-131.pools.arcor-ip.net[88.73.213.131]
Apr 21 17:39:21 85 postfix/smtpd[11974]: 3DC0F99CB: client=dslb-088-073-213-131.pools.arcor-ip.net[88.73.213.131]
Apr 21 17:39:21 85 postfix/cleanup[11976]: 3DC0F99CB: message-id=<000001c78477$2b4dc480$81e94d80$@koppentz@dj-teddybaer.de>
Apr 21 17:39:21 85 postfix/qmgr[11936]: 3DC0F99CB: from=<andre.koppentz@dj-teddybaer.de>, size=17337, nrcpt=1 (queue active)
Apr 21 17:39:21 85 postfix/virtual[11978]: fatal: gethostbyname: Success
Apr 21 17:39:22 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 11978 exit status 1
Apr 21 17:39:22 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:39:22 85 postfix/qmgr[11936]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:39:22 85 postfix/qmgr[11936]: warning: private/virtual socket: malformed response
Apr 21 17:39:22 85 postfix/qmgr[11936]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:39:24 85 postfix/smtpd[11974]: disconnect from dslb-088-073-213-131.pools.arcor-ip.net[88.73.213.131]
Apr 21 17:40:58 85 postfix/postfix-script: refreshing the Postfix mail system
Apr 21 17:40:58 85 postfix/master[11926]: reload configuration
Apr 21 17:41:10 85 postfix/smtpd[11999]: connect from dslb-088-073-213-131.pools.arcor-ip.net[88.73.213.131]
Apr 21 17:41:10 85 postfix/smtpd[11999]: 7288299E4: client=dslb-088-073-213-131.pools.arcor-ip.net[88.73.213.131]
Apr 21 17:41:10 85 postfix/cleanup[12001]: 7288299E4: message-id=<000701c78477$6c66ce80$45346b80$@koppentz@dj-teddybaer.de>
Apr 21 17:41:10 85 postfix/qmgr[11996]: 7288299E4: from=<andre.koppentz@dj-teddybaer.de>, size=17354, nrcpt=1 (queue active)
Apr 21 17:41:10 85 postfix/virtual[12002]: fatal: gethostbyname: Success
Apr 21 17:41:11 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12002 exit status 1
Apr 21 17:41:11 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:41:11 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:41:11 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:41:11 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:41:13 85 postfix/smtpd[11999]: disconnect from dslb-088-073-213-131.pools.arcor-ip.net[88.73.213.131]
Apr 21 17:41:56 85 postfix/smtpd[11999]: connect from mout0.freenet.de[194.97.50.131]
Apr 21 17:41:56 85 postfix/smtpd[11999]: 5A65A99E8: client=mout0.freenet.de[194.97.50.131]
Apr 21 17:41:56 85 postfix/cleanup[12001]: 5A65A99E8: message-id=<001001c78459$7eadbea0$00316e7c@user>
Apr 21 17:41:56 85 postfix/qmgr[11996]: 5A65A99E8: from=<sdhprentice@autosurfextreme.com>, size=3340, nrcpt=1 (queue active)
Apr 21 17:41:56 85 postfix/smtpd[11999]: disconnect from mout0.freenet.de[194.97.50.131]
Apr 21 17:42:11 85 postfix/virtual[12007]: fatal: gethostbyname: Success
Apr 21 17:42:12 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12007 exit status 1
Apr 21 17:42:12 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:42:12 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:42:12 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:42:12 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:44:36 85 postfix/smtpd[12162]: connect from unknown[66.36.228.244]
Apr 21 17:44:36 85 postfix/smtpd[12162]: lost connection after CONNECT from unknown[66.36.228.244]
Apr 21 17:44:36 85 postfix/smtpd[12162]: disconnect from unknown[66.36.228.244]
Apr 21 17:44:39 85 postfix/smtpd[12163]: connect from 77-98-44-110.cable.ubr03.smal.blueyonder.co.uk[77.98.44.110]
Apr 21 17:44:40 85 postfix/smtpd[12163]: NOQUEUE: reject: RCPT from 77-98-44-110.cable.ubr03.smal.blueyonder.co.uk[77.98.44.110]: 550 <t1807@dj-teddybaer.de>: Recipient address rejected: User unknown in virtual mailbox table; from=<c2001antf@timwetzel.com> to=<t1807@dj-teddybaer.de> proto=SMTP helo=<77-98-44-110.cable.ubr03.smal.blueyonder.co.uk>
Apr 21 17:44:40 85 postfix/smtpd[12163]: lost connection after RCPT from 77-98-44-110.cable.ubr03.smal.blueyonder.co.uk[77.98.44.110]
Apr 21 17:44:40 85 postfix/smtpd[12163]: disconnect from 77-98-44-110.cable.ubr03.smal.blueyonder.co.uk[77.98.44.110]
Apr 21 17:46:42 85 postfix/smtpd[12164]: connect from smtp002.mail.ukl.yahoo.com[217.12.11.33]
Apr 21 17:46:42 85 postfix/smtpd[12164]: 8B78799EC: client=smtp002.mail.ukl.yahoo.com[217.12.11.33]
Apr 21 17:46:42 85 postfix/cleanup[12165]: 8B78799EC: message-id=<000e01c78478$3190bea0$94b23be0$@de>
Apr 21 17:46:42 85 postfix/qmgr[11996]: 8B78799EC: from=<daskleineschaefchen@yahoo.de>, size=3631, nrcpt=1 (queue active)
Apr 21 17:46:42 85 postfix/virtual[12166]: fatal: gethostbyname: Success
Apr 21 17:46:42 85 postfix/smtpd[12164]: disconnect from smtp002.mail.ukl.yahoo.com[217.12.11.33]
Apr 21 17:46:43 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:46:43 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:46:43 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:46:43 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12166 exit status 1
Apr 21 17:46:43 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:53:20 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=AUTH
Apr 21 17:53:20 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=USER
Apr 21 17:53:20 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=PASS
Apr 21 17:53:20 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], username=webmaster@dj-teddybaer.de
Apr 21 17:53:21 85 courierpop3login: LOGIN, user=webmaster@dj-teddybaer.de, ip=[::ffff:88.73.213.131]
Apr 21 17:53:21 85 courierpop3login: LOGOUT, user=webmaster@dj-teddybaer.de, ip=[::ffff:88.73.213.131], top=0, retr=0, time=0
Apr 21 17:53:21 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=AUTH
Apr 21 17:53:21 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=USER
Apr 21 17:53:21 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=PASS
Apr 21 17:53:21 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], username=news@dj-teddybaer.de
Apr 21 17:53:21 85 courierpop3login: LOGIN, user=news@dj-teddybaer.de, ip=[::ffff:88.73.213.131]
Apr 21 17:53:21 85 courierpop3login: LOGOUT, user=news@dj-teddybaer.de, ip=[::ffff:88.73.213.131], top=0, retr=0, time=0
Apr 21 17:53:21 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=AUTH
Apr 21 17:53:21 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=USER
Apr 21 17:53:21 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=PASS
Apr 21 17:53:21 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], username=info@dj-teddybaer.de
Apr 21 17:53:21 85 courierpop3login: LOGIN, user=info@dj-teddybaer.de, ip=[::ffff:88.73.213.131]
Apr 21 17:53:22 85 courierpop3login: LOGOUT, user=info@dj-teddybaer.de, ip=[::ffff:88.73.213.131], top=0, retr=0, time=1
Apr 21 17:53:22 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=AUTH
Apr 21 17:53:22 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=USER
Apr 21 17:53:22 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=PASS
Apr 21 17:53:22 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], username=spam@dj-teddybaer.de
Apr 21 17:53:22 85 courierpop3login: LOGIN, user=spam@dj-teddybaer.de, ip=[::ffff:88.73.213.131]
Apr 21 17:53:23 85 courierpop3login: LOGOUT, user=spam@dj-teddybaer.de, ip=[::ffff:88.73.213.131], top=0, retr=0, time=1
Apr 21 17:53:23 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=AUTH
Apr 21 17:53:23 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=USER
Apr 21 17:53:23 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=PASS
Apr 21 17:53:23 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], username=games@dj-teddybaer.de
Apr 21 17:53:23 85 courierpop3login: LOGIN, user=games@dj-teddybaer.de, ip=[::ffff:88.73.213.131]
Apr 21 17:53:23 85 courierpop3login: LOGOUT, user=games@dj-teddybaer.de, ip=[::ffff:88.73.213.131], top=0, retr=0, time=0
Apr 21 17:53:23 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=AUTH
Apr 21 17:53:23 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=USER
Apr 21 17:53:23 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=PASS
Apr 21 17:53:23 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], username=andre.koppentz@dj-teddybaer.de
Apr 21 17:53:24 85 courierpop3login: LOGIN, user=andre.koppentz@dj-teddybaer.de, ip=[::ffff:88.73.213.131]
Apr 21 17:53:24 85 courierpop3login: LOGOUT, user=andre.koppentz@dj-teddybaer.de, ip=[::ffff:88.73.213.131], top=0, retr=0, time=0
Apr 21 17:53:24 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=AUTH
Apr 21 17:53:24 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=USER
Apr 21 17:53:24 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=PASS
Apr 21 17:53:24 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], username=ebay@dj-teddybaer.de
Apr 21 17:53:24 85 courierpop3login: LOGIN, user=ebay@dj-teddybaer.de, ip=[::ffff:88.73.213.131]
Apr 21 17:53:25 85 courierpop3login: LOGOUT, user=ebay@dj-teddybaer.de, ip=[::ffff:88.73.213.131], top=0, retr=0, time=1
Apr 21 17:53:25 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=AUTH
Apr 21 17:53:25 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=USER
Apr 21 17:53:25 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], command=PASS
Apr 21 17:53:25 85 courierpop3login: LOGIN: DEBUG: ip=[::ffff:88.73.213.131], username=kontakt@dj-teddybaer.de
Apr 21 17:53:25 85 courierpop3login: LOGIN, user=kontakt@dj-teddybaer.de, ip=[::ffff:88.73.213.131]
Apr 21 17:53:25 85 courierpop3login: LOGOUT, user=kontakt@dj-teddybaer.de, ip=[::ffff:88.73.213.131], top=0, retr=0, time=0
Apr 21 17:55:31 85 postfix/smtpd[12189]: connect from mischa-server.de[85.214.63.27]
Apr 21 17:55:32 85 postfix/smtpd[12189]: 0454899F5: client=mischa-server.de[85.214.63.27]
Apr 21 17:55:32 85 postfix/cleanup[12191]: 0454899F5: message-id=<E1HfHzW-0006gu-TN@nico-medien.de>
Apr 21 17:55:32 85 postfix/qmgr[11996]: 0454899F5: from=<www-data@nicomedien.de>, size=1278, nrcpt=1 (queue active)
Apr 21 17:55:32 85 postfix/virtual[12192]: fatal: gethostbyname: Success
Apr 21 17:55:32 85 postfix/smtpd[12189]: disconnect from mischa-server.de[85.214.63.27]
Apr 21 17:55:33 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:55:33 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:55:33 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:55:33 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12192 exit status 1
Apr 21 17:55:33 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:57:38 85 postfix/qmgr[11996]: 3DC0F99CB: from=<andre.koppentz@dj-teddybaer.de>, size=17337, nrcpt=1 (queue active)
Apr 21 17:57:38 85 postfix/virtual[12193]: fatal: gethostbyname: Success
Apr 21 17:57:39 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:57:39 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:57:39 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:57:39 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12193 exit status 1
Apr 21 17:57:39 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:58:59 85 postfix/smtpd[12194]: connect from 225-154-223-201.adsl.terra.cl[201.223.154.225]
Apr 21 17:59:01 85 postfix/smtpd[12194]: 5D10699F9: client=225-154-223-201.adsl.terra.cl[201.223.154.225]
Apr 21 17:59:03 85 postfix/cleanup[12195]: 5D10699F9: message-id=<637c01c7842d$8b120a97$69102933@hongen.com.cn>
Apr 21 17:59:03 85 postfix/qmgr[11996]: 5D10699F9: from=<fxcody@hongen.com.cn>, size=2413, nrcpt=1 (queue active)
Apr 21 17:59:03 85 postfix/virtual[12196]: fatal: gethostbyname: Success
Apr 21 17:59:04 85 postfix/smtpd[12194]: disconnect from 225-154-223-201.adsl.terra.cl[201.223.154.225]
Apr 21 17:59:04 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:59:04 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:59:04 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:59:04 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12196 exit status 1
Apr 21 17:59:04 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling

Code: Select all

mail.warn

Apr 21 17:32:16 85 postfix[6511]: warning: valid_hostname: invalid character 123(decimal): {MTA_HOSTNAME}
Apr 21 17:32:16 85 postfix[6511]: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: {MTA_HOSTNAME}
Apr 21 17:32:19 85 postfix/postfix-script: fatal: the Postfix mail system is already running
Apr 21 17:34:54 85 postfix/local[10251]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Apr 21 17:39:21 85 postfix/virtual[11978]: fatal: gethostbyname: Success
Apr 21 17:39:22 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 11978 exit status 1
Apr 21 17:39:22 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:39:22 85 postfix/qmgr[11936]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:39:22 85 postfix/qmgr[11936]: warning: private/virtual socket: malformed response
Apr 21 17:39:22 85 postfix/qmgr[11936]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:41:10 85 postfix/virtual[12002]: fatal: gethostbyname: Success
Apr 21 17:41:11 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12002 exit status 1
Apr 21 17:41:11 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:41:11 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:41:11 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:41:11 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:42:11 85 postfix/virtual[12007]: fatal: gethostbyname: Success
Apr 21 17:42:12 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12007 exit status 1
Apr 21 17:42:12 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:42:12 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:42:12 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:42:12 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:46:42 85 postfix/virtual[12166]: fatal: gethostbyname: Success
Apr 21 17:46:43 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:46:43 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:46:43 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:46:43 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12166 exit status 1
Apr 21 17:46:43 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:55:32 85 postfix/virtual[12192]: fatal: gethostbyname: Success
Apr 21 17:55:33 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:55:33 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:55:33 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:55:33 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12192 exit status 1
Apr 21 17:55:33 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:57:38 85 postfix/virtual[12193]: fatal: gethostbyname: Success
Apr 21 17:57:39 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:57:39 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:57:39 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:57:39 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12193 exit status 1
Apr 21 17:57:39 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling
Apr 21 17:59:03 85 postfix/virtual[12196]: fatal: gethostbyname: Success
Apr 21 17:59:04 85 postfix/qmgr[11996]: warning: premature end-of-input on private/virtual socket while reading input attribute name
Apr 21 17:59:04 85 postfix/qmgr[11996]: warning: private/virtual socket: malformed response
Apr 21 17:59:04 85 postfix/qmgr[11996]: warning: transport virtual failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 21 17:59:04 85 postfix/master[11926]: warning: process /usr/lib/postfix/virtual pid 12196 exit status 1
Apr 21 17:59:04 85 postfix/master[11926]: warning: /usr/lib/postfix/virtual: bad command startup -- throttling

Code: Select all

Postfix main.cf

#
# Postfix MTA Manager Main Configuration File;
#
# Please do NOT edit this file manually;
#

#
# Postfix directory settings; These are critical for normal Postfix MTA functionallity;
#

command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix

#
# Some common configuration parameters;
#

inet_interfaces = all
mynetworks_style = host

myhostname = mail.dj-teddybaer.de
mydomain = support.dj-teddybaer.de
myorigin = $mydomain

smtpd_banner = $myhostname VHCS2 2.4 Rhea Managed ESMTP 2.4.8 RC1
setgid_group = postdrop

#
# Receiving messages parameters;
#

mydestination = $myhostname, $mydomain 
append_dot_mydomain = no
append_at_myorigin = yes
local_transport = local
virtual_transport = virtual
transport_maps = hash:/etc/postfix/vhcs2/transport

#
# Delivering local messages parameters;
#

mail_spool_directory = /var/mail
# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"

biff = no

alias_database = hash:/etc/aliases

local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database

#
# VHCS Autoresponder parameters;
#

vhcs2-arpl_destination_recipient_limit = 1

#
# Delivering virtual messages parameters;
#

virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_limit = 0

virtual_mailbox_domains = hash:/etc/postfix/vhcs2/domains
virtual_mailbox_maps = hash:/etc/postfix/vhcs2/mailboxes

virtual_alias_maps = hash:/etc/postfix/vhcs2/aliases

virtual_minimum_uid = 1001
virtual_uid_maps = static:1001
virtual_gid_maps = static:8

#
# SASL paramters;
#

smtpd_sasl_auth_enable = yes
smtpd_sasl2_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,
			       permit_mynetworks,
			       reject_unauth_destination

#
# TLS parameters; activate, if avaible/used
#

#smtpd_tld_loglevel = 2
#smtpd_tls_cert_file = /etc/postfix/cert.pem
#smtpd_tls_key_file = /etc/postfix/privkey.pem
#smtpd_use_tls = yes
#smtpd_tls_auth_only = no
#smtpd_tls_received_header = yes


#
# AMaViS parameters; activate, if avaible/used
#

#content_filter = amavis:[127.0.0.1]:10024

#
# Quota support; activate, if avaible/used
#

#virtual_create_maildirsize = yes
#virtual_mailbox_extended = yes
#virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
#virtual_mailbox_limit_override = yes
#virtual_maildir_limit_message = "The user you're trying to reach is over mailbox quota."
#virtual_overquota_bounce = yes

Code: Select all

Postfix master.cf

#
# Postfix master process configuration file.  For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       -       -       -       smtpd
#submission inet n      -       -       -       -       smtpd
#	-o smtpd_etrn_restrictions=reject
#	-o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps    inet  n       -       -       -       -       smtpd
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n      -       -       -       -       smtpd
#  -o smtpd_etrn_restrictions=reject
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628      inet  n       -       -       -       -       qmqpd
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       -       300     1       qmgr
#qmgr     fifo  n       -       -       300     1       oqmgr
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       -       -       -       smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay     unix  -       -       -       -       -       smtp	-o fallback_relay=
#       							-o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
discard   unix  -       -       -       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       -       -       -       lmtp
anvil     unix  -       -       -       -       1       anvil
scache	  unix	-	-	-	-	1	scache
#
# TSL - Activate, if TSL is avaiable/used
#
#smtps	  inet  n	-	n	-	-	smtpd	-o smtpd_tls_wrapermode=yes
#								-o smtpd_sasl_auth_enable=yes
#
# AMaViS => Antivir / Antispam
#
amavis	  unix	-	-	n	-	2	smtp	-o smtp_data_done_timeout=1200
								-o smtp_send_xforward_command=yes
								-o disable_dns_lookups=yes

127.0.0.1:10025 inet n	-	n	-	-	smtpd	-o content_filter=
								-o local_recipient_maps=
								-o relay_recipient_maps=
								-o smtpd_restriction_classes=
								-o smtpd_client_restrictions=
								-o smtpd_helo_restrictions=
								-o smtpd_sender_restrictions=
								-o smtpd_recipient_restrictions=permit_mynetworks,reject
								-o smtpd_override_options=no_address_mappings
								-o mynetworks=127.0.0.0/8
								-o strict_rfc821_envelopes=yes
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent.  See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix	-	n	n	-	2	pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman   unix  -       -       n       -       -       pipe
  flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  ${nexthop} ${user}

#
# vhcs delivery agent.
#

vhcs2-arpl unix  -      n       n       -       -       pipe flags=O user=vmail argv=/var/www/vhcs2/engine/messager/vhcs2-arpl-msgr

587      inet  n       -       -       -       -       smtpd -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination
Hoffe mir kann jemand helfen bei dem Problem.