Sponsored Content
Special Forums News, Links, Events and Announcements UUCP Vulnerability found in Linux Post 15872 by PxT on Wednesday 20th of February 2002 06:11:37 PM
Old 02-20-2002
Good thing most people stopped using UUCP about 10 years ago. ;-)
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UUCP and logs

Hi there Firstly, can someone tell me if UUCP is necessary when using Mailx. I don't know much about UUCP other than it is a form of networking that allows files and electronic mail to be transfered. Secondly, Unix keeps a log of the last time users have logged on. When I look at the user... (3 Replies)
Discussion started by: GW01
3 Replies

2. Shell Programming and Scripting

uucp (UNIX) problem

Hi ! I couldnot execute Unix uucp command for copying file from Unix to Unix machine, whenever I am using the following command : $uucp file_name system!/destination Error is "Bad System Name" Let me know the way. From, Niraj Gopal Sharan (2 Replies)
Discussion started by: Niraj Gopal Sha
2 Replies

3. UNIX for Advanced & Expert Users

UUCP on Linux (Pink Tie )

Please help I am having difficulty getting uucp to send or receive a file from a remote site. The remote site settings are correct as they have been tested and tried on other systems. When I try and send a file the modem dials and connects to the remote site uulog shows that the login is... (3 Replies)
Discussion started by: casioman
3 Replies

4. Solaris

uupick and uucp

Hi, Files are being transfered using uucp command in the directory /usr/spool/uucppublic/receive/wes/cboas7/CB/abc.txt /usr/spool/uucppublic/receive/wes/nrserv3/NR/abc.txt When I was using solaris 2.6, I was not getting any error while changing the file ownership or file permission. Now I... (0 Replies)
Discussion started by: surjyap
0 Replies

5. HP-UX

UUCP configuration

Hi all, Please Tell me how to configure the sendmail.cf file for UUCP.And which all other files will be affected ?? Do I need to do some initial set-up ?? I am using HP UX 11.23 and sendmail 8.13.3. Thanks in advance (1 Reply)
Discussion started by: DesertStorm
1 Replies

6. Cybersecurity

UUCP attack?

Is this an attack attempt? I got an e-mail from 'uucp Admin' last night and again this morning: What does it mean and what can I do about it? Thanks (4 Replies)
Discussion started by: ctafret
4 Replies

7. SCO

UUCP connections

Hi There Is there a maximum number of concurrent incoming uucp connections to a server? SCO Openserver 5.07 Is there a parameter in some config file where this can be changed? Thanx (5 Replies)
Discussion started by: wjace
5 Replies

8. UNIX for Beginners Questions & Answers

UUCP HELP for a desperate new user

Hello, I have a unique situation where I must pass along critical & time-sensitive emails to a group of seven different people. Every person with whom I communicate EXCEPT ONE uses a standard IP based ".com" email address. The one exception is a gentleman who will NOT budge and create a... (1 Reply)
Discussion started by: Bell02
1 Replies

9. Shell Programming and Scripting

XSS vulnerability found via injection in the parameter address

Mods please move if posted in wrong section, I wasnt sure where to ask this one. There are several of us that use an open source program called yiimp, https://github.com/tpruvot/yiimp several of our sites were attacked last night and I am reaching out to you guys to see if then vulnerability... (0 Replies)
Discussion started by: crombiecrunch
0 Replies

10. Cybersecurity

**ALERT**ALERT* Whats app requesting users to upgrade to latest version as; its vulnerability found.

Hello All, Want to share here an article for Whats app users that team whats app is requesting users to upgrade to its latest version since they have found a vulnerability; where Hacker could turn on a cell's camera, mic and scan messages and emails. Here is an article from "THE VERGE" for... (1 Reply)
Discussion started by: RavinderSingh13
1 Replies
UUPOLL(8)						      System Manager's Manual							 UUPOLL(8)

NAME
uupoll - poll a remote UUCP site SYNOPSIS
uupoll [ -ggrade ] [ -n ] system DESCRIPTION
Uupoll is used to force a poll of a remote system. It queues a null job for the remote system and then invokes uucico(8). The following options are available: -ggrade Only send jobs of grade grade or higher on this call. -n Queue the null job, but do not invoke uucico. Uupoll is usually run by cron(5) or by a user who wants to hurry a job along. A typical entry in crontab could be: 0 0,8,16 * * * /usr/bin/uupoll ihnp4 0 4,12,20 * * * /usr/bin/uupoll ucbvax This will poll ihnp4 at midnight, 0800, and 1600, and ucbvax at 0400, noon, and 2000. If the local machine is already running uucico every hour and has a limited number of outgoing modems, a more elegant approach might be: 0 0,8,16 * * * /usr/bin/uupoll -n ihnp4 0 4,12,20 * * * /usr/bin/uupoll -n ucbvax 5 * * * * /usr/sbin/uucico -r1 This will queue null jobs for the remote sites at the top of hour; they will be processed by uucico when it runs five minutes later. FILES
/etc/uucp/ UUCP internal files /usr/spool/uucp/ Spool directory SEE ALSO
uucp(1), uux(1), uucico(8) 4.3 Berkeley Distribution October 23, 1996 UUPOLL(8)
All times are GMT -4. The time now is 09:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy