External hosted images in signature

I am trying to put an image in my signature that is hosted on a web site. When I add an image to my signature it is contained in the email message inflating the size of the email. I want the image to be hosted externally but can't work out how to do this.
I know the recipient can switch off viewing the image if it is external to the email but I am happy with that.
Any help much appreciated.

nigelsanderson,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://www.novell.com/support and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Forums Team
http://forums.novell.com

Similar Messages

  • Inserting externally hosted images

    I have limited space on my web site host. Therefore I would like to host images on another site, such as Flickr, and display these images on my web pages. I know how to do this in html but cannot find a way to configure it in iWeb.

    No, the HTML Snippet is for your code. You decide what to do with it.
    For example, you cannot create a shadow, a technique that I use extensively to make images stand out.
    Oh yes, you can. But you have to create your own shadows.
    Otherwise, try this :
    [How to display a remote picture in your iWeb page|http://www.wyodor.net/Tutorials/ImageWidget/ImageWidget.html]
    Message was edited by: Wyodor

  • ASA 5505: unable to ping external hosts

    Hi,
    I have a LAN behind ASA 5505, interface NAT/PAT is configured.
    External interface is configured for PPPoE.
    Everything works fine except I cannot ping from a LAN PC external hosts. I can however ping external hosts from ASA itself. ICMP is allowed:
    icmp permit any inside
    icmp permit any outside
    access-list outside_access_in extended permit icmp any any
    Protocol inspections and fixups are default.
    When I ping an external host 61.95.50.185 from the LAN host 10.2.32.68 I am getting the following in the log:
    302020 61.95.50.185 10.2.32.68 Built ICMP connection for faddr 61.95.50.185/0 gaddr 202.xx.yy.zz/1 laddr 10.2.32.68/512
    302020 61.95.50.185 202.xx.yy.zz Built ICMP connection for faddr 61.95.50.185/0 gaddr 202.xx.yy.zz/1 laddr 202.xx.yy.zz/1
    313004 Denied ICMP type=0, from laddr 61.95.50.185 on interface outside to 202.xx.yy.zz: no matching session
    313001 61.95.50.185 Denied ICMP type=0, code=0 from 61.95.50.185 on interface outside
    302021 61.95.50.185 202.xx.yy.zz Teardown ICMP connection for faddr 61.95.50.185/0 gaddr 202.xx.yy.zz/1 laddr 202.xx.yy.zz/1
    302021 61.95.50.185 10.2.32.68 Teardown ICMP connection for faddr 61.95.50.185/0 gaddr 202.xx.yy.zz/1 laddr 10.2.32.68/512
    Where 202.xx.yy.zz is IP of external interface of ASA.
    This is a very simple setup that runs on a number of othe PIXes/ASAs and pings to external IP normally work just fine. I can't understand why ping replies are getting dropped on the interface?
    Any help will be highly appreciated.
    Thank you.
    Alex

    Alex / Kerry, you have couple of options for handling icmp outbound, either acl or icmp inspection :
    access-list outside_access_in extended permit icmp any any echo-reply
    access-list outside_access_in extended permit icmp any any source-quench
    access-list outside_access_in extended permit icmp any any unreachable
    access-list outside_access_in extended permit icmp any any time-exceeded
    access-group outside_access_in in interface outside
    or icmp inspection instead of acl.
    policy-map global_policy
    class inspection_default
    inspect icmp
    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml
    HTH
    Jorge

  • ASA5505 Upgrade to 9.1.5 from 8.4.1 - problem with nat and accessing external host

    When running on 8.4 i had a working config with the following scenario.
    I have 2 interfaces configured as the outside interface.
    One is connected to my internet connection
    The other one is connected to a host that has a public ip.
    The public host can access internet and also a PAT port on an internal host.
    But after the upgrade the internal hosts can't access the external host but everything else on internet 
    packet-tracer input inside tcp 10.x.x.11 1024 x.x.x.89 22
    Phase: 1
    Type: ACCESS-LIST
    Subtype: 
    Result: ALLOW
    Config:
    Implicit Rule
    Additional Information:
    MAC Access list
    Phase: 2
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   x.x.x.0    255.255.240.0   outside
    Result:
    input-interface: inside
    input-status: up
    input-line-status: up
    output-interface: outside
    output-status: up
    output-line-status: up
    Action: drop  
    Drop-reason: (nat-no-xlate-to-pat-pool) Connection to PAT address without pre-existing xlate
    If i add 1 to the destination ip:
    packet-tracer input inside tcp 10.x.x.11 1024 x.x.x.90 22
    Phase: 1
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   x.x.x.0    255.255.240.0   outside
    Phase: 2
    Type: ACCESS-LIST
    Subtype: log
    Result: ALLOW
    Config:
    access-group inside_access_in in interface inside
    access-list inside_access_in extended permit ip any4 any4 
    Additional Information:
    Phase: 3
    Type: NAT
    Subtype: 
    Result: ALLOW
    Config:
    nat (inside,outside) source dynamic any interface
    Additional Information:
    Dynamic translate 10.x.x.11/1024 to x.x.x.80/1024
    Phase: 4
    Type: NAT
    Subtype: per-session
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 5
    Type: IP-OPTIONS
    Subtype: 
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 6
    Type: NAT
    Subtype: rpf-check
    Result: ALLOW
    Config:
    nat (inside,outside) source dynamic any interface
    Additional Information:
    Phase: 7      
    Type: USER-STATISTICS
    Subtype: user-statistics
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 8
    Type: NAT
    Subtype: per-session
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 9
    Type: IP-OPTIONS
    Subtype: 
    Result: ALLOW
    Config:
    Additional Information:
    Phase: 10
    Type: USER-STATISTICS
    Subtype: user-statistics
    Result: ALLOW 
    Config:
    Additional Information:
    Phase: 11
    Type: FLOW-CREATION
    Subtype: 
    Result: ALLOW
    Config:
    Additional Information:
    New flow created with id 98586, packet dispatched to next module
    Result:
    input-interface: inside
    input-status: up
    input-line-status: up
    output-interface: outside
    output-status: up
    output-line-status: up
    Action: allow
    Nat rules:
    nat (inside,outside) source static IPv6_HOST interface service https https
    nat (inside,outside) source static IPv6_HOST interface service http http
    nat (inside,outside) source static IPv6_HOST interface service ssh ssh
    nat (inside,outside) source static INTERNAL interface destination static EXTERNAL EXTERNAL service apcupsd apcupsd
    nat (inside,outside) source static IPv6_HOST interface destination static IPv6_POP IPv6_POP
    nat (inside,outside) source dynamic any interface
    The EXTERNAL is the host that is connected to an outside interface and that NAT rule works ok.
    I can ping the EXTERNAL host from the ASA but not from the internal network.
    Any ideas would be appreciated.

    Hmmm, by adding the following i got it working:
    nat (inside,outside) source static IPv6_HOST interface service https https
    nat (inside,outside) source static IPv6_HOST interface service http http
    nat (inside,outside) source static IPv6_HOST interface service ssh ssh
    nat (inside,outside) source static INTERNAL interface destination static EXTERNAL EXTERNAL service apcupsd apcupsd
    nat (inside,outside) source static IPv6_HOST interface destination static IPv6_POP IPv6_POP
    nat (inside,outside) source dynamic inside interface destination static EXTERNAL EXTERNAL
    nat (inside,outside) source dynamic any interface
    It is a bit complicated though since the EXTERNAL host get it's address via DHCP and so does the ASA.

  • How do I move my externally hosted iTunes to a new computer?

    Hello,
    I recently upgraded my MacBook Pro from a 2008 model to one of the current retina models.  On the recommendation of many, I chose not to migrate my old system to the new machine.  Instead, I'm simply installing apps and moving files as needed.
    One of the bigger tasks at hand: moving iTunes.
    On my old machine, I have the last iTunes 10 version installed.  It is a huge music library, but a modest video library.  My in-machine hard disk drive cannot hold everything, so years ago I switched to external hosting (and within the last year upgraded to a new, bigger drive).
    On my new machine, I am using iTunes 11.  I signed in with iTunes Match and downloaded 2 or 3 albums.  I've made one video purchase (a TV Season Pass), which thus far only has one episode.
    I'd like to move my old library to my new machine.  I *think* I know how to approach this, but in the interest of not screwing anything up, I thought I'd run my plans by the forum.  PLEASE let me know if I'm totally off, missing steps, or on the right track:
    1.  Update my old machine to iTunes 11.
    2.  Copy the Library .itl and .xml files on my old machine
    3.  Create a duplicate file string on new machine -- the exact string as the old machine (e.g. Users > johndoe > iTunes Music)
    4.  Delete previous iTunes library files from new machine
    5.  Replace with copied files from old machine
    6.  Connect external drive to new machine
    7.  Open iTunes
    Will this work, or are there hidden properties that I'm unaware of that simply prevent such a move from happening in the way I've outlined it?

    Bumping one last time! 
    If no one has any thoughts on this, I'll give it a shot and report back with what I find.

  • External/Remote Images no longer appear in Design View!

    Hi,
    First post here.
    Suddenly external/remote images in Dreamweaver CS3 no longer appear when viewed in Design View.
    All I get now is grey boxes!
    I have tried toggling 'Display External Files' on and off, made sure Cache is off (tried it with on too) and nothing seems to make a difference.
    If anyone could help please, it's so annoying
    Thanks,
    James

    Windows XP.
    I'm an experienced web designer, 10+ years so you will have to trust me my code is fine.
    It just shows the grey boxes in place of where the images should be.

  • How can I capture an externally hosted page as a variable ?

    How can I capture the html or css of an externally hosted
    page and use it as a local variable ? There's plenty of options for
    doing it with local file but I can't work out how to go about it
    when the file isn't on your cf server. Any ideas ?

    Yes, of course.
    {insert the sound of slapping oneself in the head here}

  • CS3 - Design View not showing externally linked images

    In CS3 Design View, externally linked images are not showing
    up... i am only getting the place holder.
    To prempt some questions:
    1/ Links are correct and complete - apart from the fact that
    they show up when previewing in the browser(s) - i have
    crosschecked
    2/ There are no spaces in the url
    3/ In the 'View' menu, 'Display External Files' is checked
    I had this problem before and escargo suggested saving and
    rebooting. It worked then but strangely, today, that file is again
    showing some of the externally linked images but not all. And on a
    new file, created today, none of the externally linked images are
    showing up... :(
    I'm sure there's a simple solution to the problem... anyone
    have any idea what it could be?
    Thanks and cheers,
    JJ

    Nope. Some show - some don't.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jhabrix" <[email protected]> wrote in
    message
    news:faom5n$9ku$[email protected]..
    > Bump....
    >
    > Anyone have a solution to the above problem???

  • After specifying the external host name under outlook anywhere, users pop up for password

    Dear All,
    I have installed and configured exchange 2013 as a fresh installation on server 2012 and it worked fine till i changed
    specifying the external host name under outlook anywhere(in exchange ECP -> Server -> server -> W12R2-Email2013).
    My internal domain is starnavigator.lk and we have several accepted domains listed. but all the staff checked web mail through
    mail.leoburnett.lk internally and externally. even now web mail is working fine.
    After i added external host name as mail.leoburnett.lk
    all the internal PCs start to pop up for user name and password and its not  connecting. 
    even if I reversed back the settings, still prompt for user name and password. also auto discover cant locate the settings. if i configure the settings manually, i t works for first time and after restarting outlook, again prompt for name and password.Any
    any advice or solution please??
    Thx,
    Dulana

    Run this tool and post the result (only errors)
    https://testconnectivity.microsoft.com/
    After configuring outlook manually, run Test E-Mail Autoconfiguration and Connection Status and post the result.
    Editing just an URL for OA shouldn't cause any issue.
    Did you restarted IIS Service?
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Making sure attached images and signatures appear in the body of sent email

    The subject line says it all. I would like recipients of my mail to see the attachment/image or signature, within the body of the email where I have placed it.....or not if I so choose. Is this possible to control from the sender's end?....or is this also influenced by the receiver's mail settings and platform?
    I know there are many posts that dance around this issue, but I have not found one that nails it. Any advice would be appreciated. Thanks.
    PowerBook 17" & G4 Quicksilver desktop   Mac OS X (10.3.9)   Mail 1.3.11

    The Mail.app displays all image/photo and single page PDF documents inline or viewed in place within the body of the message by default. Depending on the recipient's email client and available preference settings, such attachments may appear inline or viewed in place within the body of the message by default when the message is opened (as with the Mail.app) or as attached files only for which the sender has no control over.
    If the recipient's email client is not the Mail.app but displays image/photo attachments inline or viewed in place, the attachments may not appear exactly where you placed them.
    The only way to do what you want or get as close as possible is by using HTML formatting with embedded images and/or objects and no Mail.app version includes an HTML composer/editor.
    RTF with Tiger Mail is HTML which allows for forwarding a message received that was composed in HTML keeping all intact. With Tiger, you can use the HTML editor/composer of choice with embedded images/objects, etc. and save the completed document.
    Open the saved HTML document with Safari and at the Safari menu bar, go to File and select Mail Contents of This Page. A new Mail.app message will be launched and the HTML document viewed with Safari will be copied to the message which will be sent in its entirety.
    You cannot do this with Jaguar or Panther Mail.

  • Allow external host to relay through Ironport?

    What is the "safest" way to allow an external host to relay e-mail through our Ironport? I know it's not "recommended", but I don't have any choice.
    I guess I could set up the external IP that's allowed to relay in
    Mail Policies --> Hat Overview - Relaylist. But that would allow anyone from that IP to relay, and I don't really feel that it's secure enough.
    Is it anyway to "tighten" the security and also require a username/password in combination with coming for the correct IP-address to make it atleast a little bit more safe?

    Hi Jonas,
    The safest way to achieve the required is to configure SMTP Authentication feature on Cisco IronPort Appliance.
    SMTP Auth is a mechanism for authenticating clients connected to an SMTP server. You can use this functionality to enable users at your organization to send mail using your mail servers even if they are connecting remotely (e.g. from home or while traveling).
    Cisco IronPort supports two methods to authenticate user credentials:
    1.      You can use an LDAP directory.
    2.      You can use a different SMTP server (SMTP Auth forwarding and SMTP Auth outgoing).
    Once authenticated, the user will be allowed to relay mail through Cisco IronPort Appliance. To find out step by step instructions on configuring this feature, I would recommend you to go through "Configuring AsyncOS for SMTP Authentication" section in the Advanced Configuration Guide of AsyncOS.
    Hope this will help.
    Regards,
    Rehan Latif

  • Installing APEX on a website hosted by an external hosting service provider

    I have an external hosting service provider who provide hosting service based on LAMP stack. Has anyone on this forum installed APEX on the servers of these hosting service providers..
    Would appreciate inputs.
    Thanks

    Hi,
    APEX requires an Oracle DB to install into (and run), so you can't use MySQL or any other database.
    However, the good news is that there are already hosting providers who provide APEX Hosting, there is a list of some of them available here -
    http://wiki.shellprompt.net/bin/view/Apex/HostingExamples
    I run one of those Hosting companies (Shellprompt), so feel free to contact me directly if you need any more information ([email protected]).
    Hope this helps,
    John.

  • Images of signatures,Test form layout printed as upside down & as mirror im

    Hi All,
    The images of signatures and the test form Layout images are printed as upside down mirror images.
    This is happening after upgrade. What could be the problem? this is happening while printing notifications.
    Please let me know. Thanks in advance.
    Thanks & regards,
    Y Gautham

    Hi,
    Take a look at SAP note #683605. Usually this is a problem of the printer driver at windows level if you use a windows device type like SAPWIN or SWINCF in SAP. If the printer is a HP PCL printer, try creating a spool and print via a PCL device type like e.g. HPLJ4000. The problem should not happen in this case. But the solution is a corrected windows printer driver as per note #683605.
    Regards,
    Aidan

  • AIR App, load externally hosted SWF which loads XML

    I am wondering if this is even possible, because I am getting error 2148. 
    I am loading in SWF files that are externally hosted into an AIR app.  Everything works great!
    Is it possible to have one  of these child SWFs load in some type of XML data or access an XML file on the desktop/tmp?
    Or if need be, should I have the AIR app do all the loading (including the other XML) and pass that to the child SWF?
    Thanks in advance!
    In detail:
    AIR app -> Loads SWFs
    SWFS -> Load XML
    SWF -> displays something or does something RAD!!!
    Stuff I have tried:
    Ive added an mms.cfg file in the proper places, as well as, changed my adobe security settings to allow access to a "tmp" folder on desktop. The loaded SWF from an external domain loads fine however it still shows an error 2148 when trying to access an XML file within the "tmp" folder on desktop. The SWF when published is also set to "access local files"

    I was able to find a workaround of the security sandbox using Loader.loadBytes();
    Aleksandar Andreev's Loader class really helped:
    http://blog.aleksandarandreev.com/?p=42

  • Externally Hosted Widgets (Flash object embed) In Catalyst or Flex

    Is there any way I can embed flash objects, i.e., externally hosted widgets in FC? ...In Flex?
    There are many externally hosted widgets now available for sideshows, video etc, that are flash objects like Cooliris.
    ( http://developer.cooliris.com/?p=embed/quickstart )
    Any suggestions?

    Hi Rick,
    I am not an expert at this, so I apologize if anything I tell you is wrong. The experts are over on the Flex forums and you'll want to hop over there for deeper questions.
    1) To load a SWF from within a SWF, you use the SWFLoader component.
    2) FC allows you to embed a SWF within the same project by File > Import > SWF File. In this case, the SWF is compiled into your main SWF and increases its size.
    3) To include a SWF that doesn't exist in your project, but that is somewhere else on the internet, you'll need to use FB. There are some cross-domain and security considerations, just like with HTML/JS. Here is the documentation on SWFLoader: http://livedocs.adobe.com/flex/3/html/help.html?content=controls_15.html
    Hope that helps =\...
    -Adam

Maybe you are looking for