> I understand that having multiple MTA destinations, I might want to specify: > mydomain.ext=>n.n.n.n:port|otherdomain.ext=>n2.n2.n2.n2:port
First of all, if you have multiple domains, it would be a good idea entering in "localdomains" something like file:files/localdomains.txt and then filling up the file with the lists of your domains placing each entry on its own, separate row, for example foobar.net=>192.0.2.100:25 example.com=>192.0.2.100:25 baztaz.org=>192.0.2.100:25 this isn't mandatory, by the way, but will simplify managing the domain list; as for the VRFY/EXPN; if I'm not wrong, if you don't specify the "=>ip:port" and you checked the "DoVRFY" option, ASSP will use the "smtpDestination" server to run the VRFY; alternatively you may disable VRFY (and avoid using the "=>ip:port" syntax) and set up your backend MTA to refuse (with an SMTP error code 5xx) invalid recipients; ASSP in such a case will attempt an "RCPT TO" (instead of trying a VRFY) and reject the recipient if the "RCPT TO" fails ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
