LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-09-2013, 10:36 AM   #1
xlimonta
LQ Newbie
 
Registered: Jul 2013
Posts: 5

Rep: Reputation: Disabled
Exclamation Opensuse :postfix error: sender non-delivery notification , Email bounced


Jul 9 10:48:22 loki postfix/qmgr[3635]: 952866272C: from=<123@ccron.cu>, size=506, nrcpt=1 (queue active)
Jul 9 10:48:22 loki roundcube: User 123@ccron.cu [192.168.30.191]; Message for postmaster@ccron.cu; 250: 2.0.0 Ok: queued as 952866272C
Jul 9 10:48:22 loki postfix/smtp[17497]: 952866272C: to=<postmaster@ccron.cu>, relay=none, delay=0.33, delays=0.15/0.17/0.01/0, dsn=5.4.6, status=bounced (mail for ccron.cu loops back to myself)
Jul 9 10:48:22 loki postfix/cleanup[17490]: EDB1162739: message-id=<20130709144822.EDB1162739@loki.ccron.cu>
Jul 9 10:48:23 loki postfix/qmgr[3635]: EDB1162739: from=<>, size=2259, nrcpt=1 (queue active)
Jul 9 10:48:23 loki postfix/bounce[17499]: 952866272C: sender non-delivery notification: EDB1162739
Jul 9 10:48:23 loki postfix/qmgr[3635]: 952866272C: removed
Jul 9 10:48:23 loki postfix/smtp[17497]: EDB1162739: to=<123@ccron.cu>, relay=none, delay=0.07, delays=0.03/0.02/0.02/0, dsn=5.4.6, status=bounced (mail for ccron.cu loops back to myself)
Jul 9 10:48:23 loki postfix/qmgr[3635]: EDB1162739: removed
Jul 9 10:48:23 loki postfix/smtpd[17487]: disconnect from localhost[127.0.0.1]

Please some body , help me about, this mail, work fine sending mail to outside, but e-mail form outdoor and internal, don't have delivery notification, please help me
Sorry for my ugly English.

Tks a lot

Here is a config files:
1- Attachment 12892 main.cf

2- Attachment 12893 master.cf

3- Attachment 12894 transport

Last edited by xlimonta; 07-09-2013 at 10:42 AM. Reason: adding
 
Old 07-10-2013, 03:06 AM   #2
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Code:
 (mail for ccron.cu loops back to myself)
^^ This.
You need to add ccron.cu to mydestination (or specify it as a local domain some other way).
 
Old 07-15-2013, 04:12 PM   #3
xlimonta
LQ Newbie
 
Registered: Jul 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by descendant_command View Post
^^ This.
You need to add ccron.cu to mydestination (or specify it as a local domain some other way).
I do this, but this error appear :

Error SMTP (550): No se ha podido establecer remitente "123@ccron.cu" (5.1.1 <123@ccron.cu>: Recipient address rejected: User unknown in local recipient table)

please help me !!!!
 
Old 07-15-2013, 04:14 PM   #4
xlimonta
LQ Newbie
 
Registered: Jul 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by xlimonta View Post
I do this, but this error appear :

Error SMTP (550): No se ha podido establecer remitente "123@ccron.cu" (5.1.1 <123@ccron.cu>: Recipient address rejected: User unknown in local recipient table)

please help me !!!!
in /var/log/mail appear:

Jul 15 17:17:33 loki postfix/smtpd[2978]: disconnect from localhost[127.0.0.1]
Jul 15 17:17:34 loki postfix/smtpd[2978]: connect from localhost[127.0.0.1]
Jul 15 17:17:34 loki postfix/smtpd[2978]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <123@ccron.cu>: Recipient address rejected: User unknown in local recipient table; from=<postmaster@ccron.cu> to=<123@ccron.cu> proto=ESMTP helo=<192.168.16.111>
Jul 15 17:17:34 loki roundcube: SMTP Error: SMTP error: Failed to add recipient '123@ccron.cu' in /srv/www/roundcubemail-0.8.6/program/include/main.inc on line 1485 (POST /mail/?_unlock=loading1373922533533&_lang=undefined?_task=mail&_action=send)
Jul 15 17:17:34 loki postfix/smtpd[2978]: disconnect from localhost[127.0.0.1]
Jul 15 17:17:44 loki postfix/smtpd[2978]: connect from localhost[127.0.0.1]
Jul 15 17:17:44 loki postfix/smtpd[2978]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <123@ccron.cu>: Recipient address rejected: User unknown in local recipient table; from=<postmaster@ccron.cu> to=<123@ccron.cu> proto=ESMTP helo=<192.168.16.111>
Jul 15 17:17:44 loki roundcube: SMTP Error: SMTP error: Failed to add recipient '123@ccron.cu' in /srv/www/roundcubemail-0.8.6/program/include/main.inc on line 1485 (POST /mail/?_unlock=loading1373922543918&_lang=undefined?_task=mail&_action=send)
Jul 15 17:17:44 loki postfix/smtpd[2978]: disconnect from localhost[127.0.0.1]
Jul 15 17:20:00 loki clamd[2415]: SelfCheck: Database status OK.
 
Old 07-16-2013, 02:33 AM   #5
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
So is "123" a valid user or alias on the system?
If not, then it is working as expected.
 
Old 07-16-2013, 07:28 AM   #6
xlimonta
LQ Newbie
 
Registered: Jul 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Yes is a valid user on my domain like postmaster.

Tks and continue with the help.
 
Old 07-17-2013, 01:21 AM   #7
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by xlimonta View Post
Jul 15 17:17:44 loki postfix/smtpd[2978]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <123@ccron.cu>: Recipient address rejected: User unknown in local recipient table; from=<postmaster@ccron.cu> to=<123@ccron.cu> proto=ESMTP helo=<192.168.16.111>
Well this says "unknown user" so your user lookup is broken.
What mechanism are you using to validate users?
Are they system or virtual?
Lookup table or db or .... ?

Last edited by descendant_command; 07-17-2013 at 01:23 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Postfix as a mail delivery server fails (status bounced loops back to myself) Larry James Linux - Server 8 07-18-2011 06:42 PM
Mail delivery failed: returning message to sender kwaslee Linux - Server 2 02-09-2011 08:43 AM
Mail delivery failed: returning message to sender kwaslee Linux - Server 1 11-11-2010 03:11 AM
Here is the error from the AOL sender whose messages have been bounced back from my maiwurd Linux - Software 2 01-26-2009 12:44 PM
Postfix: priority on delivery based on sender coolster Linux - Server 2 11-26-2008 03:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:15 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration