Udisks and udisk-glue -- How to set up with awesome wm?

Hi,
I'm trying to get my optical drives and USB drives to automount (running awesome wm launched with SLiM).
Based on this link:  http://awesome.naquadah.org/wiki/Automounting
I've decided to try to do it with udisks and udisk-glue.
1)  I have a relatively new arch install that has udisks2, do I need to do anything different because of that?
2)  I understand that I need to make a udisk-glue.conf file (according to the link above)
    (a) Where do I put it?  (which directory)
    (b) Should I make any changes to this version?
filter disks {
optical = false
partition_table = false
usage = filesystem
match disks {
automount = true
automount_options = sync
post_mount_command = "echo \'naughty.notify({title = \"USB:\", text =\"mounted %device_file on %mount_point\", timeout = 10})\' | awesome-client"
post_unmount_command = "echo \'naughty.notify({title = \"USB:\", text =\"unmounted %device_file on %mount_point\", timeout = 10})\' | awesome-client"
filter optical {
optical = true
match optical {
automount = true
automount_options = ro
post_mount_command = "echo \'naughty.notify({title = \"CD-Rom:\", text =\"mounted %device_file on %mount_point\", timeout = 10})\' | awesome-client"
post_mount_command = "echo \'udisks_glue:mount_device(\"%device_file\",\"%mount_point\",\"Cdrom\")\' | awesome-client"
post_unmount_command = "echo \'naughty.notify({title = \"CD-Rom:\", text =\"unmounted %device_file on %mount_point\", timeout = 10})\' | awesome-client"
Thank you for your advice!

I believe udisks-glue needs udisks not udisks2. As for the configuration, have you checked the manpage for udisks-glue?
As an alternative, you could try devmon (part of the udevil package).

Similar Messages

  • My iPad, Macbook and Apple TV are all set up with the same iCloud email address.  I bought the iPhone 6 and accidentally set the iCloud up with a different email.  My phone will not let me change the email address to be the same as my other devices,

    My iPad, Macbook and Apple TV are all set up with the same iCloud email address.  I bought the iPhone 6 and accidentally set the iCloud up with a different email.  My phone will not let me change the email address to be the same as my other devices, it tells me that email is already being used. How do I delete the iPhones iCloud account and reinstall it to match my other devices.

    Yes it will, just sign out, then sign back in with the correct address.
    Settings>iCloud>Sign Out.

  • How does iPad Mini with Cellular Sprint Captel work in hard of hearing person for captioned calls and music?, How does iPad Mini with Cellular Sprint Captel work in hard of hearing person for captioned calls and music?

    How does iPad Mini with Cellular Sprint Captel work in hard of hearing person for captioned calls and music?, How does iPad Mini with Cellular Sprint Captel work in hard of hearing person for captioned calls and music?

    How does iPad Mini with Cellular Sprint Captel work in hard of hearing person for captioned calls and music?, How does iPad Mini with Cellular Sprint Captel work in hard of hearing person for captioned calls and music?

  • I need to update my iTunes and iPod touch,iPad and iPhone but they were set up with a hp laptop that i sold i tried to update my iTunes and apple devices but it tell's me if i update i will lose all media on my devices and to update with the original com

    I need to update my iTunes and iPod touch,iPad and iPhone but they were set up with a hp laptop that i sold i tried to update my iTunes and apple devices but it tell's me if i update i will lose all media on my devices and to update with the original computr

    Go to www.ecamm.com and d/l PhoneView.
    To prevent a sync when plugging in the iPod/iPhone - hold down the 'option' and the 'command' keys when plugging in the iPod/iPhone - key the keys down until the iPod/iPhone is listed under the Devices list in iTunes - this will prevent a sync from taking place.
    With PhoneView you can take the content from the device to the iTunes library.
    MJ

  • How use set up with office 2011 for mac as I did keep tried put download but it's always 'update' download. I want get start set up new office 2011 for mac? please help me

    how use set up with office 2011 for mac as I did keep tried put download but it's always 'update' download. I want get start set up new office 2011 for mac? please help me

    You must be using an update CD.  You need the software that has the full version first - install that, then you can use the update one if needed. I know, cuz I made the same mistake - lol

  • Once and for all: How to set up and use SSH

    Yes, I know ssh has been discussed on and off, but never in its entirety; and yes, there are step by step instructions on the www, but at one point or another they skip a crucial instruction that would be necessary for unix-dummies (e.g. how to save and close the nano-editor in Terminal). So, please pardon my question:
    There are several points I'd like to ask for ssh-connecting two macs on a local network:
    1) In terminal-file-"connect to server" you can ask for an ssh connection to be set up. For this to work, do I need to create private and public keys first? If so, how? Please point me to a reliable and step-by-step instruction site.
    There are some free ssh-utilities out there, but their documentation is just not helpful enough for a UNIX-dummy.
    2) Apparently I managed to connect via ssh once (from the terminal, see point 1) to a local server (allowing remote connection set to ON at the server). But then, when I connected to that server from the client's finder and tried to get into my user account on that server it told me that no secure connection could be established. What's wrong here? Do I have to continue working from within the terminal to use this connection? That would be difficult for an average MacUser.
    3) What is the security advantage of an SSH connection on a local wireless network (Airport Base Station) over WPA2, if at all?
    4) And how to set up an ssh-connection over the internet cloud to safely build a remote control/desktop sharing connection, e.g., a friend's Mac when she has a problem?
    Thanks for your consideration.

    First I'm not sure what your goals are.
    1) In terminal-file-"connect to server" you can ask for an ssh connection to be set up. For this to work, do I need to create private and public keys first?
    If you have ssh keys, you can do this without passwords. If you have not exchanged keys with the remote system, you will be asked for the password of the user you are attempting to login as.
    If so, how? Please point me to a reliable and step-by-step instruction site. There are some free ssh-utilities out there, but their documentation is just not helpful enough for a UNIX-dummy.
    Log into the remote system. This could be via ssh.
    On the remote system, run the following command to generate an ssh key for that remote system:
    ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (/Users/username/.ssh/id_rsa): <<take default>>
    Created directory '/Users/username/.ssh'.
    Enter passphrase (empty for no passphrase): <<enter nothing>>
    Enter same passphrase again: <<enter nothing again>>
    Your identification has been saved in /Users/username/.ssh/id_rsa.
    Your public key has been saved in /Users/username/.ssh/id_rsa.pub.
    The key fingerprint is:
    aa:bb:cc:dd:ee:ff:gg:hh:ii:jj:kk:ll:mm:nn:oo:pp [email protected]
    This will generate an ssh key for the remote system. This could be any system that support ssh, such as a Unix system, or another Mac.
    Copy the id_rsa.pub file from the remote system to your Mac. When I say "your Mac" I mean the one that you want to make the ssh connection from. The id_rsa.pub is found in the remote system's ~username/.ssh/ directory.
    Append the copied id_rsa.pub to your Mac's ~himbear/.ssh/authorized_keys2 file
    cat id_rsa.pub >>~himbear/.ssh/authorized_keys2
    Now when you ssh to that specific remote system, it will NOT ask for a password. The first time you ssh to any system, ssh will ask if the system is really the system you thing it is. But once you say "yes", it will not ask that question again.
    Repeat for every remote system you wish to log into using an ssh key.
    2) Apparently I managed to connect via ssh once (from the terminal, see point 1) to a local server (allowing remote connection set to ON at the server). But then, when I connected to that server from the client's finder and tried to get into my user account on that server it told me that no secure connection could be established. What's wrong here? Do I have to continue working from within the terminal to use this connection? That would be difficult for an average MacUser.
    MacUser. A flash from the past, as in the MacUser magazine.
    ssh is not used by default when you make connections. If you want an ssh connection, you have to establish it intentionally.
    ssh can be used to pre-establish a tunnel (or tunnels) that other services can use. Once an ssh tunnel is establish, connections to local host's tunnel port will be connected to the specified remote port. For example:
    ssh -L 5901:localhost:5900 [email protected]
    will establish a tunnel that VNC can use. The VNC client would connect to localhost display 1 or port 5901.
    ssh allows multiple -L tunnels to be specified on the ssh command line.
    3) What is the security advantage of an SSH connection on a local wireless network (Airport Base Station) over WPA2, if at all?
    Inside you home. Not much. Unless of course you do not trust the other members of your family. That is to say, others having your WPA2 password, and are thus on the inside, and can sniff you packets.
    4) And how to set up an ssh-connection over the internet cloud to safely build a remote control/desktop sharing connection, e.g., a friend's Mac when she has a problem?
    If you are using the Mac OS X Leopard built-in *Screen Sharing* and you are connecting to another Mac's built-in Leopard System Preferences -> Sharing -> Remote Management (Tiger's Apple Remote Desktop), then in the *Screen Sharing* preferences, is an "Encrypt all network data" option.
    If you wish to set this option in advance, you can launch *Screen Sharing* by double clicking on System -> Library -> CoreServices -> Screen Sharing.app
    You can *Screen Sharing* connections over the net using iChat. This is one of the easiest ways to take control of their system. Of course they need to cooperate. I use a Free AOL Instant Messager (AIM) account for my iChat connections. And as a side benefit you can text, audio chat and/or video chat with the person at the other end.
    If you are NOT using the build-in Mac OS X *Screen Sharing* and/or you are NOT using the build-in remote Mac OS X remote management server, then this is a situation where an ssh tunnel would be a very good idea.
    However, setting up an ssh tunnel between 2 systems across the internet gets complex.
    In this case you might want to consider using something like LogMeIn.com which will deal with all those nasty home routers without needing to to do nasty router configurations, and it will be a secure connection. LogMeIn.com will not be as fast as a *Screen Sharing* connection or a VNC connection, but it will be secure and easy to establish. Again, this is only if you can not to Mac to Mac *Screen Sharing* using built-in Mac OS X remote desktop.
    Now if you want to roll your own ssh tunnels for VNC, then I'm just going to outline the things you need to do.
    If the remote system is behind a home router, you need to configure that remote home router to "Port Forward" port 22 on the Internet side to port 22 on the target Mac. Bonus points if the internet side using a high number port to discourge net bots from knocking on your door. Use the ssh -p 12345 option to connect to the high numbered port that is forwarded to port 22 of the destination Mac.
    On the remote Mac you need to run a VNC server. If this is a Mac, then Leopard System Preferences -> Sharing -> Remote Management (Tiger's Apple Remote Desktop). If it is not a Mac, then for Windows, TightVNC, UltraVNC, RealVNC are possible options. Linux has a built-in vncserver, or you can install x11vnc which has the advantage of displaying the desktop screen.
    Once you can access the remote system, you use an ssh command like the following:
    ssh -p 12345 -L 5901:localhost:5900 remote.system.address
    You can get the remote system's address by having the remote system surf over to http://whatismyip.com. Then they can tell you the IP address.
    If you are going to be doing this a lot, you can get a free no-ip.com or dyndns.org dynamic DNS name for the remote system, and the remote system can run a dynamic DNS client (available from no-ip.com or dyndns.org) which will keep the dynamic DNS name updated as the remote person's ISP change's their IP address.
    Finally, now that you have an ssh tunnel for VNC traffic, you have your VNC client connect to
    Address: localhost
    Port: 5901
    Depending on your VNC client you may need to specify Display 1 instead of Port 5901. Or if you do not get a Display or Port option you specify localhost:5901

  • Logitech Z506 5.1 Speakers and Apple TV - how to set up?

    Hi,
    As of now, to watch movies I've got an old Mac Mini conntected via VGA to an HP screen and a 2.1 Logitech speaker system plugged into the Mini. For listening to music, I simply plug the speakers into my iPhone or Mac.
    Now that my 2.1 speakers are broken, I was thinking about buying the Logitech Z506 5.1 speakers and an Apple TV so I could stream music and video from my iOS and OS X devices and use my HP screen in combination with the Logitech speakers.
    There are two basic problems for this set up to work:
    1. The Apple TV doesn't seem to have a connector that would allow me to directly plug in the Logitech Z506 speakers.
    2. My HP screen does have subpar speakers built-in and thus no connectors for external speakers – therefor, I can't use the screen as an intermediate between the Apple TV and the Logitech Z506 speakers.
    How would I have to set up the Apple TV, the Logtiech Z506 speakers and my HP screen to be able to have 5.1 sound for watching movies and listenting to music?
    Here's a link to the Logitech speakers I'm refering to, http://www.logitech.com/product/surround-sound-speakers-z506
    Please let me know if you need any additional information.
    best, Ian

    Ian,
    You'll need a digtial to analog converter to connect your digital Apple TV to your analog Z-506 speakers.
    One like this will output 5.1 sound for you.
    http://www.amazon.com/Panlong-Audio-Digital-Decoder-Converter/dp/B00AMC2J1Y
    The Apple TV connects via TOSLINK/optical cable to one side, and you connect your speaker's mini-jacks to the blue mini ports (each port handles 2 channels).
    I have the same issue connecting my digital out TV to analog computer speakers.

  • Two Apple Displays and Mac Pro - How To Set Up?

    Hello! My boyfriend surprised me yesterday with a second 23" Apple HD Display! Fed Ex delivered it and I had no idea it was coming! Before I take the plunge I need to know how to set it up so it works as with my current Mac Pro and 23" display so that they work together, as one big screen. I have the ATi X1900 graphics card with 512mg of RAM and two DVI ports and assume that will be sufficient to run both displays.
    Is it possible to use them as one large screen? If so, how do I set that up? If I just plug it in and restart, will the two screens work as one or as separate screens?
    Thanks!
    Lisa

    I did the same thing last night, and if you haven't just plugged it in already, it's really as simple as that.
    I get a little video glitch on my main startup screen when I'm booting up, but otherwise it just works smoothly. Plug it in, and go.

  • Just bought new Palm and not sure how to set it up best to sync

    I just bought a new Palm TX. The manual says to connect the sync cable to palm and to computer usb port and connect a/c adapter to palm and an outlet and charge for 3 hrs which I'm getting ready to do. Before I start setting up my whole system I to am trying to determine a couple of things first.
    Based on all forums I've read today, I want to use the missing sync with ical and address book rather than palm desktop. I also plan to sync using bluetooth rather than usb. (My goal plan is to use this set up to digitally implement kgtd - so the categories issue is key for me).
    Thus I wonder, is there any reason to insert the palm desktop software cd and/or install isync palm conduit. It seems missing sync 5.x replaces isync palm conduit and installation of the missing sync will remove the isync palm conduit anyway.
    Is there anything I will possibly miss with palm functionalities if I don't use that CD first and then switch to missing sync? Are there any pros or cons to loading isync palm conduit and Palm hotsync software and then switching almost immediately to missing synch with ical and address book. I guess what I'm wondering is, are there anything from the CD that I need or downloads or updates that I initially need to get that I can't get without new palm software installed initially rather than only having the missing sync installed.
    On the other hand, are there benefits in immediately installing missing sync and not bothering with mucking things up with the new isync palm conduit and palm hotsync being on my system.
    I seem to have isync 2.3 automatically from 10.4.8. I am afraid to, at least initially, upgrade to 10.4.9 given the many problems that seem to be reported from the upgrade regarding syncing and I have very little in ical or address book as of yet and an old palm desktop 4.2.1 that I haaven't used in over a year. I am not interested at this point in transfering anything from the old palm desktop (not so much there either and none of it current) although would be interested in (unless told it could cause other problems for me or be in any way suboptimal) keeping it as a sort of archive.
    Also, why do I need to connect the USB port while doing the initial charge if the plan is to use bluetooth? Any pros or cons in doing/ not doing this - both using bluetooth and connecting the USB cable during the initial charge?
    Any guidance on some or all of these things would be greatly appreciated.
    iBookG4   Mac OS X (10.4.8)   palm tx
    iBookG4   Mac OS X (10.4.8)   palm tx

    Welcome to Apple Discussions.
    Great questions, and we'll attack them one at a time.
    Q: '…is there any reason to insert the Palm Desktop software CD and install the iSync Palm Conduit?'
    A: Actually, yes - there is. Mark/Space very strongly recommends that you perform one last synchronization event with the Address Book and iCal using iSync and the iSync Palm Conduit prior to installing and configuring the Missing Sync. It is therefore necessary that you synchronize using iSync and the iSync Palm Conduit at least once prior to your initial use of the Missing Sync for Palm OS, and iSync and the iSync Palm Conduit require that the HotSync Manager and Transport Monitor—components of the Palm Desktop—be installed in order for iSync to launch, supervise and terminate a synchronization session with a Palm device.
    Q: '… are there benefits in immediately installing the Missing Sync and not bothering with… …the new iSync Palm Conduit and Palm HotSync…'
    A: No. It is critical that you overwrite the contents of your Palm device with data from the Address Book and iCal during the first synchronization event with the Missing Sync for Palm OS. Absolutely critical. Users who skip this required step always end up with synchronization problems later. In order to do that, you have to have first equalized the contents of the Address Book and iCal with the contents of your Palm device. Otherwise, you'll be overwriting the device with empty record sets. The easiest way to equalize them is to synchronize at least once using iSync and the iSync Palm Conduit. Because the iSync Palm Conduit does not support categories, all field labels and extended attributes supported by both the Missing Sync for Palm OS and your device, you'll have some record cleanup tasks to perform as a result. But, don't skip that initial device overwrite requirement, or you'll put your data at serious risk and only spend much more time later on cleaning up the resulting mess.
    Q: 'I am afraid to, at least initially, upgrade to 10.4.9…'
    A: Don't be, though it makes little difference if you apply update before initiating the iSync synchronization, or afterward. You indicated that you have an old copy of Palm Desktop installed which you haven't used for more than a year. If that copy is not as recent as the once bundled on your CD-ROM, then install the CD-ROM copy. If they are the same version, or are different versions but neither are Palm Desktop 4.2.1 revision D, then download and install that package before configuring and using iSync. The package is available here:
    http://www.palm.com/us/support/macintosh/macdesk421revd.html
    If you aren't sure, then install this downloadable package, as it can only improve and not damage your currently installed Palm Desktop configuration.
    Q: '…why do I need to connect the USB port while doing the initial charge if the plan is to use Bluetooth?'
    You don't, although your device can obviously only charge with a USB-powered cable or cradle, or an AC adapter-powered cradle. I recommend that you initially configure it to synchronize via USB with both iSync and then with the Missing Sync for Palm OS, and then pair it using Bluetooth and synchronize using that pathway if you wish. Remember two things: while Bluetooth may be more convenient, USB moves substantially greater data in a shorter period of time—important during slow, initial synchronization events—and, the Missing Sync for Palm OS also supports network synchronization with your T|X, using it's WiFi capability. Initially using USB, later reconfiguring for Bluetooth and then for WiFi gives you literally one-button choices when using the Missing Sync for Palm OS.
    In summary, you ought to…
    • update the Palm Desktop suite to 4.2.1 revision D using the downloadable package
    • add your device to iSync via USB using the Enable Palm OS Syncing… option under the iSync Devices menu
    • be sure to change the label of any contact address you want synchronized to <home>, as iSync ignores addresses not labeled that way
    • merge the data in the Address Book and iCal with your Palm Device
    • back up the Address Book data using the Back up Address Book… option in that application
    • back up your iCal data using the Back up Database… option in that application
    • install and configure the Missing Sync for Palm OS
    • set your three Mark/Space conduits initially to overwrite your handheld with data from your computer
    • synchronize initially via USB and include the TimeCopy conduit in this effort
    • follow the Bluetooth wizard instructions in the Missing Sync to pair your device and add the Bluetooth option
    • follow the network wizard instructions enable WiFi synchronization
    • create sets of conduits appropriate for your workflow, and associate them with an interface: USB, Bluetooth or network
    • correct your handheld data to reflect address data field label changes, calendar and contact categories, and so on
    • synchronize again via any chose interface to propagate the corrected data

  • How-To Set Up with Uverse Gateway with Airport Extreme

    I just spent hours figuring this out so I thought it would be helpful to someone. Maybe, maybe not. My goal was to get Back to My Mac turned on...but this should also be how you set up your wireless network if you have both an Airport Extreme and a Uverse Gateway.
    As I was trying to setup BTMM, I got a "double NAT" error. To use BTMM, you have to use either Time Capsule or Airport Extreme, so that NAT has to be enabled. That meant I had to figure out how to turn off U-verse's. I looked through the settings but saw nothing about it. Several hours of research--and a useless support call to AT&T--I finally figured it out. Here's the configuration you need, in brief.
    On the Airport Extreme, under Internet > Internet Connections, Connection Sharing must be set to "Share a public IP address". Then under the NAT button, Enable NAT Port Mapping Protocol must be checked.
    Now, unless you doe rest of this configuration, you will get a double DHCP error. So, in the Uverse Gateway settings, you must do this:
    1. Under Wireless, click the option to DISABLE wireless. Click Save.
    2. Under Firewall, click the option with DMZ in the name. On this page, choose your Airport Extreme (whatever you named it). Then scroll down and choose the option that says "Allow All Applications (DMZPlus Mode)". Save that configuration. DO A HARD RESET ON THE AIRPORT EXTREME. Then that should enable a single NAT protocol and BTMM will be on its way. And your wireless network will be set up properly.

    Will the above method work on a set up with a Verizon Modem to a DLink wireless router to a Time Capsule?
    I know of no reason why it would not. Whenever there is another router ahead of the Time Capsule, the Time Capsule must be configured in Briddge Mode. My network has 4 routers. The "main" router is setup to handle DHCP and NAT and the other 3 routers are setup in Bridge Mode. No problems.
    Weird thing is Air Video set up tells me I have a double NAT
    Double NAT occurs when you have two routers on a network both set up to handle DHCP and NAT services. Your Verizon "modem" may be a gateway....a combination modem/router on the same chassis. If that's the case, then every other router on the network must be confgured as a "Bridge".
    If you have the "main" router on the network setup to handle DHCP and NAT, in theory, you can have multiple other routers on the network as long as they are all setup in Bridge Mode. In Bridge Mode, DHCP and NAT are turned off, so the other routers simply pass through the network information from the main router. It's by far the easiest way to configure multiple routers without having to go into special DMZ, port mapping, etc type of configurations.

  • How to set volume with AudioServicesPlaySystemSound?

    I got playing sound with AudioServicesPlaySystemSound working, its quite simple but theres no documentation on how to set volume at all. Is it possible and how?

    Did you ever find an answer to this? I need to do the same thing.

  • How to set  dbURL with characterEncoding

    hi all,
    How can I add characterEncoding in my JDBC connection, do I need to do that inorder to insert and display Chiness character into mysql db?
    Thank you!

    Hi,
    BTITLE works a lot like TTITLE. See your other thread:
    how to set page number & current date in sqlplus result
    It's not considered nice to post (essentially) the same question more than once.
    If it happens by accident (which is easy to do on this site) then mark one of the duplicate threads as "Answered" right away.

  • How to set encoding  with xmldom ?

    Hello !
    I have to build an xml file from a query.
    I need to have : <?xml version="1.0" encoding="ISO8859-1"?> on the first line.
    I know how to set the version --> xmldom.setVersion(doc,'1.0'); ... but I don't know how to set the encoding.
    Is there a way to set it ?
    Thanks

    No. It is not possible. Here is an extract of a document I found on metalink :
    (XML Parser for PL/SQL FAQs)
    Q: Is it possible to dynamically set the encoding in the XML document?
    A: No, you must include the proper encoding declaration in your document, as
    per the specification. You cannot use setCharset(DOMDocument) to set the
    encoding for the input of your document. SetCharset(DOMDocument) is used
    with oracle.xml.parser.v2.XMLDocument to set the correct encoding for
    printing of the document.

  • How do I know if my L7600 is wireless and if so how to set it up?

    About 2 years ago I purchased an OfficeJet Pro L7600 printer and have it wired to my PC.  I recently bought a router and a laptop and want to be able to print wirelessly to the printer and still have it wired to the PC. 
    I don't know if my printer is wireless.  I tried to follow the manual and went to "setup" on the printer and then "network."  It has a "view network setting" and "restore network defaults" but no set up wizard.
    Can you help?
    Thanks in advance.
    Lowflyr
    This question was solved.
    View Solution.

    Well, your printer has wired network capability, but not wireless.   Therefore, no Wireless Setup Wizard.
    Why do you want it still (USB) wired to the PC?  The router does not care how devices (computers or printers or whatever) are attached to it - wired or wireless - they can all talk to each other with no problems.
    So, unplug the USB cord, plug in an Ethernet cable between your printer and router and then re-run the HP install software, this time choosing "Network Connection".
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Cross-tenant email and split domains - how to set up?

    I've successfully deployed exchange 2010 sp1 in /hosted mode with multi-tenancy and the install is working great. We are running into a problem configuring the send connectors
    for inter domain email and split domains. We have several customers wanting to only put a couple of email accounts on the exchange server and have the rest of their email accounts resolve to a pop server at an external location. Currently I have a internal
    send connector set to relay email between the domains on the server so they can send emails to one another. Directions for this were found at: http://www.zerohoursleep.com/2010/10/step-by-step-starting-with-exchange-2010-sp1-multi-tenant-sending-and-receiving-emails/
    I created the connector: new-SendConnector -Name 'TestOrg' -Usage 'Internal' -AddressSpaces 'SMTP:domain1.com;1','SMTP:domain2.com;1' -IsScopedConnector $false -DNSRoutingEnabled $false -SmartHosts '[127.0.0.1]' -SmartHostAuthMechanism 'None' -UseExternalDNSServersEnabled
    $false -SourceTransportServers 'Exchange' 
    I added all my internal domains to the connector listed above and email is able to flow from one domain to another.
    My problem is we have a number of customers who need split-domains set up where users who arent on the exchange server are relayed to an external server. Example to route unknown users on a domain to google my send connector looks as is: 
    New-SendConnector -Name "Internal Relay - domain1.com" -Custom -AddressSpaces "SMTP:domain1.com;5" -SmartHosts aspmx.l.google.com -SourceTransportServers "server"
    This results in an internal loop error when sending from one internal domain to another. Sending from an external domain everything is fine. If I remove the "internal" connector listed above the split-domain send connector works perfectly fine delivering locally
    and to the external server.
    How can I make it so both send connectors work?

    Hello,
    did you solve the problem and how?
    Thanks,
    Victor
    Exchange and Outlook utilities at
    http://www.ivasoft.com

Maybe you are looking for

  • How to delete multiple folders in organizer 12

    I have several duplicates of photos that I somehow created. I need to delete lots of duplicates. I see how to do it one folder at a time. However I have hundereds ! There must be a way to select more than one folder at a time for deletion. Anyone kno

  • Importing of material master from SAP to MDM

    Hi all we are working for a scenario where we need to import data from SAP R/3 to MDM using IDoc and XI.MDM already provides standard T codes for collective generation of IDocs for vendor and customer master( what i mean is single IDoc is generated f

  • Using expand appearance option

    Hi, I am new to Illustrator CC ( I last used it on an iMac way back in 1994 - OS.9 as it was then). I work almost exclusively in Photoshop & Muse but I am trying to work through an Illustrator tutorial about creating buttons. Here are the instruction

  • CS3 crashes on launch - a 'ui.rpln' problem?

    Hi, my CS3 started crashing on launch last night... and I have an ugly deadline! I use XP. This is the error signature: AppName: indesign.exe AppVer: 3.0.1.838 ModName: application ui.rpln ModVer: 3.0.0.838 Offset: 0001ffca I've used the disc to do a

  • IMovie clips turn black or clear when rendering color or contrast changes

    I have several iMovie projects on 6.0.2 using a MAC G4 Dual 800 MHZ computer with OS 10.4.7, two Internal 80GB HD and a 160GB External HD. I am using a 20" ViewSonic VA2012wb screen. I have split up and edited some 25 clips and am now doing some colo