Toon posts:

Nogsteeds postfix problemen..

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ze zeggen dat Postfix relatief makkelijk is om aan de gang te krijgen, nou.. ik snapt er nix van

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
blackbox:/var/log # postconf -n
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
mail_owner = postfix
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
mydestination = creative-minds.com
mydomain = creative-minds.com
myhostname = blackbox.creative-minds.com
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = creative-minds.com
sample_directory = /etc/postfix
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
virtual_maps = mysql:/etc/postfix/mysql-virtual.cf


en dat lijdt als resultaat tot dit:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This is the Postfix program at host blackbox.creative-minds.com.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the message returned below.

The Postfix program

<creativemind-0001@blackbox.creative-minds.com>: mail for
    blackbox.creative-minds.com loops back to myself


Ik ben er al twee weken mee bezig(een server crash en een week downtime inbegrepen) en ik kom er maar niet uit.

Zoals eerst pakt hij wel de username(user-0001@creative-minds.com) maar niet de alias(daredevil@creative-minds.com) wat toch best irri is.

Verwijderd

Op een of andere manier denk ie toch dat de domain name die je noemt niet local is. Ik heb het ooit met Exim gehad, uit die FAQ:

Q0301: What do "lowest numbered MX record points to local host" and "remote host address is the local host" mean?
A0301: They mean exactly what they say. Exim has tried to route a domain that it thinks is not local, and when it looked it up in the DNS, either the lowest numbered MX record pointed at the local host, or there were no MX records, and the address record for the domain pointed to an IP address that belongs to the local host.

(A) If the domain is meant to be handled as a local domain, then there is a problem with the setting of the local_domains configuration option. If you have not set this, then only the name of the local host is treated as a local domain. If, for example, your host is called myhost.mydomain.com and you want it to handle mail for the domain mydomain.com as well as for its own name, you must set

local_domains = myhost.mydomain.com:mydomain.com
or, if you want to be more general, you could use

local_domains = *.mydomain.com:mydomain.com
If you have a large number of individual local domains, you should investigate storing them in a file and setting local_domains to do a lookup.

  • 0siris
  • Registratie: Augustus 2000
  • Laatst online: 12-08 06:34
heb je hier wat aan? even zoeken op "loop"
Of anders deze link?

ach...in een volgend leven lach je er om!


Verwijderd

Topicstarter
die links hielpen ook niet.. iemand anders nog tips

Verwijderd

Topicstarter
echt niemand? =)

Verwijderd

hij zegt dat hij naar zichzelf aan het loopen is.
je hebt jezelf als smtp-relay geconfigureerd. dwz, alle mail die hij tegenkomt, die voor jouw domein bedoelt is verstuurt hij opnieuw naar zichzelf dus :)

kortom: je moet jezelf niet als smtp relay aanzetten.
relay_domains = creative-minds.com moet dus leeg!

Verwijderd

Topicstarter
Ik heb wat toegevoegd aan mijn $mydestination zijnde "$myhostname, localhost.$mydomain, $mydomain" nu pakt ie hem wel, als ik localhost.$mydomain weg haal gaat ie weer vervelen..

heb ook relay_domains uitgezet, en dat werkt ook perfect, tnx!
Pagina: 1