I'm trying to setup a wildcard in advanced routing mail, to forward all incomcing traffic to a second server. I've tried something like this Code: mail-dmz-frontend.domain.tld * smtp:[172.16.100.200] 5 But not working. Is it possible to do?
This should be possible, but your mailserver may not contain any email domains or mailboxes as they will conflict with this transport and you might have to add the domains that shall be forwraded as relay domains.
sure, i don't need email account on that server, it only do a filter node that deliver mail to another server. How may i configure the filter node this way?
I wont use a wildcard forward. This will cause backsctter spam and your server will get banned by other mailservers as it will accpet emails for non existing domains and addresses. Better add a forward for existing domains only and then add only the email addresses that exist on the target server as relay recipients.
Ok, i thought infact only to add the wildcard for the forward and the relay recipinet will filter the the non existing domain. In this way i only had to add new domains in in relay reipient and not also in Advanced mail routing