Mailserver in Ubuntu: Postfix

Status
Niet open voor verdere reacties.

Sven2007

Gebruiker
Lid geworden
8 feb 2007
Berichten
113
Ik heb een servermachine in Linux en een Usermachine in Windows. Ik wil nu in Linux een mailserver draaien. Met de Windows wil ik via outlouk mailboxen aanmaken op die mailserver.

Ik installeerde Postfix en POP3 en IMAP.

Vervolgens ging ik op zoek naar mailboxen aanmaken en ik kwam dit tegen:

With the approach described in this section, every hosted domain can have its own info etc. email address. However, it still uses UNIX system accounts for local mailbox deliveries.

With virtual alias domains, each hosted address is aliased to a local UNIX system account or to a remote address. The example below shows how to use this mechanism for the example.com domain.

1 /etc/postfix/main.cf:
2 virtual_alias_domains = example.com ...other hosted domains...
3 virtual_alias_maps = hash:/etc/postfix/virtual
4
5 /etc/postfix/virtual:
6 postmaster@example.com postmaster
7 info@example.com joe
8 sales@example.com jane
9 # Uncomment entry below to implement a catch-all address
10 # @example.com jim
11 ...virtual aliases for more domains...

Wil dit nu zeggen dat ik voor elke mailbox een account in linux moet aanmaken en ik vervolgens in Outlouk (Windows Machine) het e-mail adres moet instellen info@example.com met de gebruikersnaam en wachtwoord van Joe zoals hij die gebruikt in Linux ?

Of heb ik het fout ?
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan