How to adjust hostname info for Sendmail

Hello folks,
When sending mail from the command line in Solaris, the emails always say they are from [email protected]
What I'd like instead would be [email protected]
What file must I edit to make this happen?
Many thanks in advance.
Lurch

It also heavily depends what you use to send the mail. Normally the so called MUA (mail user agent) can set its own 'from' adress. So, suppose you're using the 'mail(1)' command tool then all you'd need to do is include a 'From:' header.
IMO thats a lot better than to mess with sendmail since modifying sendmail behaviour will change this system-wide, so all users who send mail will have the same kind of from domain, which isn't always what you want.

Similar Messages

  • How to adjust start up for iTunes Helper.exe

    XP Home, SP2, iTunes 7.1.0.59,
    in msconfig there are two start up iTunes releated items:
    iTuneshelper.exe,
    qttask.exe
    I wish to tweak my system and remove these from Starting up, thus, msconfig startup, and access them only when I start iTunes or something related to Quick Time.
    Please advise in explicit detail how to adjust the settings for both iTunes and Quick Time so as to have them only start when I turn them on manually.
    Thank you in advance,
    Robert
    HP Pavilion ZE 4230   Windows XP   1.83Ghz, 512 RAM, 40GB HDD, 250GB external HDD

    qttask is just the system tray icon for Quicktime. You can stop this from the advanced tab of Qicktime preferences.
    There isn't a simple adjustment for iTunesHelper.exe. It doesn't use significant resources unless something is wrong and you should leave it alone.
    There is a short piece on what the background processes do here:
    http://docs.info.apple.com/article.html?artnum=302488
    If you must control iTunesHelper startup, maybe something like Winpatrol would help help.
    http://www.winpatrol.com/

  • Please tell me how to adjust field width for alv data .

    Hi,
          Please tell me how to adjust field width for alv data . Also i want to remove zeros after decimal coming in field.
    Regards,
    Ranu

    Hello Ranu,
    You need to set OUTPUTLEN field from field catalog table for every column.
    DATA lt_fieldcat TYPE lvc_t_fcat
    DATA lw_fcat type lvc_s_fcat .
    lw_fcat-fieldname = 'BNAME' .
    lw_fcat-inttype = 'C' .
    lw_fcat-outputlen = '12' .  -----> for e.g. set width of column BNAME
    lw_fcat-coltext = 'User Name' .
    lw_fcat-seltext = 'User Name' .
    APPEND lw_fcat to lt_fieldcat .
    Hope this resolves your issue!
    Thanks,
    Augustin.

  • How to adjust hot corners for duel monitors?

    Anyone know how to adjust the hot corners so that I can use all 4 corners of my primary monitor and not my second?
    Right now I have to move the cursor all the way across both monitors to the bottom right corner on my second monitor to activate it. In Lion I believe they had a duel monitor adjustment to fix this problem.
    Any ideas in Mountain Lion?

    Actually, on top of that, is there also a way to make the menu bar appear on both screens? Having a window in a different monitor from the menu bar is a bit inefficient.

  • How to adjust upper margin for cheque amount in digit.

    Hello Friends,
    I have to adjust upper margin for cheque amount ,because amount being printed below.
    I have done setting is as below.
    A2         Meaning    BOI NEW Amount in Digits
    Left Margin     14.70   CM           Alignment       LEFT
    Right Margin              CM           Line Spacing    1.00    LN
    Indent 1st line            CM
    Space before             CM
    Space After               CM
    Please help me to resolve. I have searched on SDN but not found answer .

    Hi Praveen,
    Raise this issue to ABAP forum, you will get quick reply over there.
    Regards,
    Kalim

  • How to revert edited info for a purchased song to the original info it came with?

    I had purchased some songs from the iTunes Store and downloaded them to the computer, where I then edited their song info/metadata (e.g., artist name, composer, etc.). I now want to revert the song info/metadata to whatever they were before the editing (i.e., the song info/metadata as stored at the iTunes Store). Can I do that, and if so, how? Thanks.

    welcome to the mac side, im new also
    in windows we would right click and select 'properties' right?
    on apple you simply hold control 'ctrl' and then click on the folder you want, the control and click is macs equivanlent to windows' right click
    after you've 'ctrl' and clicked, select 'get info', get used to this 'get info' function as you'll probably use it alot, like i said, its like selecting 'properties' on windows
    another way of doing the control>click is clicking once on an item so that it is highlighted and then selecting 'file' at the top of your screen and then 'get info' too
    to view all pics in a slideshow yo simply highlight each one, or you can select multiple items by holding down the command key (⌘) then single clicking each pic you want to view, this selects it and then double clicking any one of them when they are all highlighted, in mac you will use the 'preivew' application which is an image viewer, sort of the replacement for your old 'windows fax and image viewer' on windows
    hope that helps

  • How to adjust this HTML for my Mobile Me site?

    Hi,
    I've downloaded the below source code from here: www.slidesjs.com as I want to add a JQuery to my iWeb site.
    I found this tutorial, which is great! http://www.bluenotesentertainment.com/iweb-tips/how-to-add-a-jquery-slider-to-iw eb/ - but, the source code has changed since it was written and I cannot figure out what the change the elements below to in order for it to work.
    For you info, I have uploaded the Standard folder to my iWeb site (complete with index file, css folder, img folder and js folder) and renamed it to 'slider' for ease. All these files are saved in: http://web.me.com/myusername/flash/slider
    I think I know what to change all the blue highlighted areas below too, but not the red.
    If I am right in my thinking, the blue should be: href (the web address of where I want the image on the slider to click through to), title (what appears under the image on the slider), img src (the location of where I have saved the image, in this case - http://web.me.com/myusername/flash/slider/images/image.png).
    But I am not sure what to put for the red highlighted areas, especially the script source. Surely this would be http://web.me.com/myusername/flash/slider something or other?
    On the tutorial, it replaces:
    <script src="js/jquery-1.4.4.min.js"></script>
    with
    <script src="http://www.yourdomain.com/slider/js/jquery-1.4.4.min.js"></script>
    I have my site hosted through mobile me, but then redirected to my domain through godaddy. So do I put my mobile me one or my main web address it redirects to and how should it show? Plus the HTML below is entirely different.
    <!DOCTYPE html>
    <html lang="en">
    <head>
              <meta charset="utf-8">
              <title>Slides, A Slideshow Plugin for jQuery</title>
              <link rel="stylesheet" href="css/global.css">
              <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
              <script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js"></script>
              <script src="js/slides.min.jquery.js"></script>
              <script>
                        $(function(){
                                  $('#slides').slides({
                                            preload: true,
                                            preloadImage: 'img/loading.gif',
                                            play: 5000,
                                            pause: 2500,
                                            hoverPause: true
              </script>
    </head>
    <body>
              <div id="container">
                        <div id="example">
                                  <img src="img/new-ribbon.png" width="112" height="112" alt="New Ribbon" id="ribbon">
                                  <div id="slides">
                                            <div class="slides_container">
                                                      <a href="http://www.flickr.com/photos/jliba/4665625073/" title="145.365 - Happy Bokeh Thursday! | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-1.jpg" width="570" height="270" alt="Slide 1"></a>
                                                      <a href="http://www.flickr.com/photos/stephangeyer/3020487807/" title="Taxi | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-2.jpg" width="570" height="270" alt="Slide 2"></a>
                                                      <a href="http://www.flickr.com/photos/childofwar/2984345060/" title="Happy Bokeh raining Day | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-3.jpg" width="570" height="270" alt="Slide 3"></a>
                                                      <a href="http://www.flickr.com/photos/b-tal/117037943/" title="We Eat Light | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-4.jpg" width="570" height="270" alt="Slide 4"></a>
                                                      <a href="http://www.flickr.com/photos/bu7amd/3447416780/" title="‚ÄúI must go down to the sea again, to the lonely sea and the sky; and all I ask is a tall ship and a star to steer her by.‚Äù | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-5.jpg" width="570" height="270" alt="Slide 5"></a>
                                                      <a href="http://www.flickr.com/photos/streetpreacher/2078765853/" title="twelve.inch | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-6.jpg" width="570" height="270" alt="Slide 6"></a>
                                                      <a href="http://www.flickr.com/photos/aftab/3152515428/" title="Save my love for loneliness | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-7.jpg" width="570" height="270" alt="Slide 7"></a>
                                            </div>
                                            <a href="#" class="prev"><img src="img/arrow-prev.png" width="24" height="43" alt="Arrow Prev"></a>
                                            <a href="#" class="next"><img src="img/arrow-next.png" width="24" height="43" alt="Arrow Next"></a>
                                  </div>
                                  <img src="img/example-frame.png" width="739" height="341" alt="Example Frame" id="frame">
                        </div>
                        <div id="footer">
                                  <p>For full instructions go to <a href="http://slidesjs.com" target="_blank">http://slidesjs.com</a>.</p>
                                  <p>Slider design by Orman Clark at <a href="http://www.premiumpixels.com/" target="_blank">Premium Pixels</a>. You can donwload the source PSD at <a href="http://www.premiumpixels.com/clean-simple-image-slider-psd/" target="_blank">Premium Pixels</a></p>
                                  <p>&copy; 2010 <a href="http://nathansearles.com" target="_blank">Nathan Searles</a>. All rights reserved. Slides is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache license</a>.</p>
                        </div>
              </div>
    </body>
    </html>

    To answer the question in the subject line :
    You don't.
    Do not think iWeb. Do not think MobileMe. Do not think domainname. It confuses the brain.
    Simply put the desired slideshow folder from the examples on the server.
    The result is this :
    http://web.me.com/wyodor/Standard/
    Open the index.html file in a HTML editor of your choice and remove the code with text you do not want displayed. And change the name of the images.
    And now we come to iWeb.
    Add a HTML snippet to a page and paste an <iframe> to display the slideshow :
    <iframe src="../../../Standard/" width="950" height="200" scrolling="no" frameborder="0"></iframe>
    Change the width and height numbers to make the slideshow fit the snippet.

  • How to adjust video memory for Toshiba A305-s6905?

    Hello, I bought Toshiba A305-S6905 from best buy last month or more.
    Now everything goes well. I am glad to own such a laptop.
    The machine's spec describes the graphics card:
    "Mobile Intel® Graphics Media Accelerator 4500MHD
    Features 128-1294MB dynamically allocated shared video memory for intense detail."
    the video memory is dynamically allocated, and the range is 128-1294MB.
    I want to know how to get the largest video memory for some games like CS, etc. I tried to manually adjust the video memory size in BIOS, but failed. There is nothing related with video memory option.
    please help.
    thanks.

    There's software installed that does it automatically based on what the system is doing at the time. If you're playing a game, it will give it the necessary video memory.
    I am assuming you're asking this because you're not happy with the performance of the game, otherwise you wouldn't be trying to adjust it manually. I am also assuming you're talking about CS. Unfortunately, systems with integrated graphics (what yours has) just aren't cut out for playing graphically-intensive games. You'll need to spend more than $600 for a computer that is good for games.

  • How to adjust backlight setting for keyboard?

    Is there anyway to adjust the setting on the backlight function on the Elitebook? My problem is if I stop typing after five seconds the back light turns off. I would like to adjust this delay to be longer.

    Clachair wrote:
    It's now Feb 2015 and I notice I've got the same problem, yet no response to the OP from HP
    What problem? We have no idea what your make/model is to even begin....
    Look here first...
    First Time Here? Learn How to Post and More
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • How to adjust background format for photos from my albums iOs7

    With previous IOs version , when using photos from my albums to make background image , format would have fit itself  . But with iOs7  , it stays at the photo's original format and doesn't adjust to screen size .

    To answer the question in the subject line :
    You don't.
    Do not think iWeb. Do not think MobileMe. Do not think domainname. It confuses the brain.
    Simply put the desired slideshow folder from the examples on the server.
    The result is this :
    http://web.me.com/wyodor/Standard/
    Open the index.html file in a HTML editor of your choice and remove the code with text you do not want displayed. And change the name of the images.
    And now we come to iWeb.
    Add a HTML snippet to a page and paste an <iframe> to display the slideshow :
    <iframe src="../../../Standard/" width="950" height="200" scrolling="no" frameborder="0"></iframe>
    Change the width and height numbers to make the slideshow fit the snippet.

  • How to adjust screen font for ipone 3GS

    My font on my iphone 3gs just went to about font size 36. How do I get it back to normal size?

    one thing you can check :
    Settings -> General -> Accessibility
    Click the Zoom section and slide to off.
    If you having a hard time navigating while its zoomed:
    To zoom: Double-tap with 3 fingers
    To move zoomed: Drag 3 fingers
    To change zoom: double tap and drag 3 fingers up or down

  • How to read variant info for a transaction

    Hi,
    I went through a couple of threads in this regards but could not find answer to my question. In my case I have a function module in which the logic requires me to read a variant say "Z020" in the J3AT transaction and read all the fields' values and use that in the function module.
    Is there any function module available where I say read this variant name in this transaction ?
    thks

    Hi,
    Use RS_VARIANT_VALUES_TECH_DATA function module to fetch variants values.
    Enter Report name which is linked to the transaction code and variant name for which you want to fetch the values. You will get all the values along with field names in VARIANT_VALUES which is tables parameter passed in to function module.
    KR Jaideep,

  • How to change account info for country?

    I currently live in the US and I am trying to get a membership for creative cloud, but when I select the plan, it tells me that the purchase is not offered in Mexico, which is not where I am. Where can I change the country in my account so that I can purchase a membership? Thanks!

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/change-country-associated-with-adobe-id. html
    -Credit card https://helpx.adobe.com/utilities/credit-card.html
    -email address https://forums.adobe.com/thread/1446019

  • How to automatically "get info" for MP3s?

    I drag and drop MP3s into iTunes. I like being able to stop a podcast (MP3) then later have it pick up where I stopped. To this though, I have to right click every MP3 individually, select Options then "Remember playback position". Is there a way to have this set once the MP3 is dropped into iTunes?

    The only automatic way I can think of is to subscribe to the podcast through iTunes. All the ones I subscribe to have that feature checked already.

  • How to adjust Date for the HPBEA4E7 (HP Photosmart 5520 series)

    Can somebody tell me how to adjust the date for my HPBEA4E7 (HP Photosmart 5520 series)?
    For example, I changed the black cartridge yesterday and the printer tells me that I did that on 01/01/2015.

    Hi @PieterF3rd 
    Most of our printers have a setting in the Preferences menu to change the date and time, but it appears this one does not. On the front panel of the printer, touch the little wrench in the top tight hand corner to access the settings menu. In the Setup menu select the Preferences menu and check there, if it is not there maybe check the tools menu. From what I can see, the option is not there, but it certainly should be.
    If you can't find the option, I would give us a call and express the issue to a phone professional. It is possible that that connecting the printer to a network and enabling the Web Services will automatically update the date and time, but this should be necessary considering not all customers have network access.
    If you are in Canada or US call 800 474 6836, or you can Contact HP Worldwide.
    I hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

Maybe you are looking for

  • Older apple TV stopped working...

    My apple TV (generation previous to new ATV) will not provide HDMI to tv anymore? it has worked for a year or so and then one day decided not to. I've tried switching the HDMI input on tv and also using a different HDMI cord and still no dice. Any ad

  • Yellow background

    Hi, When printing from Acrobat 8 on my MacBook Pro (intel) I get a yellow background regardless of which PDF I'm printing. I'll be using Preview in the meantime, but it would be nice if this problem could be addressed and resolved. Thanks for the ins

  • View not visible error

    Dear Experts, the situation is as follows: I have a windows which contains four views. One is the main view and the other three views will be called if a button is clicked. the In and Outbound Plugs are connected like this: Main -> outbound Plug1 Mai

  • Premiere Pro crashes when importing audio

    I am using Premiere Pro CC, 2014.0.1 Release, 8.0.1 (21) Build This is updated Operating System: Windows 8.1 64-bit (6.3, Build 9600) Using AVI and WMV videos. The audio file I am trying to import is MP3 Format Sound (.mp3) The error message is Adobe

  • Preview can't open any images

    Hi all, Suddenly Preview doesn't work with any images on my computer (stil works fine with PDF). The Preview window is always like this when I try to open any images: I had tried to remove all the preference files related to Preview under ~/Library/P