Ernesto Domato <[email protected]> wrote on 2009-Mar-19: > Even more, what I really wish to do is to forward everything that > comes to a domain to another mail address, something like: > > @domain: u...@otherdomain > > Everything I tried so far failed so I'm asking for some help.
For this sort of virtual domain to work, you must use a local user. So in the alias file add the line: @domain: user then in the HOME directory for the account 'user' create the file '.courier-default' and in it put: u...@otherdomain Now any mail for any user "@domain" will be delivered to the email account 'user' which will immediately forward it to "u...@otherdomain". If you want mail that is actually addressed directly to "user" to be forwarded as well, then you need to create the file '.courier' in the 'user' HOME directory and put "u...@otherdomain" in it as well. HTH Jeff Jansen ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
