nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

How do i create new email accounts in Postfix?

This is a discussion on How do i create new email accounts in Postfix? within the Mail Servers forums, part of the Mastering Servers category; Hi there, i am a newbie in Postfix and Unix generally. I have a Postfix Mail Server running on Mandrake ...


Go Back   nixCraft Linux Forum > Mastering Servers > Mail Servers

Linux answers from nixCraft.


Mail Servers Discussion on Postfix/Sendmail Mail servers and related program such as IMAP/POP3, Anti-Spam technologies.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 31-07-2008, 05:18 AM
Junior Member
User
 
Join Date: Jul 2008
OS: Mandrake
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
stoneiidol is on a distinguished road
Question How do i create new email accounts in Postfix?

Hi there, i am a newbie in Postfix and Unix generally. I have a Postfix Mail Server running on Mandrake v10 and would like to know how to create new email accounts and also how to delete and edit existing accounts. I've tried looking through the net for help but couldnt find any. Thanx for your help.
Reply With Quote
  #2 (permalink)  
Old 31-07-2008, 10:05 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Usually, UNIX / Linux user account used as email account. There are other ways like use sql / ldap backend to store username and password for email server which requires additional configuration and options. You can simply create user account using useradd command and modify account using usermod command. To delete user account use userdel command. Here is command to add a new email user account:
Code:
useradd -s /sbin/nologin username
passwd username
You need to configure IMAP / POP3 along with Postfix to send and recive emails from Outlook or Thunderbird.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #3 (permalink)  
Old 04-08-2008, 04:48 AM
Junior Member
User
 
Join Date: Jul 2008
OS: Mandrake
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
stoneiidol is on a distinguished road
Default

Thanx alot nixcraft, unfortunatly i counldnt not do anything as i didnt have the root password. The person who knows the psswrd said he forgot so i am now trying to reset the root psswrd. I will boot in the single-user mode to do this however if you have any idea on this, please help me out. Your help is much appreciated...
Reply With Quote
  #4 (permalink)  
Old 05-08-2008, 04:13 AM
Junior Member
User
 
Join Date: Jul 2008
OS: Mandrake
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
stoneiidol is on a distinguished road
Default

At last! i managed to create a new root password successfully and was able to create and delete user accounts. Thanx again nixcraft for pointing me in the right direction.
Reply With Quote
  #5 (permalink)  
Old 05-08-2008, 09:02 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

You're welcome
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Email Disclaimer mvibin Mail Servers 2 21-05-2008 11:23 AM
Automated email srinivasantarvedi CentOS / RHEL / Fedora 4 14-04-2008 07:26 PM
Shell code for Restoring cpmove accounts(bulk amount) vivekv Shell scripting 2 03-12-2007 09:56 PM
Postfix mail server create self-signed SSL certificates on Cent OS / Redhat linux rockdalinux Getting started tutorials 0 15-06-2007 06:21 PM
Postfix allow incomming email on Fedora Core 4 matt8534 Linux software 4 21-07-2006 05:30 AM


All times are GMT +5.5. The time now is 02:58 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38