Bevor ich zu HostEurope gewechselt habe, hatte ich keine Probleme.
Nun erscheint beim Aufruf von "Nicht zustellbare Mails abholen" folgende Fehlermeldung:
Kann keine POP3-Verbindung aufbauen zu wp123.webpack.hosteurope.de: Unable to create selectable TCP socket (1505 >= 1024)
Verarbeite Retouren gemäss den aktuellen Regeln.Habe diverse Foren durchgeschaut und diverse Änderungen ausprobiert, aber nichts hat funktioniert.
Hier noch einige Auszüge aus der config.php, falls dies zur Fehlerbehung hilfreich ist:
# what is your Mysql database server
$database_host = "localhost";
# what is the name of the database we are using
$database_name = "db1234567-xxx";
# who do we log in as?
$database_user = "username";
# and what password do we use
$database_password = "password";
=========================================================================
Settings for handling bounces
=========================================================================
*/
# Message envelope. This is the email that system messages come from
# it is useful to make this one where you can process the bounces on
# you will probably get a X-Authentication-Warning in your message
# when using this with sendmail
# NOTE: this is *very* different from the From: line in a message
# to use this feature, uncomment the following line, and change the email address
# to some existing account on your system
# requires PHP version > "4.0.5" and "4.3.1+" without safe_mode
$message_envelope = 'bounce@domain.de';
# Handling bounces. Check README.bounces for more info
# This can be 'pop' or 'mbox'
$bounce_protocol = 'pop';
# when the protocol is pop, specify these three
$bounce_mailbox_host = 'wp111.webpack.hosteurope.de';
$bounce_mailbox_user = 'wp1234567-bounce';
$bounce_mailbox_password = 'password';
# the "port" is the remote port of the connection to retrieve the emails
# the default should be fine but if it doesn't work, you can try the second
# one. To do that, add a # before the first line and take off the one before the
# second line
$bounce_mailbox_port = "110/pop3/notls";
#$bounce_mailbox_port = "110/pop3";
# when the protocol is mbox specify this one
# it needs to be a local file in mbox format, accessible to your webserver user
$bounce_mailbox = '/var/spool/mail/listbounces';Wer kann mir helfen? Es wäre mir auch schon eine Hilfe, wenn mir jemand sagen könnte was genau das Problem ist. Dann kann ich wenigstens weiter nach eine Lösung suchen. HostEurope teilt mir mit, dass das Problem am Skript liegt und nicht an ihnen...
Vielen Dank!