Some things no longer work after switch to direct LDAP mode

Hi,
today i have tried switching to direct ldap mode following the documentation
now i can no longer send mail directed to hosts as
[email protected]
i always get a 5.1.1 unknown or illegal alias:
whereas email@{subdomain}.domain.com is ok, as long as the subdomain is known to the MTA, ie it is an alias object in the DC tree
also, some aliases defined in the file "aliases" are no longer recognized,
for convenience, i had some default forward lines likes
*@domain.com: @otherrelay:*@domain.com
which effectively acted like a smarthost, ie mail to addresses not known in domain.com were forwarded to "otherrelay"
now, probably i could solve the second problem either using a smarthost in the DC tree 's domain config
the first problem, however, puzzles me...it look like if it doesn't find a matching address, and the host is not known as a domain, then further rewrite rules are not applied ?

i found the problem,
in option.dat, DOMAIN_UPLEVEL must be set to 0, in order to have the old behaviour (wildcards in aliasfile, and possibility to send mails directly to specified hosts)
i had set it to 1, in the hope the MTA would be more tolerant to find users (if [email protected] is not found, then maybe it exists at [email protected], so use this instead) as some of our users have quite problems addressing other users in the correct subdomain.

Similar Messages

  • Some sounds no longer work after pacman -Su

    I am using the latest arch kernel (yesterday I think) and run gdm & openbox with a gnome panel.
    A couple examples of the new "features" I'm seeing:
    1) gnome control center can no longer be used to set background images. ("eval `cat $HOME/.fehbg` &" in openbox/autostart works though)
    2) I use a terminal window and pine for email.  Used to be that any time a new message came in, the system would play a beep.  This has mysteriously stopped working and there does not appear to be a setting in the openbox or gnome setup to turn it back on.
    Has anyone else noticed these changes recently?  Know how to put them back the way they were before without downgrading the system?
    thanks.

    i found the problem,
    in option.dat, DOMAIN_UPLEVEL must be set to 0, in order to have the old behaviour (wildcards in aliasfile, and possibility to send mails directly to specified hosts)
    i had set it to 1, in the hope the MTA would be more tolerant to find users (if [email protected] is not found, then maybe it exists at [email protected], so use this instead) as some of our users have quite problems addressing other users in the correct subdomain.

  • IPad 2 side buttons no longer work after switching screen

    My screen got cracked 4 months ago, but I still used it perfectly fine. Last week i paid a guy to replace my screen, after which, the side buttons (top switch, screen lock/mute, and volume buttons) stopped workiing. The home button is the only button that works. What is causing this and are there any apps i can download that can lock my screen with (so i can tilt is sideways without the screen shifting)? BTW, the guy who did the job said it's not his fault so i cant do anything on that end.

    aThen a button will appear on your screen click that then it will give you a device option click on that and you can lock your screen turn the volume up and down and lock the screen rotation. Hope this helps!

  • Some USB ports no longer working after installing Mountain Lion?

    Some of my USB ports are no longer working after installing Mountain Lion onto my 21' 2011 iMac. I used to plug in my iphone 4S and charge it, or transfer files onto my iPad but none of the ports no longer work to do this. Funnily enough, other equipment plugged into the works. I have tried changing the cable. Any ideas?

    In my experience, the USB ports on the back of an Apple monitor can be re-enabled simply by unplugging and plugging back in the device in question. You might also check to see that the USB Monitor hub shows up in System Profiler. My Apple monitor USB ports experienced no changes in moving to 10.4.7.
    bd

  • Script no longer works after Upgrade to 10.4.6

    The following script worked fine using 10.4 thru 10.4.5 but no longer works after upgrading to 10.4.6.
    When I highlight a folder and then run the script the highlighted folder is moved to a specific "Achive" folder, depending on whether the highlighted folder has a ".0" or ".1" or etc in its name.
    When I run the script using 10.4.6 I get an error indicating that the highlighted folder already exists in the destination.
    Anyone else having Applescript problems with 10.4.6?
    --Bob
    tell application "Finder"
    activate
    set fname to selection as string
    if fname contains "0." then
    move selection to folder "ARCHIVE" of folder "0JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "1." then
    move selection to folder "ARCHIVE" of folder "1JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "2." then
    move selection to folder "ARCHIVE" of folder "2JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "3." then
    move selection to folder "ARCHIVE" of folder "3JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "4." then
    move selection to folder "ARCHIVE" of folder "4JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "5." then
    move selection to folder "ARCHIVE" of folder "5JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "6." then
    move selection to folder "ARCHIVE" of folder "6JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "7." then
    move selection to folder "ARCHIVE" of folder "7JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "8." then
    move selection to folder "ARCHIVE" of folder "8JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    else
    if fname contains "9." then
    move selection to folder "ARCHIVE" of folder "9JobsArchive" of folder "Archived_Files" of disk "Preflight_Only"
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end if
    end tell

    I, too, immediately started having problems with my scripts immediately after updating to OS 10.4.6. I put my scripts in "Library/Applications/..." so that the scripts associated with particular applications are available in the menu bar. I don't know if that has any bearing on the problem, but for me, it was not any particular script, but just about every one that started going funny.
    First, I noticed that my scripts would typically work right once, but fail in some odd manner the second time I tried to use one. The second thing I noticed was that the modification dates of my scripts were changing to the time that I last executed the scripts, even though I had not altered and recompiled any of them in weeks. Finally, I noticed that the scripts that were failing were ones in which I had used property statements to initialize some of my variables.
    What I think is happening is this: for some strange reason 10.4.6 is recompiling scripts every time they are run, and variables are being initialized, not to the values specified in property statements, but to whatever the variable was the last time the script ended.
    I discovered that I could prevent this from happening by (1) recompiling all my scripts to make sure all the property statements were back in effect, and then (2) setting the permissions of all my scripts to read only. This seems to prevent whatever in 10.4.6 is recompiling the scripts from doing this each time the script is run. At least, the modification dates are no longer changing inexplicably, and all my scripts are running reliably again.
    It's a bit of a pain to have to remember to reset script permissions to read/write whenever I want to make a change, and then change them back to read only before executing, but it seems to be a reliable workaround. I'd appreciate hearing if anyone else can replicate this phenomenon, or tell me if I'm on the right track.
    Jeff Johnson
    Dual 1.2 GHz   Mac OS X (10.4.6)  
    Dual 1.2 GHz    

  • HP OMEN Control Software No Longer Works After Windows 10 Upgrade

    HP OMEN Control no longer works after the recent Windows 10 update. Profile switching, keyboard LED colors, zones, fn key options, etc. no longer respond at all. I've found references to this issue during Windows 10 beta testing. Is there a temporary workaround? Will there be a driver update to remedy this problem? Thanks.

    I just purchased a new 2015 refurbished PC.  It worked great with Windows 8.1.   Upon installing Windows 10, The Omen control did not work as well as the fan.  Really - hardware failure.  Give us a break.  So, I went back to Windows 8.1. Also this year, I purchased an Envy X2.  This PC included a bluetooth keyboard that kept detatching.  Again - REALLY, the keyboard doesn't work.  That's a pretty important part of the PC.  I searched the forum for answers and all I found was the same old line that HP was working on it.  I found meesages over a year old that had this same  problem. So, back it went to Best Buy.  I used to really like HP computers, but now, I can't say that anymore. So, do I trust HP to fix this in a timely manner, NO.  Why - because they had to know about this issue alrady for quite a while.  And, they did not fix it.  I really hope they prove me wrong.!! I will give them 1 more week to fix it.  After that, the PC will be returned.  And HP PCs will be off my scratched off my list, except maybe the HP Spectre X360.  To my amazement, I am even considering a MacBook Pro.  Funny thing - the Spectre X360 is supposed to be a great laptop,  But, Microsoft was heavily involved in the design process.  That is certainly not an HP confidence buider. HP - THIS IS YOUR TIME TO "STEP UP TO THE PLATE" and fix this mess.  TImes like these are opportuniies to win over customers or loose customers to the competiion.  I really want to keep this PC.  It is by your response to this problem that will determine the outcome.

  • Many Apps are no longer working after webOS 1.4 update! - please help!

    Hi,
    Many of my previously working Palm Pre Apps are no longer working after the webOS 1.4 update.
    Here are the ones that just return a blank/white screen after launching so far:
    SplashID
    Daily Devo
    Daily Light (Love)
    Absolute Fitness (some options no longer work correctly & are returning a white screen and some options are working)
    These are just a few of the Apps that I am having problems with and there are probably many others.  I have also sent emails/posted to forums on the developer sites to advise. Hopefully I will hear something back soon.
    Anyone else experiencing this issue as well with any Apps?
    Thanks in advance for any help that you can provide.

    SplashID on my Sprint Pre is showing just a blank screen after starting it and entering my password.  I see no update for it in the App Catalog.
    EDIT: Never mind.  It appears that it only did that on the first launch.  I closed it and restarted it, and now the screen in SplashID is correct.

  • Md5 reborned hasher 0.9.0 no longer works after firefox update to version 20 ,redesigned download box doesn't give option

    md5 reborned hasher which has worked previously no longer works after update to FF version 20 . the redesigned download box doesn't give the option to use the hasher.

    If you use this add-on a lot, you might want to switch back to the old style download manager until the add-on's author can bring it up to date. This thread describes how to make the switch: [https://support.mozilla.org/en-US/questions/955204 Got new version, want to go back to previous download box, the new one has no history and doesn't show speed of download, how do I go back?]

  • Epson printer driver no longer working after 10.4.11 update

    It seems that my original Epson driver for my Stylus Photo 750 is no longer working after my latest Tiger update. The system does recognise it but shows an exclamation mark behind it and refuses to print with it (the document stays in the waiting line forever). Reinstalling as well as repairing permissions didn´t help. Fortunately the Gimp Epson driver is still working but I have no access to my coloursync profiles with this driver.
    I know that many printer drivers need to be rewritten for Leopard (one of the reasons I didn´t update yet) but it is not understandable why problems happen with a Tiger update.
    Does anyone know a workaround?
    Thanks very much
    Wolfgang

    I just discovered a similar problem. I have an old Epson SC3000 and under 10.4.11 my computer doesn't communicate with the printer. It's an AppleTalk printer, connected via Ethernet. I tried bypassing my network switch and connected it directly to the Mac-- no go. I then rebooted into 10.3.9 and printing works fine.
    I downloaded the driver from Epson and installed it in 10.4.11. When I try to add the printer in the Printer Setup Utility, the machine just hangs-- can't force quit the utility and eventually the Finder even stops responding. It takes a hard reboot to clear up.
    I can't say whether or not printing worked in earlier versions of 10.4. I haven't been using 10.4 for very long, and I rarely use the SC3000.

  • I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac os

    I have Acrobat 7.0 updated to 7.1.4 which surprising no longer works after upgrading my mac operating system to OS 10.8.5 (mountain lion), and gives an err message that system no longer supports PPc applications. I guess Acrobat 7 is a PPc application and wanted to know if there is any work-forward here to be able to keep using this product? I didn't see this coming.

    There may be parts of it that work if the MAC is anything like the PC. I have been able to get AA 7 to partially work on a Win7, 64-bit machine, but several work-arounds are required. The biggest one is the installation of a PS print driver and such. So, can you open Acrobat and/or Distiller? Do they seem to function? If so, there may be some workarounds. Otherwise you probably need to purchase AA XI. Actually, I would recommend purchasing the newer version anyway -- just trying to give you a picture of what might be possible.
    When you say it no longer works it is not clear what you mean. You may need to clarify and also indicated if you have tried repairing the installation and such. I can't say a lot more since I am not really familiar with the MAC.

  • Apogee Jam No longer working after 1.1 update?

    My apogee jam is no longer working after updating to Garageband 1.1. I have an Ipad 2 with firmware 4.3.3.
    Specifically what happens is:
    1. I open the garageband app
    2. I select the guitar amp
    3. I plug the Jam chord into Ipad (guitar is already connected to cord)
    4. Jam light goes green, blue, bright green then green
    When Jam light goes bright green, the monitor button in garageband goes dim and doesn't work.
    I've tried plugging my guitar in first, then starting garageband, no difference in results.
    I have tried turning the monitor "on" prior to pluging in the jam, when I do this the monitor/sound gate window stays open until the Jam bright green goes on, then it disappears and the monitor button goes dim.
    Outside the garageband app, the ipad does recognize the Jam in settings, general.
    What's worse (for me...) is that I backed up the Ipad in itunes thinking that app data would also be backed up (as I read that in a description of backup). I then deleted garageband from the ipad and then restored it from itunes. Guess what, lost all my songs... Bummed out... Why wouldn't my songs be backed up???
    Anyway, any ideas on the Jam issue would be greatly appreciated. I'm hoping I am just overlooking a setting?

    Unfortunately, I don't believe that Apple keeps prior versions of Apps available at the store. GB was the first app I purchased there day one of my Ipad, incredibly worth the $, and I did actually look to see if you could go back legitimately.This is just one of the many reasons to JBreak your devices, so that you can go backward if you need to. This is a perfect example of why Apple should make prior versions available, but they think they know it all and never make mistakes, so that will never happen. Again, this is why folks take things into their own hands and why the scene exists. There are plenty of abuses, more than not IMO, but here is a perfect example of how people are screwed and can't use their Jams any longer without a JBroken device. They obviously know that this issue exists, they have employees on these forums. It will be months if ever they fix this issue, because the number of owners of Jam, although in the thousands, is small potatoes compared to the Apple owner universe. I believe it will only be fixed if Apogee is able to put enough pressure on Apple. If you see the Jam removed from the Apple store and GB site you know that Apple is choosing not to fix it, because they won't sell or promote it directly and then have to deal with complaints and returns. But even this will happen slowly...
    Actually it occurs to me that Apogee may have to redesign the Jam AGAIN in order to get it working with 1.1 on Ipad 2 and Iphone 4s (devices with the newer processor). I wonder if they will recall or replace the Jams for people who now have Jams not compatible with Garageband. Again, Apple should be posting a warning for Jam owners on the Garageband download page, but that will never happen because Apple doesn't care about small potatoes.
    Message was edited by: Rickd3333
    Message was edited by: Rickd3333

  • On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion. They DO work on a lenovo machine but not my imac

    On 2011 iMac, External Altec Lansing speakers no longer work after upgrading to Mountain Lion.
    They DO work on a lenovo machine but not my iMac. reset Pram - no luck. took speakers from wife's desktop, they
    do not work when jack plugged into my iMac - Sys Prefs "SOUND" only lists "internal speakers/ built in" as available options.
    I used my altec lansing speakers on 3 macs including this one for 5-6 years.....now with Mountian Lion I can only get internal speakers???
    Ideas? Any/All help would be greatly appreciated - been going nuts with this for 2 days now.

    Hi,
    When you start Messages fro the first time you are asked for an Apple ID
    When this is verified and entered it appears in Messages Menu > Preference > Accounts and is Enabled.
    The App should have also picked on on those iChat Accounst you had before.
    These should be Enabled if they were when you last used iChat.
    Exactly which "Accounts" are logged in can be seen in Message Menu > Accounts and will include the iMessage "Account" and Bonjour.
    In the Window menu you will see CMD +0 for the Messages window and CMD+1 for the "Buddies" window which is a combined list at this stage.
    Go to the Preferences > General Section and Untick the "Collect all accounts into one list".
    This will give you separate iChat type Buddy lists.
    You can check if that account/Buddy list is set to Invisible or if in the Preferences > Accounts > Security you have settings that will block some people from seeing you as On line.
    You are saying Buddies can see you as On Line which implies they are still sending to your AIM based Names (@Mac.com is a valid AIM Screen Name)
    I am not sure from your post if you are trying to iMessage their email IDs thinking they are Apple IDs and that they are using Messages as well.
    There is no Buddy list for iMessages side
    No-one can tell you are "On Line" until they have your details in the "To" spot in Messages with the correct iMessaged contact info (iPhone Number or Apple ID)
    Obviously an Apple ID can be an email or look like one.
    In some cases they are also valid AIM Screen Names as well.
    In the case or the @mac.com name you may have linked this Apple ID to iMessages as well.
    11:31 PM      Saturday; August 11, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Many of my System Preferences will no longer work after installing Mountain Lion. Software update, startup disk, iCloud, etc. no longer will launch. I keep getting a drop down window saying I must restart system preferences in order to use. No go!

    Many of my System Preferences will no longer work after installing Mountain Lion. Software Update, Startup Disk, iCloud, Time Machine, Notifications, etc. no longer will launch even though they do show their icons in the system preferences window. I keep getting a drop down window saying I must restart system preferences in order to use with a "Cancel" or "OK" choice. After I click on "OK" the window just keeps reappearing with the same choices and the pane I wish to use still remains inoperative. Third party preference panes DO work.
    Reinstalling OSX Mountain Lion did not help. Neither did throwing away preferences.plist.

    Hi Jeff,
    Tried to reply with my iPhone but not easy! Anyway, back on the laptop now. Yes the crash was bad but Tek support at Prism Sound was really good. In the end I rebuilt the whole system on a new disk which took a couple of days with all the plugins, softsynths etc.... but there seemed to be no alternative in my case, and this was agreed with Prism sound as being the only alternative left to me. I still don't really know what caused the crash but ML and Orpheus are both working fine now. Let's face it, you'll have to update at sometime..maybe best to pick some time between projects On balance, I suspect that my problems were unique to my system and that your installation will go ok.
    Hope it goes well,
    Rick

  • HT6114 My double clicks no longer work after doing this update.  What happened?

    Double clicks in iPhoto no longer work after doing the update.  Trying to troubleshoot, but feeling dense in that I can't get this thing to work.  Any suggestions, please?

    Try this thread >   https://discussions.apple.com/message/23317566#23317566

  • IPhone 4s Voice mail notification not working after switching from Verizon to PagePlus.

    iPhone 4s Voice mail notification not working after switching from Verizon to PagePlus.  How can I get the notifications working?

    Contact your carrier - voicemail, and visual voicemail, is a carrier feature.

