Page 1 of 1

Share email form external to more then on internal

Posted: Sun Jan 06, 2008 1:03 pm
by Bluescreen
Hi,
i want to share my email from a external email-account (info@firma.de) to more then one internal email-accounts. But I don't find any solution.

I try:
Mailliste:
Code:
test01@xyz.local,test02@xyz.local,

/etc/aliases:
Code:
alle: :include:/etc/mailliste

fetchmailrc:
Code:
#set postmaster "postmaster"
#set bouncemail
#set no spambounce
#set properties ""
poll pop3.xyz.de
proto auto
user "123456"
pass "123456"
smtphost "mailserver.ahlf.local"
smtpname "test02@ahlf.local"
fetchall
forcecr

Message from postmaster:
Code:
test02@xyz.local
(reason: 550 Host unknown)
(expanded form: :include:/etc/mailliste)

Posted: Sun Jan 06, 2008 4:05 pm
by mikevl
Hi

This can easily be done using groups.
i.e. your external mail is dwelivered to the group distribution@xyz.com which gets delivered to you@xyz.com & yourworkmate@xyz.com & theirworkmate@xyz.com etc

You can set thes up easily. Look at groups in thwe SAC

Mike

Posted: Sun Jan 06, 2008 5:48 pm
by Bluescreen
OK, that is really easy.
Thank you!