Linux / UNIX Tech Support Forum
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 ...
|
|||||||
| Mail Servers Discussion on Postfix/Sendmail Mail servers and related program such as IMAP/POP3, Anti-Spam technologies. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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.
|
| Sponsored Links | ||
|
|
|
||||
|
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
__________________
Vivek Gite Linux Evangelist |
|
|||
|
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...
|
|
|||
|
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.
|
|
||||
|
You're welcome
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |