Hello Falko,
I found the solution with my problem with the assistance of the community Forum Debian <debian-user-french@lists.debian.org>. For having to carry out the command below
mysql> select * from transport;
+-----------------------+---------------------------------+
| domain | transport |
+-----------------------+---------------------------------+
| dpi-arobasetelecom.ci | smtp:mail.dpi-arobasetelecom.ci |
+-----------------------+---------------------------------+
1 row in set (0.00 sec)
mysql> delete from transport;
Query OK, 1 row affected (0.08 sec)
mysql> select * from transport;
Empty set (0.00 sec)
It was just necessary to remove the line dpi-arobasetelecom.ci | smtp:mail.dpi-arobasetelecom.ci | from the table transport so that the local emails are delivered.
Thank you once again for patience and your support.
|