Sponsored Content
Full Discussion: Postfix Error
Top Forums UNIX for Dummies Questions & Answers Postfix Error Post 302176916 by kumarrana on Wednesday 19th of March 2008 02:51:06 PM
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?
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
newaliases(1)						      General Commands Manual						     newaliases(1)

NAME
newaliases - create a forwarding database from /etc/aliases SYNOPSIS
newaliases DESCRIPTION
newaliases reads a table of sendmail-style forwarding instructions from /etc/aliases and converts them into a forwarding database in /etc/aliases.cdb. The forwarding database can be used by fastforward. For safety, newaliases writes the forwarding database to /etc/aliases.tmp and then moves /etc/aliases.tmp to /etc/aliases.cdb. If there is a problem creating /etc/aliases.tmp, newaliases complains and leaves /etc/aliases.cdb alone. Deliveries can continue using /etc/aliases.cdb in the meantime. newaliases always creates /etc/aliases.cdb world-readable. newaliases makes no attempt to protect against simultaneous updates of /etc/aliases.cdb. INSTRUCTION FORMAT
newaliases imitates sendmail's handling of /etc/aliases. For example, root: alice, bill says that mail for root should be forwarded to alice and bill. COMPATIBILITY WARNING: newaliases does not support file deliveries. You can use the file delivery mechanism described in dot-qmail(5) instead. SIMPLE ALIASES
The simplest type of forwarding instruction is a line of the form alias: recip Any message sent to alias will be forwarded to the recipient address recip. Addresses are compared to alias without regard to case. Forwarding instructions are cumulative. If recip is itself an alias, messages to alias will be forwarded the same way as messages to recip. For example, with the following instructions, messages to postmaster@heaven.af.mil or root@heaven.af.mil will be delivered to Bob: postmaster@heaven.af.mil: bob@heaven.af.mil root@heaven.af.mil: postmaster@heaven.af.mil COMPATIBILITY WARNING: With sendmail, entries in /etc/aliases can override usernames. With qmail, if you install fastforward in ~alias/.qmail-default, it will not see addresses that are controlled by other users. See qmail-getpw(8). To change this, see qmail- users(5). COMPATIBILITY WARNING: Various versions of sendmail do various strange things with circular alias definitions. See setforward(1) for details on fastforward's behavior. COMPATIBILITY WARNING: If there are several forwarding instructions for a single alias, sendmail will complain; fastforward will silently use the first instruction. WILDCARDS
alias can have the form user@host.dom for one user at one host, @host.dom for all users at one host, or user for one user at all hosts. COMPATIBILITY WARNING: sendmail supports only user; it does not support per-host aliases. It accepts user@host.dom if host.dom is a local host, but it then treats it the same way as user, applying to all local hosts and virtual domains. ADDRESS FORMATS
Addresses in /etc/aliases are parsed the same way as addresses in RFC 822 message headers. Parenthesized comments and bracketed addresses are permitted: root: bob (Bob, the postmaster) joe: Joe Shmoe <shmoe@heaven.af.mil> Addresses with special characters must be quoted: fred: "spaced out mailbox"@heaven.af.mil Address groups are not permitted, since colons have a different use in /etc/aliases. Any recipient address without a fully qualified domain name is fed through the defaulthost, defaultdomain, and plusdomain mechanisms described in qmail-header(5). COMPATIBILITY WARNING: sendmail's handling of quotes and backslashes violates RFC 821 and RFC 822, and is not supported by newaliases. The qmail-local delivery mechanism lets each user manage several addresses, so there is no need for a special syntax to get around forwarding. MULTIPLE RECIPIENTS
An instruction may list more than one recipient address: alias: recip1, recip2, recip3 Any message sent to alias will be forwarded to all of the addresses. A forwarding instruction may be split across several lines. Each line past the first must either (1) begin with space or tab or (2) be empty: hostmaster: fred, joe COMPATIBILITY WARNING: sendmail requires the colon to be on the first line of a multi-line forwarding instruction. newaliases doesn't care whether the colon is present at all. COMPATIBILITY WARNING: sendmail does not permit blank lines in the middle of continuations. This has the undesirable effect that a blank line behaves differently from a line containing a single space. COMMENTS
Any line in /etc/aliases that begins with # is ignored: # this is a comment A comment may be split across several lines. Each line past the first must either (1) begin with space or tab or (2) be empty. COMPATIBILITY WARNING: sendmail does not permit continuations of comment lines. PROGRAMS
If a recipient address does not contain a domain name, and begins with a vertical bar, newaliases takes the rest of the address as a pro- gram to run: weather: "|weather-server" fastforward will run weather-server when a message arrives for weather. COMPATIBILITY WARNING: Internet addresses can legitimately start with a slash or vertical bar. newaliases treats anything with an unquoted @ as an address. sendmail appears to have various problems coping with these addresses, and with commands that contain @ signs. COMPATIBILITY WARNING: newaliases does not allow a vertical bar before double quotes. INCLUDE FILES
A recipient address of the form :include:file means ``every address listed in file.'' (Actually fastforward reads file.bin; see newin- clude(1) for further details.) Note that file is read by fastforward, not newaliases, so the system administrator does not have to run newaliases every time file changes. file must be world-readable and accessible to fastforward. COMPATIBILITY WARNING: If an :include: file is unreadable or nonexistent, sendmail skips it; fastforward defers delivery of the message. COMPATIBILITY WARNING: sendmail does not permit spaces inside the literal text :include:. newaliases does. COMPATIBILITY WARNING: Versions of sendmail before V8 did not strip quotes from :include: filenames. ALIAS OWNERS
If there is an alias for owner-list, any message forwarded through list will have its envelope sender set to owner-list, so that bounces go back to owner-list. COMPATIBILITY WARNING: When an alias includes the same recipient both inside and outside a mailing list, fastforward sends the message twice, once with each envelope sender. sendmail sends the message only once; its choice of envelope sender for that recipient depends on the phase of the moon. SEE ALSO
fastforward(1), setforward(1), newinclude(1), printforward(1), dot-qmail(5) newaliases(1)
All times are GMT -4. The time now is 12:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy