LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 09-18-2008, 03:09 AM   #16
shrry8
Member
 
Registered: Nov 2006
Posts: 36

Original Poster
Rep: Reputation: 15

no no these groups are not on MS-Exchange. These groups are used in Exchange for restricting users.
Groups are created in Active Directory.

Do you have any idea how can i utilize my existing groups of AD in Linux
 
Old 09-18-2008, 03:14 AM   #17
linuxgurusa
Member
 
Registered: Mar 2008
Location: Namibia, Swakopmund
Distribution: Redhat, Fedora, Centos, ClearOS, Mandrake
Posts: 151

Rep: Reputation: 29
Quote:
Originally Posted by shrry8 View Post
no no these groups are not on MS-Exchange. These groups are used in Exchange for restricting users.
Groups are created in Active Directory.

Do you have any idea how can i utilize my existing groups of AD in Linux
Not too sure ;-)
 
Old 09-18-2008, 03:36 AM   #18
shrry8
Member
 
Registered: Nov 2006
Posts: 36

Original Poster
Rep: Reputation: 15
i have a slight problem in sending emails.
when i send email my address shows as shariq@navigator.mycompany.org
but i want shariq@mycompany.org

/etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
10.10.3.44 navigator navigator.tabbaheart.org localhost
10.10.3.44 tabbaheart.org
::1 localhost6.localdomain6 localhost6
 
Old 09-18-2008, 05:28 AM   #19
linuxgurusa
Member
 
Registered: Mar 2008
Location: Namibia, Swakopmund
Distribution: Redhat, Fedora, Centos, ClearOS, Mandrake
Posts: 151

Rep: Reputation: 29
Quote:
Originally Posted by shrry8 View Post
i have a slight problem in sending emails.
when i send email my address shows as shariq@navigator.mycompany.org
but i want shariq@mycompany.org

/etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
10.10.3.44 navigator navigator.tabbaheart.org localhost
10.10.3.44 tabbaheart.org
::1 localhost6.localdomain6 localhost6
I guess you are sending from a webmail account ? If so, you need to change the hostname of the server ( short route) or better is to check the config files for your webmail program to specify outgoing smtp domian.
 
Old 09-18-2008, 05:32 AM   #20
shrry8
Member
 
Registered: Nov 2006
Posts: 36

Original Poster
Rep: Reputation: 15
I am sending emails using mutt
my hostname is NAVIGATOR
i didnt configure any webmail client ....but i will in near future... can u suggest one ??

Last edited by shrry8; 09-18-2008 at 05:41 AM.
 
Old 09-18-2008, 05:41 AM   #21
linuxgurusa
Member
 
Registered: Mar 2008
Location: Namibia, Swakopmund
Distribution: Redhat, Fedora, Centos, ClearOS, Mandrake
Posts: 151

Rep: Reputation: 29
Quote:
Originally Posted by shrry8 View Post
I am sending emails using mutt
mutt uses your hostname as the sending domain name.
If you type the following command:

hostname

You will see it is the same as what you send as.

just type the word hostname followed by what you want your sending domain name to be and try again

SO , if you type the command " hostname " and it gives

mail.yourdomain.com , you will send as user@mail.yourdomain.com

If you type the command " hostname yourdomain.com " and then send again it will be user@yourdomain.com

edit the /etc/sysconfig/network file to change the hostname permantly as well.

If it does not work after you did the hostname command change, change that /etc/sysconfig/network file and reboot.
 
Old 09-18-2008, 05:46 AM   #22
shrry8
Member
 
Registered: Nov 2006
Posts: 36

Original Poster
Rep: Reputation: 15
Thanks Again it worked
and what can you suggest me a webmail client will some basic features like address book functions, auto complete feature,or can be AJAX based webmail client

Last edited by shrry8; 09-18-2008 at 05:48 AM.
 
Old 09-18-2008, 05:47 AM   #23
linuxgurusa
Member
 
Registered: Mar 2008
Location: Namibia, Swakopmund
Distribution: Redhat, Fedora, Centos, ClearOS, Mandrake
Posts: 151

Rep: Reputation: 29
Quote:
Originally Posted by shrry8 View Post
Thanks Again it worked
Pleasure !
 
Old 09-18-2008, 05:51 AM   #24
shrry8
Member
 
