Sendmail issue


 
Thread Tools Search this Thread
Operating Systems Linux Sendmail issue
# 1  
Old 10-15-2004
Sendmail issue

Hi gurus!
I need help to make sendmail to accept unknown user mail. That is if the user does not exist sendmail keep on processing the mail and store it in a some mailbox ...
Thanks for any idea!
# 2  
Old 10-15-2004
Lightbulb mutt email system....

Smilie if you are using linux you should have an application called mutt installed on your system. a vary upto date mail system, some what like vi and emacs, that should help you organize and perform necessary tasks on all your email,, input and output. just type mutt and make the necessary changes to suite your needs..
moxxx68Smilie
# 3  
Old 10-15-2004
It appears to me that you want to set up a "catch-all" e-mail account.

You'll could look into using a virtualusertable seeing as you're using Sendmail.

Search google and the sendmail site for "catch all" and "virtualusertable" and you should find the information required to implement this.

Personally, I'd say if somebody sends e-mail to a non-existent address and it's bounced back, then that's a GoodThing(TM). At least that way the original sender knows they've hit a non existent mailbox, and would (if they're savvy) e-mail the postmaster (which'd probably end up being aliased to root anyway) asking for the correct e-mail address. My 2p....

BTW - Moxxx - Mutt is just a mail client. You cannot use Mutt for configuring sendmail! Mutt reads your e-mail, and lets you compose messages, reply, etc. Sendmail is a MTA, mutt definitely is not!

Cheers
ZB
# 4  
Old 10-15-2004
Computer my bad.....

Smilie my bad just quoting something I had read the other day on emails. and so on... a little cryptic i'd say!
moxxx68
i just wanted to add that there are some high tech email client applications being developed that i read about in the same book that were mentioning something to the point of in the development an so on other wise I looked it up and it is sendmail I was trying to refer to as a MTA.. so you are actually 100% right according to this book that i am reading and what it is claiming. Rute users Tutorial and Expo by Paul sheer.. not an easy book but very informative. atleast I have learned something new today..Smilie Smilie
cheers!

Last edited by moxxx68; 10-15-2004 at 06:08 PM..
# 5  
Old 10-18-2004
He he, thanks guys!
this site is a goldmine of informations (and you the members also Smilie
# 6  
Old 10-19-2004
found it

Finaly found it after hours of sweating ( & googling Smilie ) :
http://www.sendmail.org/~ca/email/lfaq.html#LUSER
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Sendmail issue

Dear All , I have some problem in Sendmail , where it was sending mails perfectly fine with the Ip address of the client machine. But suddenly there was an issue , the SMTP takes the IP of the bond1 interface. So the IP could not get validated in the relay server. So how should i send... (1 Reply)
Discussion started by: jegaraman
1 Replies

2. Emergency UNIX and Linux Support

Sendmail issue

Hi, I'm using sendmail version 8.13.8-8.1.el5_7. I'm pretty new to it. The servera are running RHEL 5.8. My question basically is that I would want to know is there a way to change the from address. I would be able to change it using the return address in mailx command. However I would like to... (3 Replies)
Discussion started by: maverick_here
3 Replies

3. UNIX for Advanced & Expert Users

Sendmail issue

One of the applications sends mail to the users on daily basis. It sends mail within (internal users) the firewall (e.g., username@companyname.com) and not sending mail outside (external users) the firewall (e.g., username@yyyy.com). When we contacted the admin people they informed us to register... (5 Replies)
Discussion started by: abuibi
5 Replies

4. Red Hat

Sendmail issue

Hi Every One, one of our server configuration on sendmail config we are using SMAR_HOST ### define(`SMART_HOST', 'mail.xxx.com') and /etc/sysconfig/sednmail DAEMON is setted to NO so let me know why sendmail is not working for this server any this else u need please do let me know (0 Replies)
Discussion started by: venikathir
0 Replies

5. AIX

Sendmail issue

My aix boxes have the port 25 listening and I want to bock that. But before that I want to check the recent logs of the sendmail activity and any open sockets using the port. Please advise. (1 Reply)
Discussion started by: ranasarkar
1 Replies

6. Red Hat

Sendmail Issue.

Hi Gurus, I have been tampering around with sendmail for the past one week and seem to make little progress. Given below is an abstract of the issue. I have a Fedora 12 server(A VM on vitual Box bridged with a Windows XP host) which has to act as a SMTP server and have accordingly put up the... (8 Replies)
Discussion started by: Hari_Ganesh
8 Replies

7. Solaris

Sendmail issue

Hi all, we are using solaris 10. we need to increase every users mail boxes size as all users mail boxes got filled..Please help..its urgent.. Thanks in advance.. (1 Reply)
Discussion started by: bpsunadm
1 Replies

8. Solaris

Sendmail Issue

Hi, Guru i had configure in my two server to send out the email. One of the server able to send in the reasonable timing. but another not, it delay almost one day or two days but mostly not send at all. below is the syslog when i try to send out the mail. GOOD Server Dec 28 11:29:39... (5 Replies)
Discussion started by: SmartAntz
5 Replies

9. UNIX for Dummies Questions & Answers

Issue with sendmail

Hi Team, I have a script written to sendmail along with attachment in html format. The code is export MAILFROM="abc@abc.com" export MAILTO="abc@abc.com" export CONTENT="./GRP_SPI_ERR.html" export SUBJECT="TEST EMAIL: TESTING HTML" { print - "From: $MAILFROM" print - "To: ${MAILTO}"... (3 Replies)
Discussion started by: Vinaykumar1
3 Replies

10. Solaris

sendmail issue

Hi, yesterday I had issues, sendmail was not responding quickly while sending email and users did not receive any email, This happened with sendmail on solaris 10 and also with sendmail on a linux box. Found it is something to do with DNS blacklists, following lists did not work for me,... (2 Replies)
Discussion started by: upengan78
2 Replies
Login or Register to Ask a Question