--Sean Rima wrote on 02.12.2001 12:10 +0000: > Okay I run a BBS system where I offer mail to my users. The BBS software runs > (currently) on the same PC as Courier. The BBS monitors port 10025 for SMTP > mail. How do I tell Courier to send mail destined for (example) james.brown > to mstp, localhost port 10025
Use etc/esmtproutes, and dont forget to reload courier: bbs.local: [127.0.0.1],10025 Now simply forward mail for <[EMAIL PROTECTED]> to <[EMAIL PROTECTED]> and it will end up on port 10025. Courier wont care about the mx if a domain is found in esmtproutes, or add 'bbs.local' to /etc/hosts if courier really needs something to resolve. Instead of running your bbs at 127.0.0.1:10025 it would be simpler adding the alias 127.0.0.2 with ifconfig to the box and run the smtp there on port 25 as usual. Roland _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
