Mutt/Sendmail Masquerading Problem on AIX 5.3


 
Thread Tools Search this Thread
Operating Systems AIX Mutt/Sendmail Masquerading Problem on AIX 5.3
# 1  
Old 02-02-2010
Error Mutt/Sendmail Masquerading Problem on AIX 5.3

We are running Unix AIX 5.3 and I have been asked to masquerade the sender name on our email processing.
We have one domain name and many users:
user1@domainname
user2@domainname
user3@domainname

We use mutt/sendmail to do our email processing.

I discovered that using genericstable within sendmail covered this.
So I created a genericstable:
user1 new1@emailaddress
user2 new2@emailaddress
user3 new3@emailaddress

and amended sendmail.cf to take in:
Kgenerics and Ruleset 93

and then started doing some testing.

This works well when using mail:
mail -s "test" deliver@address < /dev/null
If run from user1 the sender address becomes new1@emailaddress

However if run from mutt the result is not what I want:
mutt -s "test" deliver@address < /dev/null
If run from user1 the sender address remains user1@domainname and doesn't become new1@emailaddress.

I can't see where the problem lies as surely mail and mutt must be using sendmail and yet mutt must be ignoring the genericstable.

Has anyone experienced anything similar?

Many thanks.
Francisco Martins
# 2  
Old 02-02-2010
i used to administer Postfix not sendmail but anyway recheck parameter masquarade domain or something like that.. or check what mail.log and other log file writes... maybe u get some useful info from there
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Sendmail - Masquerading multiple domains with different addresses

Hello Friends, I am running Sendmail 8.14 on rhel6. I have one simple question regarding domain masquerading, i would want to masquerade different domains with different addresses. By that what i mean is that lets say i have 3 domains as home.com, example.com, test.com and i would want to... (0 Replies)
Discussion started by: Rohit Bhanot
0 Replies

2. AIX

sendmail masquerading on AIX.

Hello all, I have a requirement wherein I need to change the "received from" address parameter for outgoing mails from an AIX server. I tried using the option to specify the "reply-to" address, still my relay server rejects the mails as the "received from" address still contains . I know,... (1 Reply)
Discussion started by: thisissouvik
1 Replies

3. Ubuntu

Problem with Mutt!

HI i am using Ubuntu 10.10. I tried to install Mutt downloaded from 'ftp://ftp.mutt.org/mutt/mutt-1.4.2.3.tar.gz'. I tried to configure and make install. I was successful to configure is note but make install is giving me make not found error. How to successfully install please tell. (6 Replies)
Discussion started by: nixhead
6 Replies

4. AIX

sendmail on AIX

Hi, Is sendmail required to read local mail for root user on AIX? I shutdown sendmail daemon and sent a test mail to root and I got it. I don't know if I'm missing something here. Thanks regards Israel. (1 Reply)
Discussion started by: iga3725
1 Replies

5. AIX

AIX sendmail configuration

I want to configure sendmail on AIX 4 and 5 to send emails to a windows SMTP proxy server for distribution. Mail would be going from AIX to Windows but any return emails would be sent not AIX but to a default Windows return address. What variables in the AIX sendmail.cf file would need to be... (1 Reply)
Discussion started by: rahe
1 Replies

6. SCO

Sendmail masquerading

I am having a problem with my sendmail configuration I have masquerading on but when I send a mail to multiple people it masquerades my email but not the others? see the sample below: From: name@vegena.net Sent: Friday, July 24, 2009 9:42 AM To: name2@atksco1.vegena.net;... (0 Replies)
Discussion started by: garycrow
0 Replies

7. AIX

How to configure sendmail for AIX 5.3

Hello All, I am very new to this sendmail thing. I need to set up AIX servers with sendmail service to get emails in my corporate email address. All I am asked to do is use SMTP gateways (already in place) for using sendmail. thanks in advance (0 Replies)
Discussion started by: solaix14
0 Replies

8. UNIX for Dummies Questions & Answers

Sendmail Masquerading

Hi, I'm trying to get my mails sent from the address user@domain instead of user@hostname.domain. Should be simple masquerading configuration in sendmail config files, but this is where I fall (newbie). The sendmail.cf is not recommended for editing. There should be some kind of .mc file that... (0 Replies)
Discussion started by: shimpanzo
0 Replies

9. AIX

Mutt 1.5 on Aix 5.3

Anyone out there successfully compile mutt 1.5 on AIX 5.3? I get an error on 'make install' but can't sort out what the issue is: # make install ./gen_defs ./OPS ./OPS.PGP ./OPS.SMIME ./OPS.CRYPT > keymap_defs.h ./patchlist.sh < ./PATCHES > patchlist.c echo... (0 Replies)
Discussion started by: eth0
0 Replies

10. UNIX for Dummies Questions & Answers

Sendmail config on AIX 5.3

Hi, I've looked through the posts here and tried everything and cannot get sendmail to work properly. The server only needs to send and not receive mail. I need it to be routed through an open relay which has ip address of 10.126.35.8. Here's what I've done so far: I have amended... (1 Reply)
Discussion started by: johnbrickell
1 Replies
Login or Register to Ask a Question