![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mutt Folder List 1.5.18-20080517 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-18-2008 07:50 AM |
| How does mutt command pick senders Details | amit1_x | Shell Programming and Scripting | 1 | 04-16-2008 03:54 AM |
| Mutt Folder List 1.5.17-20080412 (Default branch) | iBot | Software Releases - RSS News | 0 | 04-14-2008 01:50 PM |
| Mutt - Word Document or Formatted text as a Message | krsenkumar | UNIX for Advanced & Expert Users | 1 | 04-05-2008 11:10 AM |
| Mutt 1.5 on Aix 5.3 | eth0 | AIX | 0 | 08-23-2006 09:39 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
mutt
i use mutt to send customers mail with attachments, works fine, but the problem i have is when customer receives automated message it is from root@blah.com
i need it to say from customerservice@blah.com so if they reply it goes to customer service and not root. does anyone know where or what in the .muttrc file or sendmail config file I must change to masquerade as a customerservice@blah.com.? |
|
||||
|
Masquerading is cumbersome even in sendmail. Does su to customerservice not work? I've never tried.
The reason for not trying is sendEmail: If you are not totally bound to mutt consider using a well-tested app that does a lot of mail sending very well, IMO: sendEmail. masquerading is easy. Software :: SendEmail - Send email with this free command line email client FWIW - This may sound trite, but running an everyday app under root is normally not an idea to consider. |
|
||||
|
Actually, masquerading is not really very hard at all, but you have to know what you are doing. Do you want just the From: line to be correct? Or also the Sender:? Or also the Return-Path:? All of these can be done but we don't want to tell the spammers in too much detail how to do it.
|
|
||||
|
You Can use the below format:
Create an real name for the mail id => 'customerservice@blah.com' for time beinng i called 'customerservice'. mutt -nx -e 'set from=customerservice@blah.com; set realname="customerservice"' -s "Mail Subject" -a attachment_file customermail_id its working for me. try it... Good Luck. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|