How can I ascertain which MTA I am using (within Red Hat Enterprise?)
Thanks
K
Kerem ERSOY
RHEL uses sendmail by default. If you2ve installed postfix it would replace your sendmail. If you have system-switchmail command installed it would show you the default MTA and any alternatives. If not you can install it with:
yum install system-switch-mail
If you're not able to install the program you can still use rpm:
Sorry, I think this question is going in the wrong direction from all that time ago.
Put simply, I am logged into Linux, I type "mail" and I am told I have 14382 new messages. Obviously I can't manage this number of emails in this manner so I was wondering what tools are avaliable to help me; be it through the GUI or some kind of Legacy app.
1) What do you mean by set quotas?
2) If you want to delete all mails you can do this:
> /var/spool/mail/username
Where username is the username for which you want to delete all mails.
Cheers,
K.