Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
This message was created automatically by mail delivery software. A message that you sent has not yet been delivered to one or more of its recipients after 25 hours. The message has not yet been delivered to the following addresses: <lego@(meinhost)> host (meinhost)[(dieip)]: connection to mail exchanger failed No action is required on your part. Delivery attempts will continue for some time, and this warning may be repeated at intervals if the message remains undelivered. Eventually the mail delivery software will give up, and when that happens, the message will be returned to you. --- The header of the original message is following. --- Received-SPF: pass (mxeu21: domain of gmx.de designates 213.165.64.20 as permitted sender) client-ip=213.165.64.20; envelope-from=(meine email); helo=mail.gmx.net; Received: from [213.165.64.20] (helo=mail.gmx.net) by mx.kundenserver.de (node=mxeu21) with ESMTP (Nemesis), id 0ML4Q0-1I6vIu06KH-0005Ov for lego@(meinhost); Fri, 06 Jul 2007 23:25:28 +0200 Received: (qmail invoked by alias); 06 Jul 2007 21:25:27 -0000 Received: from unknown (EHLO [192.168.1.11]) [(meineip)] by mail.gmx.net (mp040) with SMTP; 06 Jul 2007 23:25:27 +0200 X-Authenticated: #25222566 X-Provags-ID: V01U2FsdGVkX188q8RUEg08X/12hM1IX6Qd1/HsIdXYtJ2kfPD2WA QE48Pxn1nKWG9s Message-ID: <468EB3CF.8020208@gmx.de> Date: Fri, 06 Jul 2007 23:27:43 +0200 From: Ronny <(meine email)> User-Agent: Thunderbird 2.0.0.4 (X11/20070628) MIME-Version: 1.0 To: lego@(meinhost) Subject: 2134 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Lego« (11.08.2007, 20:48)
Zitat
Original von Lego
...Nun habe ich die Kiste relativ dicht gemacht per IPTables und wollte mal fragen ob ich irgent nen Port aufmachen muss oder wo der Fehler stecken könnte.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
myhostname = multi-network.org mydestination = $myhostname, $mydomain, localhost.$myhostname, localhost.$mydomain, localhost mynetworks = 127.0.0.0/8 inet_interfaces = all mail_owner = postfix setgid_group = postdrop smtpd_banner = $myhostname ESMTP Mailserver smtpd_helo_required = yes append_dot_mydomain = no biff = no # Postfix Debugger configuration #debug_peer_level = 2 #debugger_command = # PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont; # echo where) | gdb $daemon_directory/$process_name $process_id 2>&1 # >$config_directory/$process_name.$process_id.log & sleep 5 # Postfix performance settings default_destination_concurrency_limit = 20 local_destination_concurrency_limit = 2 # Virtual delivery settings virtual_transport = virtual virtual_mailbox_base = /var/syscpvmail/ virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailbox_maps.cf virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_mailbox_domains.cf virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_alias_maps.cf virtual_uid_maps = static:210 virtual_gid_maps = static:210 # Local delivery settings local_transport = local alias_database = hash:/etc/mail/aliases alias_maps = $alias_database # SASL settings smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = $myhostname smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes # TLS settings smtpd_use_tls = yes smtpd_tls_cert_file = /etc/ssl/server/multi-network.org.crt smtpd_tls_key_file = /etc/ssl/server/multi-network.org.key smtpd_tls_auth_only = no smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev:/dev/urandom |
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »Lego« (10.07.2007, 16:05)
Quellcode |
|
1 |
smtpd_recipient_restrictions |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Lachi« (10.07.2007, 20:54)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
:INPUT DROP [5492:260766] :FORWARD DROP [0:0] :OUTPUT ACCEPT [11370446:2971483079] :fail2ban-ProFTPD - [0:0] :fail2ban-SSH - [0:0] [808:44432] -A INPUT -p tcp -m tcp --dport 21 -j fail2ban-ProFTPD [311360:18679800] -A INPUT -p tcp -m tcp --dport 22 -j fail2ban-SSH [2466777:804838848] -A INPUT -i eth0 -p tcp -m tcp --dport 1024:65535 -j ACCEPT [8704826:1550413895] -A INPUT -i eth0 -p udp -m udp --dport 1024:65535 -j ACCEPT [1:44] -A INPUT -i eth0 -p tcp -m tcp --dport 20 -j ACCEPT [764:41287] -A INPUT -i eth0 -p tcp -m tcp --dport 21 -j ACCEPT [6777:432632] -A INPUT -i eth0 -p tcp -m tcp --dport 53 -j ACCEPT [3234:230246] -A INPUT -i eth0 -p udp -m udp --dport 53 -j ACCEPT [9:454] -A INPUT -i eth0 -p tcp -m tcp --dport 113 -j ACCEPT [0:0] -A INPUT -i eth0 -p udp -m udp --dport 113 -j ACCEPT [55904:4101804] -A INPUT -i eth0 -p tcp -m tcp --dport 80 -j ACCEPT [2145:249225] -A INPUT -i eth0 -p tcp -m tcp --dport 443 -j ACCEPT [5857:254873] -A INPUT -i eth0 -p tcp -m tcp --dport 110 -j ACCEPT [0:0] -A INPUT -i eth0 -p tcp -m tcp --dport 123 -j ACCEPT [0:0] -A INPUT -i eth0 -p udp -m udp --dport 123 -j ACCEPT [397:16640] -A INPUT -i eth0 -p tcp -m tcp --dport 143 -j ACCEPT [0:0] -A INPUT -i eth0 -p tcp -m tcp --dport 995 -j ACCEPT [369384:25593243] -A INPUT -i eth0 -j REJECT --reject-with icmp-port-unreachable [0:0] -A INPUT -i eth0 -p tcp -m tcp --dport 2049 -j REJECT --reject-with icmp-port-unreachable [0:0] -A INPUT -i eth0 -p tcp -m tcp --dport 3306 -j REJECT --reject-with icmp-port-unreachable [0:0] -A INPUT -i eth0 -p tcp -m tcp --dport 4559 -j REJECT --reject-with icmp-port-unreachable [0:0] -A INPUT -i eth0 -p tcp -m tcp --dport 6000 -j REJECT --reject-with icmp-port-unreachable [0:0] -A INPUT -i eth0 -p tcp -m tcp --dport 444 -j ACCEPT [238165:16329865] -A INPUT -i tun+ -j ACCEPT [132335:6757449] -A INPUT -i lo -j ACCEPT [0:0] -A INPUT -i eth0 -p tcp -m tcp --dport 25 -j ACCEPT [0:0] -A FORWARD -i tun+ -j ACCEPT [0:0] -A FORWARD -i lo -j ACCEPT [669:35736] -A fail2ban-ProFTPD -j RETURN [311360:18679800] -A fail2ban-SSH -j RETURN COMMIT |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Lego« (15.07.2007, 14:21)
Zitat
Original von Lego
@Lachi Kannste vieleicht sagen, was du genau meinst, weil ich hab es zwar durchgelesen aber nichts gefunden was ich nun setzten soll.
Zitat
Warnings:
Do not specify the names of virtual domains - those domains are specified elsewhere. See VIRTUAL_README for more information.
Zitat
Besides the canonical domains, Postfix can be configured to be final destination for any number of additional domains. These domains are called hosted, because they are not directly associated with the name of the machine itself. Hosted domains are usually implemented with the virtual alias domain address class and/or with the virtual mailbox domain address class, as defined in the ADDRESS_CLASS_README file.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Lachi« (15.07.2007, 15:04)
Quellcode |
|
1 2 3 4 5 6 |
Aug 10 17:47:43 master postfix/smtpd[3730]: connect from nf-out-0910.google.com[64.233.182.187] Aug 10 17:47:43 master postfix/smtpd[3730]: warning: unknown smtpd restriction: "permit_mydestination" Aug 10 17:47:43 master postfix/smtpd[3730]: NOQUEUE: reject: RCPT from nf-out-0910.google.com[64.233.182.187]: 451 4.3.5 Server configuration error; from=<legodev@googlemail.com> to=<lego@weggesprengt.de> proto=ESMTP helo=<nf-out-0910.google.com> Aug 10 17:47:43 master postfix/cleanup[3735]: 3CF5E138029: message-id=<20070810154743.3CF5E138029@multi-network.org> Aug 10 17:47:43 master postfix/qmgr[3488]: 3CF5E138029: from=<double-bounce@multi-network.org>, size=942, nrcpt=1 (queue active) Aug 10 17:47:43 master postfix/smtpd[3730]: disconnect from nf-out-0910.google.com[64.233.182.187] |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Lego« (11.08.2007, 20:47)