Registered: Nov 2006
Posts: 36

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by shrry8 View Post
Thanks Again it worked
and what can you suggest me a webmail client will some basic features like address book functions, auto complete feature,or can be AJAX based webmail client,spam support or some what like OUTLOOK
and qouta management for mailboxes
 
Old 09-18-2008, 05:55 AM   #25
linuxgurusa
Member
 
Registered: Mar 2008
Location: Namibia, Swakopmund
Distribution: Redhat, Fedora, Centos, ClearOS, Mandrake
Posts: 151

Rep: Reputation: 29
Quote:
Originally Posted by shrry8 View Post
and qouta management for mailboxes
The best thing to use is a webmail program called OpenWebmail

This program is brilliant, and does Quota configurations as well ;-) Just will be the easiest right now ;-)
 
Old 09-18-2008, 06:04 AM   #26
shrry8
Member
 
Registered: Nov 2006
Posts: 36

Original Poster
Rep: Reputation: 15
ok can you guide me how to uninstall a a tar.gz package which was previously installed by help manual of that program

and will it be generic means same uninstall process for all the tar.gz packages
 
Old 09-18-2008, 06:08 AM   #27
linuxgurusa
Member
 
Registered: Mar 2008
Location: Namibia, Swakopmund
Distribution: Redhat, Fedora, Centos, ClearOS, Mandrake
Posts: 151

Rep: Reputation: 29
Quote:
Originally Posted by shrry8 View Post
ok can you guide me how to uninstall a a tar.gz package which was previously installed by help manual of that program

and will it be generic means same uninstall process for all the tar.gz packages
OK, when you installed a .tar.gz program, you would generally do

tar -zxvf program.tar.gz

This will unpack the stuff for you in a folder with the same name as the .tar.gz file .

Inside this directory is where you ran the ./install or make / make install command right?

SO all you need to do now is to go to the same directory and just type

make uninstall
 
Old 09-18-2008, 06:20 AM   #28
shrry8
Member
 
Registered: Nov 2006
Posts: 36

Original Poster
Rep: Reputation: 15
Well one more thing to ask

i am currently using MS-Exchange 2003 server as my Email Server. My Company domain name is mycompany.org registered on internet and my local domain name is also mycompany.org. I have configured a one Catch All Pop Account at my webhost where my mail.mycompany.org is running. Then on my local Exchange server i have configured GFI Mail Essential for downloading the emails from the POP Account and delivered it to local exchange server.

Can i do the same using linux environment ??
 
Old 09-18-2008, 06:23 AM   #29
linuxgurusa
Member
 
Registered: Mar 2008
Location: Namibia, Swakopmund
Distribution: Redhat, Fedora, Centos, ClearOS, Mandrake
Posts: 151

Rep: Reputation: 29
Quote:
Originally Posted by shrry8 View Post
Well one more thing to ask

i am currently using MS-Exchange 2003 server as my Email Server. My Company domain name is mycompany.org registered on internet and my local domain name is also mycompany.org. I have configured a one Catch All Pop Account at my webhost where my mail.mycompany.org is running. Then on my local Exchange server i have configured GFI Mail Essential for downloading the emails from the POP Account and delivered it to local exchange server.

Can i do the same using linux environment ??
Yes you can .....

You can use "fetchmail" to do this for you

Search google on how to configure a .fetchmaill script in your root directory. You need to do this one yourself to understand how it works and how to change the download options later. This is not a very hard program to learn and use, but you need to understand fetchmail, will make life MUCH easier at the end of the day ;-)
 
Old 09-18-2008, 06:26 AM   #30
shrry8
Member
 
Registered: Nov 2006
Posts: 36

Original Poster
Rep: Reputation: 15
thanks

please also tell me how to use AD based groups in Linux

i will be more then thankful to u
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SELinux Errors when a PHP program attempts to send out email poorboyiii Fedora 3 02-28-2008 06:18 PM
MAU Causing Relay Errors on Email? carlosinfl Linux - Server 6 01-24-2008 07:53 PM
HELO Reject Errors On Email (POSTFIX) carlosinfl Linux - Server 8 10-22-2007 03:00 PM
Mailing logs or errors to real email addresses robthebob Linux - Networking 3 03-12-2006 05:46 PM
email forwarding errors magyartoth Linux - General 1 02-05-2003 03:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration