wie der Titel schon sagt habe ich ein big problem. Mein Mailserver will einfach nicht.
Ich habe Squirrelmail installiert. Das erstellen der adressen etc. läuft auch wunderbar.
Aber wenn ich Emails über die Webmail verschicken möchte, bleibt das ganze ca. 10min hängen und dann werde ich gefragt ob ich die Datei "compose.php" downloaden möchte 8O
Wenn ich von wo anderst eine mail an die bei Squirrelmail erstellte schicke bekomme ich ein Mail delivery failed zurück.
Meine mail.cf sieht so aus:
Habe zum test--------------------------------------------------------------------------------------------------------
#
# Fichier de configuration de Postfix pour AlternC
# $Id: main.cf,v 1.17 2006/01/12 06:50:15 anarcat Exp $
#
# %%warning_message%%
# pour postfix SARGE v2
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
# recipient_delimiter = +
home_mailbox = Maildir/
smtpd_banner = $myhostname ESMTP
header_checks = regexp:/etc/postfix/header_checks
body_checks = regexp:/etc/postfix/body_checks
local_destination_concurrency_limit = 8
default_destination_concurrency_limit = 10
myhostname = %%fqdn%%
myorigin = %%fqdn%%
mynetworks = 127.0.0.1 %%mynetwork%%
# Configuration TLS pour le serveur smtp :
smtpd_use_tls = yes
smtpd_tls_dcert_file = /etc/courier/pop3d.pem
smtpd_tls_dkey_file = $smtpd_tls_dcert_file
smtpd_tls_CApath = /etc/ssl/certs/
smtpd_tls_key_file = $smtpd_tls_dcert_file
smtpd_tls_cert_file = $smtpd_tls_dcert_file
smtpd_tls_loglevel = 0
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
# Configuration TLS pour le client smtp
smtp_use_tls = yes
smtp_tls_dcert_file = $smtpd_tls_dcert_file
smtp_tls_dkey_file = $smtpd_tls_dcert_file
smtp_tls_CApath = $smtpd_tls_CApath
# Configuration SASL via sasldb (/etc/sasldb) uniquement en TLS.
# Sinon le pass passe en clair et c'est mal !
smtpd_tls_auth_only = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = postfix
smtpd_sasl_security_options = noanonymous
enable_sasl_authentification = yes
broken_sasl_auth_clients = yes
#queue_directory = /var/spool/postfix
#command_directory = /usr/sbin
#daemon_directory = /usr/lib/postfix
#mail_owner = postfix
#recipient_delimiter = +
# Pour éviter certains vieux spammeurs.
disable_vrfy_command = yes
# On autorise le relai à : les authentifiés en saslet nos domaines.
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_invalid_hostname, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipien$
alias_maps = mysql:/etc/postfix/myalias.cf hash:/etc/aliases
virtual_maps = proxy:mysql:/etc/postfix/mydomain.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/myvirtual.cf
virtual_mailbox_base = /
virtual_minimum_uid = 1000
virtual_gid_maps = proxy:mysql:/etc/postfix/mygid.cf
virtual_uid_maps = static:33
default_privs = www-data
program_directory = /usr/lib/postfix
--------------------------------------------------------------------------------------------------------
myhostname = %%fqdn%%
myorigin = %%fqdn%%
mynetworks = 127.0.0.1 %%mynetwork%%
in die ersten zwei linien die adresse meines servers eingetragen und in die letzte die IP.
Negatif.
Meine Zonen sind eingegeben:
130.59.1.80/32
192.134.4.0/24
217.70.177.44/32
80.247.228.205/32
:arrow: Dann, riesige überprüfungen:
in der /etc/bind/named.conf
include "/etc/bind/slaveip.conf"; //ist vorhanden
allow-query { "internal"; "vserver";"allslaves";}; // darf queries machen
allow-transfer { "allslaves"; }; // darf transferieren
include "/etc/bind/automatic.conf"; // meine domains werden included
:arrow: Als nächstes kam /etc/bind/slaveip.conf unter die lupe:
acl "allslaves" { // slaveip ist auch wirklich allslaves
:arrow: /etc/bind/automatic.conf
Meine Zonen sind deklariert und man kann querys durchführen
zone "riglanne.info" { type master; file "/etc/bind/master/riglanne.info"; allow-query { any; }; };
:arrow: In /etc/bind/master/ habe ich eine cf meiner domaine
:arrow: /etc/bind/master/meinedomain
@ IN SOA vds48593.nfrance.com. postmaster.riglanne.info. (
IN NS vds48593.nfrance.com.
IN NS ns2.slconseil.com.
IN NS ns6.gandi.net.
Auch alles klar...(hoffe ich doch)
:arrow: zum schluss
ein süßes
rndc refresh riglanne.info
rndc reload
Und... ich bin mit meinem Latein am ende
Die domain ist übrigens riglanne.info .
Aber auch meine anderen domains sind natürlich betroffen.
Könnt Ihr mir weiterhelfen?
Sry für die langen Ausführungen aber ich wollte so genau wie möglich sein.
Danke im voraus
Maggus