> the correct format for LocalDomains is the above one; > that is no "@" nor "*" as for the address_flat, I'd suggest > you to AVOID it and instead use VRFY to check for the
Just to be more clear Add all the domains ASSP will handle one on each line inside the "LocalDomains" file which should look like foo.com=>mail.foo.com:2525 bar.net=>smtp.bar.net:25 baz.org=>mx.baz.org:225 where btw the hostname (or IP) after the "=>" is the SMTP which will be used to "VRFY" incoming email recipients and the port is the port on which such server is listening; next, empty the "localaddressflat" file, remove anything from the ASSP entry for that and appy, then ensure to check the "DoVRFY" option and the "DisableVRFY" one and btw ensure that the mailservers defined above and used for VRFY *are* in effect accepting VRFY/EXPN commands ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
