
8 May
2003
8 May
'03
7:36 a.m.
Am Donnerstag, 8. Mai 2003 04:19 schrieb Martin Edenhofer: Hi Martin, Thanks for the advice.
Maybe it is someting with your local DNS setup ... That's the problem.
If you want to disable mx checks add the following to your Kernel/Config.pm and restart your webserver (if you use mod_perl).
[...] $Self->{CheckMXRecord} = 0; [...] I did that and now it works. Wolfgang