Sponsored Content
Full Discussion: Sendmail
Top Forums UNIX for Dummies Questions & Answers Sendmail Post 410 by Neo on Saturday 2nd of December 2000 04:28:41 PM
Old 12-02-2000
CPU & Memory

There are countless ways to build an autoresponder. I normally think of sendmail as an MTA (mail tranfer agent) and not an MDA (mail delivery agent) or MUA (mail user agent). The autoresponder function is often in the MUA (when controlled by the users) or the MDA (when responding more generally).

There is no technical reason that sendmail rules and config files cannot be used as a software platform for user autoresponders. There are just easy places to do user level filtering and autoresponding.

I use sendmail for domain and IP address antispam and relay filtering for entire organizations using the sendmail macros, running sendmail as an MTA. For autorespondering, I use my MUA (which is Outlook). So, I use a combination of UNIX-based sendmail, POP and IMAP for the 'backoffice'. If I'm on the servers, I can read and manage mail with elm and other UNIX-ish MUAs. However, most of my email management is done from the Windows desktop now.

I have found, over the years, that it is best to use software like tools in the tool chest. I don't hammer nails nor turn bolts with pliers. I don't user screwdrivers to take nails out of a board. What does this mean.

I use UNIX in the back office. I use Microsoft (Win98 to be exact) to read/manage mail, run my browsers, do slide presentations, write big documents. I receive mail and filter on UNIX. Proxy on UNIX. Firewall on UNIX. Run DNS on UNIX. Run Web services on UNIX. Run SQL databases on UNIX. My MS laptop clients talk seamlessly to the UNIX-based infrastructure.

As far as mail filtering goes, that can be done on the UNIX MTAs and on the MS laptops running Outlook (I use both). Which UNIX? I run Linux, have for over 8 years. and will be running Linux 10 years from now (it would seem). I do not write documents in VI/LaTeX and read my mail with ELM quite as much as I used to Smilie

I also have web-based interfaces to most of my subsystems, including mail, SQL admin, system admin, etc. So, when I'm not on my wireless laptops at home, perhaps in a coffee shop or kiosk, I have web-access to the subsystems.

The is getting off topic, but the bottom line is that both 'thick clients' and 'thin clients' have their place in this world. Pure 'broswer based Internet appliances' without a robust OS, many utilities and disk space are not my 'cup-o'tea'; but I can see how they would be useful in phonebooths, in the car, on the boat, in the air, in the grocery store, at the ATM machine, etc. where personal storage and personal processing is not a driving requirement.

Sorry to be drifing off topic....



 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sendmail.cf

Dear All , I have Linux Red Hat 6.1 , and i have sendmail (8.11.6 ) . i have big problem with spammers , i was looking in sendmail.cf configuration file and i saw this option , i tried it but it failed : the option is : # file containing known spammers by email,domain,ip Kjunk hash... (1 Reply)
Discussion started by: tamemi
1 Replies

2. Programming

sendmail

hi, i am using sendmail function to send the mail for mail client. when i am sending mime content with attaching with body for the images. the image is not displaying in the mail box. all the mime content stuff is displaying. all the headers are proper. hope the reply for this (0 Replies)
Discussion started by: nagineni
0 Replies

3. Shell Programming and Scripting

Sendmail

HI CAN ANYBODY HELP ME? I HAVE COME ACROSS A PROBLEM. I AM USING SENDMAIL IN HP-UX IN THE FOLLOWING MANNER /usr/sbin/sendmail -t someone@someplace.com < /path/to/file.log BUT THE RECEIPIENT DOESNOT GET THE ADDRESS IN THE TO: SECTION OF THE MAIL. ALSO I HAVE NOT FOUND ANY OPTION TO PUT A... (0 Replies)
Discussion started by: cobroraj
0 Replies

4. UNIX and Linux Applications

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages... (1 Reply)
Discussion started by: robsonde
1 Replies

5. UNIX for Dummies Questions & Answers

sendmail.cf

we have two mail servers and want to setup failover for DR. we have a line in sendmail.cf like this DS smtp.domain.com and this works fine...... we changed it to DS smtp1.domain.com smtp2.domain.com this is bad, we get errors of savemail panic and many bounce messages and... (0 Replies)
Discussion started by: robsonde
0 Replies

6. Shell Programming and Scripting

Sendmail Help

Hi All, Can anyone help me out to know how can a mail be sent from sendmail command. I tried the below command sendmail -f user-host@xyz.com -s "Some Message" -t abcd@xyz.com It throwed a message -s... User unknown Message... User unknown Some... User unknown But this did not work... (1 Reply)
Discussion started by: ganga.dharan
1 Replies

7. Linux

Sendmail

How do i see all incoming mail's and outgoing mail's for a particular user and how do i list folders of sendmail (mailbox) (1 Reply)
Discussion started by: sagar824u
1 Replies

8. UNIX for Advanced & Expert Users

Sendmail questions, SCO 5.0.6 sendmail 8.11.0

I am running SCO 5.0.6 and using sendmail 8.11.0 and having issues with smtp authentication. When trying to send mail the following message will kick back. (reason: 530 5.7.1 Authentication required) 530 5.7.1 Authentication required Not sure what needs to be tweeked in sendmail.cf but I... (1 Reply)
Discussion started by: ziggy6
1 Replies

9. UNIX for Advanced & Expert Users

Sendmail

Hi, I have sendmail running in my server. I would like to know the vendor of this sendmail running in the server. I read in a blog that there are many vendors for sendmail. Please advise me how could I identify the vendor for this? Thanks, Poovalingam. (4 Replies)
Discussion started by: poova
4 Replies

10. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies
praliases(1)						      General Commands Manual						      praliases(1)

NAME
praliases - display system mail aliases SYNOPSIS
praliases [-f filename] [--] [alias_name...] OPTIONS
Displays the aliases using the specified dbm file instead of the system aliases file. OPERANDS
The alias name to find. If no aliases are given, then the entire contents of the dbm file are displayed. DESCRIPTION
The praliases command displays system aliases used by the sendmail(8) program. If no arguments are given, the praliases command displays all of the system aliases contained in the file /var/adm/sendmail/aliases. An alternative file can be specified using the -f option. Specific aliases can be displayed by specifying one or more alias names. [Tru64 UNIX] Aliases can be created either with or without the terminating null character ('') considered to be part of the name. Under Tru64 UNIX, an attempt is made to find either version; other vendor's implementations may check only for the key with an embedded NULL. [Tru64 UNIX] The system aliases file under Tru64 UNIX is stored under the /var/adm/sendmail directory. Other vendor's implementations may expect the file to exist under the /etc directory. EXIT STATUS
The following exit values are returned as defined in /usr/include/sysexits.h: No errors occurred. An invalid argument was specified. The specified dbm file does not exists. EXAMPLES
To display all of the system aliases, enter: praliases To display a mailing list called foo, enter: praliases foo To display the contents of a dbm file my_list, enter: praliases -f my_list SEE ALSO
Commands: makemap(8) Files: aliases(4) praliases(1)
All times are GMT -4. The time now is 09:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy