Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
Help with creating mailbox in Redhat/Webmin
Old 04-18-2008, 04:21 AM Help with creating mailbox in Redhat/Webmin
Novice Talker

Posts: 5
Name: Apple Bag
Trades: 0
Hi all

I'm not well versed with Linux administration, and I have a domain that I need to create a second mailbox for.

i.e I already have me@fubar.com for the domain fubar.com, and now I want to make submit@fubar.com.

I would prefer not to have to create a whole new user if posible because down the road I may end up having to make many many mailboxes for this domain (hopefully it's going to be a big site), but if I have to I will.

I am using Webmin control panel on a Redhat OS.

Thanks!
AppleBag is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-18-2008, 10:27 AM Re: Help with creating mailbox in Redhat/Webmin
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,528
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
depends on what mail server is installed.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-18-2008, 12:37 PM Re: Help with creating mailbox in Redhat/Webmin
Novice Talker

Posts: 5
Name: Apple Bag
Trades: 0
Think its just Sendmail an Fetchmail.

Sendmail version 8.13.1, config V10/Berkeley
AppleBag is offline
Reply With Quote
View Public Profile
 
Old 04-18-2008, 02:43 PM Re: Help with creating mailbox in Redhat/Webmin
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Create an alias.
I have not used red-hat since 1999, so I'll give you the shell version:
Code:
//Log as root, and go to /etc/mail
$root> cd /etc/mail [enter]
//edit the "alias" file
$root> nano alias [enter]
//NOTE TO APPLEBAG: those are the basic aliases on a Gentoo system, they might be different of yours...
# Basic system aliases -- these MUST be present.
MAILER-DAEMON:      postmaster
postmaster:         root

# General redirections for pseudo accounts.
adm:                root
bin:                root
daemon:             root
exim:               root
lp:                 root
mail:               root
named:              root
nobody:             root
postfix:            root

# Well-known aliases -- these should be filled in!
# root:
# operator:

# Standard RFC2142 aliases
abuse:              postmaster
ftp:                root
hostmaster:         root
news:               usenet
noc:                root
security:           root
usenet:             root
uucp:               root
webmaster:          root
www:                webmaster

# trap decode to catch security attacks
# decode:           /dev/null

//<!!! ADD THE ALIAS HERE !!>
submit: me
//Then exit with save (ctrl+x and answer questions. When it asks for the file name, hit enter)

//Back to the shell, declare the system that the alias list has changed 
$root> newaliases [enter]
And this should be enough.

Every mails sent to submit@foobar.org will be stored in the me@foobar.org mailbox
__________________
Only a biker knows why a dog sticks his head out the window.

Last edited by tripy; 04-18-2008 at 02:45 PM..
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Reply     « Reply to Help with creating mailbox in Redhat/Webmin
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18390 seconds with 12 queries