Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Emails sent from Linux server are rejected by recipient Post 302891705 by RodJ on Friday 7th of March 2014 11:15:29 AM
Old 03-07-2014
550 errors usually show that the recipient address is bad and the recipient server doesn't know what to do with the message so they return it to the sender. Try sending the message to an address you know is good and post the full message headers of it bounces back
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sending Outgoing Emails from Unix Server

the server i have here is a Ubuntu server. it has nagios on it. after setting up nagios and having it work as it should, i realized at the very end of all my work that obviously nagios will also need to send out email alerts to a set of email addresses that it has in its database. my problem... (1 Reply)
Discussion started by: SkySmart
1 Replies

2. Shell Programming and Scripting

Find and Extract all emails from my server

My linux version is: Linux version 2.6.9-89.0.9.ELsmp (gcc version 3.4.6 20060404 (Red Hat 3.4.6-11)) My problem is simple (lol) I need find and extract all e-mail from my server. I know how to extract the e-mail from a text file, the problem is: Where to find the e-mails? How to find all... (2 Replies)
Discussion started by: mauricio_yan
2 Replies

3. UNIX for Dummies Questions & Answers

How do I configure Linux server to be able to send emails internally?

Hi The script: #!/bin/sh #set -x # set admin email so that you can get email ADMIN="myemailaddress" # set alert level ALERT=4 df -HP | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' | while read output; do #echo $output usep=$(echo $output | awk '{ print... (5 Replies)
Discussion started by: wbdevilliers
5 Replies

4. UNIX for Dummies Questions & Answers

NDR generated by recipient Exchange server complaining about Return DNS

Hi guys We have a client that gets NDR mails when sending emails to the domain "recipient.com" My client's domain is "client.com" My Client setup: Server 2003 Domain Front end Back end Exchange 2003 Standard SP2 1 Linux Firewall/Router The NDR contains: The following... (0 Replies)
Discussion started by: wbdevilliers
0 Replies

5. UNIX for Advanced & Expert Users

Routing Emails, Sun One Messaging Server

Hello, i have Sun one Messaging Server 6.3 Up and running, i want to route emails that are destined to a certain email address, let's say test@mydomain.com through the tcp_local channel for example, to another email, and not allowing test@mydomain.com to receive them. So in short, i want... (0 Replies)
Discussion started by: lemonshare
0 Replies

6. Solaris

How to check the number of emails sent out from the Solaris server

Our solaris are configured to send out email and i would like to know the number of emails sent out from the solaris server. Anyone know can this be done? Thanks (1 Reply)
Discussion started by: sirius20d
1 Replies

7. Shell Programming and Scripting

Samba server with notification emails

I'm creating a ubuntu samba server that sends out email notifications when a file a new file is created in the monitored directory. Currently im using inotifywait to monitor a directory and send out a email notification. Inotify wait works great but it gets triggered whenever any file including... (2 Replies)
Discussion started by: binary-ninja
2 Replies

8. Ubuntu

Any way we can create an SMTP server and use any scripting language to read emails from that server

Is there any way to create an SMTP mail server will all granular permissions to it so that I can read emails which that server receives through any scripting language and also reply from the same server automatically? (3 Replies)
Discussion started by: sandeepcm
3 Replies

9. Shell Programming and Scripting

Issues sending emails using PostFix Mail Server

I'm unable to send email from my Linux server despite SMTP port 25 Active and Listening. # hostname TechX I checked the mail log ( /var/log/maillog ) and found the below error. I'm sharing all the ".cf" files seen in the error log. 1. # more /etc/postfix/main.cf # postfix... (0 Replies)
Discussion started by: mohtashims
0 Replies

10. Shell Programming and Scripting

Sendmail Fails to send emails from Linux server.

I m using free zoho mail client application (similar to microsoft outlook) on my mobile for all my emails to mohtashim@techx.com I wish to only recieve emails from my Linux Server details of which are: techx 3.10.0-514.10.2.el7.x86_64 #1 SMP CentOS release 7.3.1611 (Core). I try the below... (20 Replies)
Discussion started by: mohtashims
20 Replies
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)
All times are GMT -4. The time now is 11:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy