Wietse Venema: > Alumno Etsii: > > virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf > > > > In this table, there is a row with value: devels.es > > > > So why is this still happening? > > What is the result for: > > postmap -q devels.es mysql:/etc/postfix/mysql-virtual_domains.cf
If this returns devels.es, then Postfix will try to deliver to the service specified with "virtual_transport" instead of the relayhost. What is the output from: postconf virtual_transport Wietse