Postfix Error


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Postfix Error
# 1  
Old 03-10-2008
Postfix Error

I am new in UNIX system. I added new e-mail in e-mail list and built new aliases database using newaliases command. List works fine but it kicks back error message every time someone sends e-mail. I attached the error message that sender got.
-----Original Message-----
From: Mail Delivery System [mailto:MAILER-DAEMON@hostname]
Sent: date
To: sender
Subject: Undelivered Mail Returned to Sender

This is the Postfix program at host hostname.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The Postfix program

<#@hostname> (expanded from <email@hostname>):
unknown
user: "#"

<Name@hostname> (expanded from <email@hostname>):
unknown user: "Name"

<Othername@hotstname> (expanded from <email@hostname>):
unknown user: "Othername"
# 2  
Old 03-11-2008
This looks like some kind of malformed alias.

Can you post the relevant entry from your aliases file (obfuscating the information as appropriate)?

Cheers,
ZB
# 3  
Old 03-16-2008
Posttfix Error

Sorry it took so long.

My aliases file looks like this (after editing volatile data)

# Added by installer for initial user
root: name
awesome: name

postmaster: root

test: email1
email2
email3
email4
......
......

info: email
daemon: root
bin: root

Does this make sense?
# 4  
Old 03-16-2008
I have reproduced your symptoms.

You must have a commented alias (although I can't see this in the sample that you provided) - which will not work, e.g:

Code:
someone: # Name Othername

Remove or fix this alias, run newaliases, and you should be ok.

Cheers,
ZB
# 5  
Old 03-19-2008
Quote:
Originally Posted by zazzybob
I have reproduced your symptoms.

You must have a commented alias (although I can't see this in the sample that you provided) - which will not work, e.g:

Code:
someone: # Name Othername

Remove or fix this alias, run newaliases, and you should be ok.

Cheers,
ZB
Hamm, I still can't figure out. Instead I am thinking about disabling delivery bounce (Since mail is delivered). Do you know how to disable and where?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Postfix: Active Directory and postfix alias

I have a mailserver with postfix i want to alias all mail for administrator@domain.fqdn to root@domain.fqdn I have the aliases configured,and i did newliases but doesn't work. How to did this?Postfix is configured for virtual domain on ad server. (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

2. UNIX for Dummies Questions & Answers

Postfix error

Hai, My mail log is filled with this error message.:confused: postfix/sendmail: fatal: www(80): No recipient addresses found in message header (2 Replies)
Discussion started by: harikrishnanp
2 Replies

3. UNIX for Dummies Questions & Answers

Please help with Postfix config issue - How to allow remote Exchange server to relay to my postfix

Hi guys One of our clients have a problem with sending email to a certain domain. No matter what we try, the mails just dont get delivered. What I did then, is created a new connector on their Exchange server, pointing all mail sent to their client at "domain1" to relay to our Postfix mail... (0 Replies)
Discussion started by: wbdevilliers
0 Replies

4. Solaris

Postfix

recently installed postfix on Solaris 10 but can not find the folder where you install the application to set the default main.cf postfix brings. solaris that saves the configuration part of the applications that are installed. thank (4 Replies)
Discussion started by: cejodrake
4 Replies

5. IP Networking

postfix - reinject mail to postfix from hold queue directory

hi all. Am using smtpd_recipient_restrictions & check_recipient_access in postfix. The hash file looks like this: emailaddress1 HOLD emailaddress2 HOLD The aim is to place email from these recipients in the hold directory,check them then reinject them back in postfix on some... (0 Replies)
Discussion started by: coolatt
0 Replies

6. UNIX for Dummies Questions & Answers

postfix

I have a strange problem I have a solaris 8 machine which sends me an email to my outlook every night about the status of the system. The end of this script looks like this mailx -s "$TITLE" mrxyz@mycompany.com < $TMPF and it is working fine My problem is when i just use mailx... (1 Reply)
Discussion started by: Tirmazi
1 Replies

7. Linux

postfix

hi when I telnet to my machine on port 25 and send an email to myself, the machine sends the email to the old corporate mail server instead of the new corporate mail server. how to change that so that any email sent from my linux box goes directly to the new mail server? thx (2 Replies)
Discussion started by: melanie_pfefer
2 Replies

8. UNIX for Advanced & Expert Users

Postfix 2.3.

When I use the postalias command I am getting an error that says no mapping in /etc/mail/mailer.conf. I am running FreeBsd 6.1 and in my main.cf I have my alias database is alias_maps= hash:/etc/mail/aliases I tried the command two different ways /usr/local/sbin/postalias /etc/mail/aliases... (2 Replies)
Discussion started by: rbizzell
2 Replies

9. UNIX for Advanced & Expert Users

Postfix

I can send email. I just can't receive email I am getting and error Permanent Failure: 554_Transaction_failed. All the services are running. I can telnet to 110 25 143. I am also running Imap. I can send and receive email internally I can send email outside of my network I can't receive emails... (3 Replies)
Discussion started by: rbizzell
3 Replies

10. UNIX for Advanced & Expert Users

Postfix error

Not sure if this is the correct place to ask on this. I am on a solaris 9. We are using postfix for our email. the standard email statement is: mailx -s "subject" receiver.id < mail.text I had to replace the sensitive data below but these are the messages. Our servers are only... (0 Replies)
Discussion started by: MizzGail
0 Replies
Login or Register to Ask a Question