Am Freitag 01 September 2006 09:30 schrieb Feizhou: > ? is not this box supposed to also store the mail? why is it trying to > do remote mail delivery? fetchmail - postfix - amavis - postfix - cyrus ... > the whole main.cf file without the comments please. queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/libexec/postfix mail_owner = postfix myhostname = main.jacmelaw.local mydomain = jacmelaw.local myorigin = $mydomain inet_interfaces = $myhostname, localhost mydestination = $myhostname, localhost, $mydomain, localhost.$mydomain unknown_local_recipient_reject_code = 450 mynetworks = 192.168.0.0/24 127.0.0.0/8 relayhost = auth.smtp.kundenserver.de alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases mail_spool_directory = /var/spool/mail mailbox_command = /usr/lib/cyrus-imapd/deliver mailbox_transport = cyrus luser_relay = $root at mail.space.mil smtpd_banner = $myhostname ESMTP local_destination_concurrency_limit = 2 default_destination_concurrency_limit = 20 debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 sendmail_path = /usr/sbin/sendmail.postfix newaliases_path = /usr/bin/newaliases.postfix mailq_path = /usr/bin/mailq.postfix setgid_group = postdrop html_directory = no manpage_directory = /usr/share/man sample_directory = /usr/share/doc/postfix-2.2.10/samples readme_directory = /usr/share/doc/postfix-2.2.10/README_FILES cyrus_destination_recipient_limit=1 canonical_maps = hash:/etc/postfix/canonical disable_dns_lookups = no smtpd_sender_restrictions = hash:/etc/postfix/access smtpd_helo_required = no smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth smtp_sasl_security_options = noanonymous smtpd_use_tls = no smtp_use_tls = no content_filter = smtp-amavis:[127.0.0.1]:10024 Timothy