Maybe you are looking for

  • Getting same error with iTunes 8 that it detects a problem with QuickTime

    The help menu says to uninstall QuickTime and then re-install it. This doesn't help. I have iTunes version 8.0.2.20 and QuickTime version 7.55.90.70 installed on my Windows XP laptop that has Service Pack 2 installed. Anyone else every run into this?

  • Cannot recover control file in Oracle10g

    Dear friends , I have to delete my three control files for testing purpose in ORacle 10g .Before Deleting , I take a backup with control file and spfile using following way : script : run allocate channel t1 type disk; backup format 'df_%t_%s_%p' (da

  • Broadcasting through BEX  analyser

    Hi I am  using the bex analyser to broadcast a mail which has some 10 queries in it. All these queries had to be restricted  on  0plant and had to be sent to differant  people only with their data. So i created a   authorisation for those objects and

  • Adobe Photoshop Elements 8.1 Error 150:30

    After many years of using Adobe Photoshop Elements 8.1 I suddenly get the error 150:30, restart the computer. After restart the error is still the same. What to do?

  • Generating RAR Alerts for just certain user groups

    Is there any way to limit a RAR Critical Actions Alert to just certain users?  Or, only if these users access certain data? We've had a request to monitor and send out a notification for some transactions, but only for certain users.  These transacti