Sponsored Content
Operating Systems Linux Red Hat Sendmail help on RH 9 - going out but NOT coming in.. Post 73703 by tom_xx_hu@yahoo on Friday 3rd of June 2005 11:04:05 AM
Old 06-03-2005
I looked at the url referenced. One thing is unclear first of all.

>LOCAL_DOMAIN(`localhost.localdomain')dnl
>MASQUERADE_AS(`mydomainname.com')dnl
>dnl MASQUERADE_DOMAIN(localhost)dnl
>dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl
>dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl
>dnl MASQUERADE_DOMAIN(mydomain.lan)dnl

Did you hide the DNS domain names here purposely or they are actually the content?
Tom
 

7 More Discussions You Might Find Interesting

1. IP Networking

Partial Request are coming... please help

Hi All, We are having the system, where we are using the socket programming (TCP/IP), a system called plugin playing a role in between two system, where its getting the request from system1 and its processing it and re-directing the request after its validation, to system2. Normally,... (0 Replies)
Discussion started by: pa.chidhambaram
0 Replies

2. Emergency UNIX and Linux Support

syslog not coming up

Hi All, I have a whole root zone, tsesbd02-zesbx01. On this zone, syslog service is not coming up. While it is working good on Global zone. Below are commands from tsesbd02-zesbx01 root@tsesbd02-zesbx01:/# svcs -a svc:/system/system-log:default svcs: -a ignored when used with arguments.... (13 Replies)
Discussion started by: solaris_1977
13 Replies

3. UNIX for Dummies Questions & Answers

coming out from vi editior

Hi Folks, I have opened a log file through Vi editor in putty itself and I was searching for a pattern in logs , let say 'ABCD' /abcd then I want to come out from vi editor, Please advise what is the command to come out from unix editor..! (1 Reply)
Discussion started by: KAREENA18
1 Replies

4. 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

5. Shell Programming and Scripting

Output not coming as desired.

Hi guys. I have a file containing some hosts and their IPs. host host1 192.168.2.10 host host2 192.168.2.11 host host3 192.168.2.12 I am writing a script where I want to print these values in 1 line. My script looks like RUNTIME_NODE=`cat hosts.properties | grep host` for i in... (7 Replies)
Discussion started by: Junaid Subhani
7 Replies

6. 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

7. Infrastructure Monitoring

Notifications not coming through

Issue: I'm not receiving notifications I can succesfully receive an e-mail if I do this on the command line: /usr/bin/mail -s "NAGIOS HOST ALERT on $HOSTNAME$" rgouette@butlerbros.com but, my command.cfg configuration below, refuses to send an e-mail when I set a service to a critical... (3 Replies)
Discussion started by: rgouette
3 Replies
magicfilter(8)						      System Manager's Manual						    magicfilter(8)

changecom( )dnl

NAME
magicfilter - automatic configurable printer filter SYNOPSIS
magicfilter ifdef(`HAVE_XGETOPT', config-file [-c] [-n user] [-h host] [-iindent] [--debug] [other-options], config-file [-c] [-n user] [-h host] [-iindent] [other.options]) DESCRIPTION
magicfilter is an extensible and customizable automatic printer filter. It selects an appropriate conversion technique for the input data by seeking for magic numbers, and then utilizing the appropriate conversion utility. magicfilter is primarily intended for use as the ``input filter'' by the lpd print spooler. The options accepted by magicfilter are exactly the ones passed to the input filter by lpd. OPTIONS Typically magicfilter will be invoked by lpd and hence provided the right options automatically. This list is included for reference only. -c Copy the input to the output without any conversion whatsoever (used by lpd whenever the -l option is passed to the lpr program). -nuser The login name of the user who submitted the job. Available to subfilters as $LPUSER. If the user has an associated GECOS entry it will be available as $LPUSERNAME. -hhost The host on which the job was submitted. Available to subfilters as $LPHOST. -iindent A numeric option passed by lpd; can be set by the user by the -i option to lpr. Although nominally used for the amount of indenta- tion requested, magicfilter makes it available to subfilters for any useful purpose as $LPINDENT. -Cclassname LPRng class (priority) name. Available to subfilters as $LPCLASS. -Fformat Format letter (passed by LPRng only). When used as input filter (if) this will be f, when used as other filter types it will be the option character corresponding to this filter. Available to subfilters as $LPFORMAT. -Jjobname The name of the printer job (passed by LPRng only). Available to subfilters as $LPJOB. -Kcopies Copy count (passed by LPRng only). Available to subfilters as $LPCOPIES. -Lbannername User name from the banner page (passed by LPRng only). Available to subfilters as $BANNERNAME. -Pprinter Printer name (passed by LPRng only). Available to subfilters as $PRINTER. -Qqueuename Spool queue name (passed by LPRng only). Available to subfilters as $LPQUEUE. -Raccountinfo Accounting information (passed by LPRng only). Available to subfilters as $LPACCT. -Zoptions LPRng ``Z-options''. The LPRng lpr program supports a -Z option, which can be used to pass arbitrary information to the printer filters. Available to subfilters as $ZOPT. ifdef(`HAVE_XGETOPT', --debug Write debugging output to stdout. Every --debug increases the quantity of debugging output. ifelse(magicfilter,`magicfilter-t',, --dump Write the default magicfilter configuration to stdout. This can be customised and put in @confdir@/magicfilter.cf if you wish to modify which filetypes magicfilter knows about.) --help Prints out a synopsis of the command-line switches supported.,) other options Any other options, such as the -w, -l, -x, and -y options typically passed by lpd are ignored. USING LPD To run magicfilter from lpd it should be entered as one of the filters in the /etc/printcap file. Typically, it will be the input filter (if). Since most version of lpd do not accept arguments entered as part of the filter name, typically the filter name entered into the /etc/printcap file will simply be the name of the configuration file, which is set executable and starts with the line: #! @exedir@/magicfilter Most UNIX kernels will then be able to treat the configuration file itself as if it was the actual program. For systems which do not support the ``#!-hack'', the filter set in the if entry should point to magicfilter directly, and the accounting file (af) entry should point to the configuration file. This, however, is a less general, and hence less desirable solution. This version of magicfilter supports the enhanced lpd included with the LPRng package from dickory.sdsu.edu. BUGS
Magicfilter has been extensively modified for the 2.0 release, and has very little in common with the old 1.2 magicfilter. The config-file format has changed pretty drastically, and old config files will not work anymore. Currently, there is no protection against the pipe or fpipe facilities going into an infinite loop. AUTHOR
H. Peter Anvin <hpa@zytor.com>, David Parsons <orc@pell.chi.il.us> SEE ALSO
printcap(5), magicfilter(5), ifelse(magicfilter,magicfilter-t,.BR magicfilter (5)`,' ,)dnl lpr(8), dvips(1), grog(1), gs(1), gzip(1), troff(1). February 2000 Version 2.0.0 magicfilter(8)
All times are GMT -4. The time now is 11:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy