Rod Collen wrote: > Basically, I want to mimic sendmail's virtusertable so I can forward mail > like this: [EMAIL PROTECTED] to [EMAIL PROTECTED] where john doesnt > exist as a user on my system. > > I am using MySQL so it would be great if it could be done there, I haven't > experiment with that yet but at a glance it doesn't look like that would > work.
One way is to create an [EMAIL PROTECTED] entry in your MySQL table and a .courier-john file wherever the home directory is and include the remote email address in that file. A .courier-default is also needed, in this case, to redirect all other wildcard entries to some other default user for this domain. A simpler method might be to use "[EMAIL PROTECTED]: [EMAIL PROTECTED]" in an aliases file but I have not tested this. --markc ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
