Koozali.org: home of the SME Server

forwarding an email-adress

Simon

forwarding an email-adress
« on: July 03, 2000, 11:46:40 AM »
Hi I like to forward an email address. Is this possible?
I like to have something like:

When I send to svetterli@gfs-zh.ch it forwards to simon.vetterli@siamo-la.com

How I have to do it?

Thank You for Your answer.

Charlie Brady

RE: forwarding an email-adress
« Reply #1 on: July 03, 2000, 11:56:30 AM »
Simon wrote:

> Hi I like to forward an email address. Is this possible?

It is a standard feature of e-smith 4, which is now in late beta test.

Regards

Charlie

Alessandro Degola

RE: forwarding an email-adress
« Reply #2 on: July 04, 2000, 06:13:07 PM »
Yes it is!!!

Than...enter with root (admin password) and go to this path /var/qmail/alias that
contains alias files.

Example 1:
alias1@localdomain -> localuser@localdomain
I think that you may use this command: #echo localuser > .qmail-alias1

Example 2:
alias2@localdomain -> mike@yhaoo.com (external e-mail address)

#echo &mike@yhaoo.com > .qmail-alias2

I hope my samples are clear and useful.