Date: Sun, 28 Sep 2003 21:47:34 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Alex Zivenko <twistfire@rambler.ru> Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail redirect problem Message-ID: <20030928204734.GA12443@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <000101c385cc$b2983d10$0400a8c0@fire> References: <000101c385cc$b2983d10$0400a8c0@fire>
next in thread | previous in thread | raw e-mail | index | archive | help
--wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 28, 2003 at 09:25:22AM +0300, Alex Zivenko wrote: > I have some problem here. I need a mail account on the another server, wh= ich runs on freebsd. I have a mail account, for example twistfire@rambler.r= u. I need a mail account like > fire@someserver.ru. But the acces is restricted to prevent security vuln= erabilities. The mail server is closed for ip addresses not from their subn= ets. So I decided not to login there, but when the mail will come to fire@s= omeserver.ru t will automatically redirects to twistfire@rambler.ru. > How can I do that? What I need to do in Sendmail? Sounds like you need to read the aliases(5) man page. If you haven't got access to /etc/mail/aliases on the machine in question, then you can probably just set up a .forward file in your home dir on that machine (See forward(5)). That just overrides the local delivery agent, instead forwarding the e-mail to the address in the .forward file. Don't set up two machines to forward to each other or they will spend a lot of time playing ping-pong with your e-mail, which will eventually be bounced back to sender as undeliverable. Cheers, Matthew PS You can set up that sort of either-way forwarding using procmail(1), but it relies on using formail(1) to insert special headers so that you can avoid forarding loops. See the procmailex(1) man page for an example. --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/d0jmdtESqEQa7a0RAkR6AJ4sY9J0KeIghgC2jD/oZxL+YjX6sQCcCT1J L7WLDnfr07BtfT6CLbH+1bY= =c7yI -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030928204734.GA12443>