Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

qmail-lspawn(8) [ultrix man page]

qmail-lspawn(8)                                               System Manager's Manual                                              qmail-lspawn(8)

NAME
qmail-lspawn - schedule local deliveries SYNOPSIS
qmail-lspawn defaultdelivery DESCRIPTION
qmail-lspawn reads a series of local delivery commands from descriptor 0, invokes qmail-local to perform the deliveries, and prints the results to descriptor 1. It passes defaultdelivery to qmail-local as the default delivery instruction. qmail-lspawn invokes qmail-local asynchronously, so the results may not be in the same order as the commands. For each recipient address, qmail-lspawn finds out which local user controls that address. It first checks the qmail-users mechanism; if the address is not listed there, it invokes qmail-getpw. qmail-lspawn then runs qmail-local under the user's uid and gid. It does not set up any supplementary groups. qmail-lspawn treats an empty mailbox name as a trash address. SEE ALSO
envelopes(5), qmail-users(5), qmail-getpw(8), qmail-send(8), qmail-local(8) qmail-lspawn(8)

Check Out this Related Man Page

qmail-local(8)						      System Manager's Manual						    qmail-local(8)

NAME
qmail-local - deliver or forward a mail message SYNOPSIS
qmail-local [ -nN ] user homedir local dash ext domain sender defaultdelivery DESCRIPTION
qmail-local reads a mail message and delivers it to user by the procedure described in dot-qmail(5). The message's envelope recipient is local@domain. qmail-local records local@domain in a new Delivered-To header field. If exactly the same Delivered-To: local@domain already appears in the header, qmail-local bounces the message, to prevent mail forwarding loops. The message's envelope sender is sender. qmail-local records sender in a new Return-Path header field. homedir is the user's home directory. It must be an absolute directory name. dash and ext identify the .qmaildashext file used by qmail-local; see dot-qmail(5). Normally dash is either empty or a lone hyphen. If it is empty, qmail-local treats a nonexistent .qmailext the same way as an empty .qmailext: namely, following the delivery instructions in defaultdelivery. The standard input for qmail-local must be a seekable file, so that qmail-local can read it more than once. OPTIONS
-n Instead of reading and delivering the message, print a description of the delivery instructions. -N (Default.) Read and deliver the message. EXIT CODES
0 if the delivery is completely successful; nonzero if any delivery instruction failed. Exit code 111 indicates temporary failure. SEE ALSO
dot-qmail(5), envelopes(5), qmail-command(8), qmail-queue(8), qmail-send(8), qmail-lspawn(8) qmail-local(8)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Strange email problem, red hat/qmail

Hi, Our mail server is running red hat 5.1 and qmail. It has 2 network cards in it to form two separate networks, both requiring mail. As of yesterday all the users on one of the network interfaces can no longer send email, they can however receive. All users on the other interface are... (5 Replies)
Discussion started by: scg
5 Replies

2. Programming

Get user name from ip address

hi all i am new in unix programming i want some help from this forum, i want to know how to get user name of other machine in local network from its ip address or suggest any books for networking programming on unix sachin (6 Replies)
Discussion started by: munnu
6 Replies

3. UNIX for Dummies Questions & Answers

local user ip

how can i find my own ip address from unix. command like who -x .this would provide all the ip address but i need to list only current user ip address. who am i command does not display the ip. (1 Reply)
Discussion started by: naushad
1 Replies

4. UNIX for Dummies Questions & Answers

local user ip

how can i find my own ip address from unix. command like who -x .this would provide all the ip address but i need to list only current user ip address. who am i command does not display the ip. (9 Replies)
Discussion started by: naushad
9 Replies

5. UNIX and Linux Applications

Qmail - handling of a particular address

I find myself working on several racks of qmail-using systems. For a particular task, I need to be able to essentially ask qmail, "If you received email with the address user@example.com, what would you do with it?" Sendmail has such a capability, and I have used it in scripts for various... (0 Replies)
Discussion started by: treesloth
0 Replies

6. UNIX for Dummies Questions & Answers

Emails sent from Linux server are rejected by recipient

Hello i have this longterm issue which im unable to solve, i think this is quite simple issue, i hope you may know the cause It is on CentOS Redhat server with qmail installed. # service qmail status # service qmail start Starting Qmail: # ps aux | grep mail qmails 1688 0.0 0.0 ... (1 Reply)
Discussion started by: postcd
1 Replies

7. UNIX for Advanced & Expert Users

Sendmail succeeds, qmail fails

I am attempting to send multipart formatted email using sendmail -t with attachments. The attachments always arrive as empty if sent from linux. They are intact if sent from AIX. Does qmail not support attachments for multipart formatted email? I have a legacy application which runs... (4 Replies)
Discussion started by: charles_n_may
4 Replies

8. BSD

Borrowing a bit of experience -- hardening FreeBSD --

I have been playing with qmail a lot in a virtual machine (debian OS), So I feel it 's time to go for a real server, but in order to have a bit of extra fun I decided to start testing in a real environment with FreeBSD. Of course this will be done in a non production server... nevertheless I am a... (2 Replies)
Discussion started by: se2pi
2 Replies

9. IP Networking

Ping domain indicates the external ip address and not the local ip

when i execute from local machine ping domainname i get the external ip address but i am on local dns and i expect the local ip address.. using nslookup : no problem so i cannot find why... thanks (2 Replies)
Discussion started by: activedms
2 Replies