Virtual mail domain and POP problem

Hi all,
I am currently on my 7th or 8th install of 10.5 server, so far without managing to make a working mailsetup with virtual domains and virtual users. That is, it works when my customers use an IMAP-client (or webmail via squirrelmail), but it doesn't work when using a POP-client. I have yet to discover the cause of my problems, as the server-logs show perfectly good logins – but unfortunately nothing gets downloaded to the client.
I currently host 15 domains, which until my purchase of 10.5 server were hosted on a computer running 10.4 client-version with dovecot as mailserver, a custom DNS-setup and various custominstalled supporting apps. On the old client, everything was running smoothly (albeit slowly, due to the old hardware), but as I have stated, on my new server I can't get POP-access to work.
When I do a fresh install of 10.5 server, I can log in to the accounts on the primary domain with either POP3 or IMAP, but as soon as I set up a virtual domain, POP-access to all accounts ceases to function.
I suspect Cyrus configuration to be the main culprit, since everything else seems to work as expected, but having no previous experience with cyrus, I have yet to find a solution.
If anyone has any pointers to a good source of cyrus-IMAP knowledge, I would be very grateful for any help.
/Lars

Hi Alex,
This is really strange, and it's also really bugging me!
I use OD. If I add several shortnames to a user, fqn and not-fqn, I can only log in with the first shortname and any of the fqn-names. However, only the login using the first shortname recieves any mail.
I dont know if you have any explanation as to why my setup doesn't include a /etc/postfix/virtual file or a virtualaliasmaps statement in main.cf, which is the only difference in my system that I registered compared to your guide.
This is some lines from mailaccess.log when logging in to an account using Outlook Express in XP (user info masked):
Dec 7 22:50:05 server pop3[84858]: login: [192.168.2.3] comexampleuser plaintext User logged in
Dec 7 22:51:15 server pop3[84858]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:51:25 server pop3[84858]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:51:35: --- last message repeated 3 times ---
Dec 7 22:51:46 server pop3[84858]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:52:16: --- last message repeated 2 times ---
Dec 7 22:52:44 server pop3[84858]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:56:01 server pop3[84946]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:57:04 server pop3[84946]: login: [192.168.2.3] [email protected] plaintext User logged in
The log level is set to "Information", and as you can see all logins appear to be successful. However, only the first login using the comexampleuser login receives any mail (and I sent more mails inbetween to make sure something would register, of course).
Here's the relevant part from mail.log:
Dec 7 22:51:04 server postfix/smtpd[84875]: connect from unknown[192.168.2.3]
Dec 7 22:51:04 server postfix/smtpd[84875]: 4A362F8F58: client=unknown[192.168.2.3], sasl_method=CRAM-MD5, [email protected]
Dec 7 22:51:04 server postfix/cleanup[84880]: 4A362F8F58: message-id=<[email protected]>
Dec 7 22:51:04 server postfix/qmgr[81164]: 4A362F8F58: from=<[email protected]>, size=602, nrcpt=1 (queue active)
Dec 7 22:51:04 server postfix/smtpd[84884]: connect from localhost[127.0.0.1]
Dec 7 22:51:04 server postfix/smtpd[84884]: B4844F8F67: client=localhost[127.0.0.1]
Dec 7 22:51:04 server postfix/cleanup[84880]: B4844F8F67: message-id=<[email protected]>
Dec 7 22:51:04 server postfix/smtpd[84884]: disconnect from localhost[127.0.0.1]
Dec 7 22:51:04 server postfix/qmgr[81164]: B4844F8F67: from=<[email protected]>, size=1112, nrcpt=1 (queue active)
Dec 7 22:51:04 server postfix/smtp[84882]: 4A362F8F58: to=<[email protected]>, orig_to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.47, delays=0.03/0.02/0.01/0.41, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as B4844F8F67)
Dec 7 22:51:04 server postfix/qmgr[81164]: 4A362F8F58: removed
Dec 7 22:51:04 server postfix/pipe[84886]: B4844F8F67: to=<[email protected]>, relay=cyrus, delay=0.14, delays=0.01/0.03/0/0.1, dsn=2.0.0, status=sent (delivered via cyrus service)
Dec 7 22:51:04 server postfix/qmgr[81164]: B4844F8F67: removed
Dec 7 22:52:04 server postfix/smtpd[84875]: disconnect from unknown[192.168.2.3]
And here are the lines from system.log:
Dec 7 22:50:05 server pop3[84858]: login: [192.168.2.3] comexampleuser plaintext User logged in
Dec 7 22:51:15 server pop3[84858]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:51:25 server pop3[84858]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:51:35: --- last message repeated 3 times ---
Dec 7 22:51:46 server pop3[84858]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:52:16: --- last message repeated 2 times ---
Dec 7 22:52:44 server pop3[84858]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:53:14: --- last message repeated 2 times ---
Dec 7 22:56:01 server pop3[84946]: login: [192.168.2.3] [email protected] plaintext User logged in
Dec 7 22:57:04 server pop3[84946]: login: [192.168.2.3] [email protected] plaintext User logged in
bash-3.2# cat /etc/imapd.conf
admins: cyrusimap
configdirectory: /var/imap
partition-default: /var/spool/imap
unixhierarchysep: yes
altnamespace: yes
servername: server.skovgaarddesign.dk
sievedir: /usr/sieve
sendmail: /usr/sbin/sendmail
lmtpdowncasercpt: 1
unixgroupenable: 0
berkeleytxnsmax: 400
berkeleylocksmax: 20000
berkeley_cachesize: 8192
berkeleymax_logregion: 2048
berkeleymax_logfile: 10240
berkeleymax_logbuffer: 2048
tlskeyfile: /etc/certificates/Default.key
quotawarn_frequencydays: 1
tlscertfile: /etc/certificates/Default.crt
enablequotawarnings: yes
imapauth_crammd5: yes
popauthapop: yes
logrolling_daysenabled: 0
logrollingdays: 1
imapauthlogin: yes
imapauthplain: yes
imapauthgssapi: yes
lmtpover_quota_permfailure: yes
tlsserveroptions: use
popauthgssapi: yes
bash-3.2# cat /etc/cyrus.conf
# standard standalone server implementation
START {
# do not delete this entry!
recover cmd="ctl_cyrusdb -r"
# this is only necessary if using idled for IMAP IDLE
idled cmd="idled"
# UNIX sockets start with a slash and are put into /var/imap/socket
SERVICES {
# add or remove based on preferences
imap cmd="imapd" listen="imap" prefork=0
imaps cmd="imapd -s" listen="imaps" prefork=0
pop3 cmd="pop3d" listen="pop3" prefork=0
pop3s cmd="pop3d -s" listen="pop3s" prefork=0
sieve cmd="timsieved" listen="sieve" prefork=0
# at least one LMTP is required for delivery
# lmtp cmd="lmtpd" listen="lmtp" prefork=0
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
# this is only necessary if using notifications
# notify cmd="notifyd" listen="/var/imap/socket/notify" proto="udp" prefork=1
EVENTS {
# this is required
checkpoint cmd="ctl_cyrusdb -c" period=30
# this is only necessary if using duplicate delivery suppression
delprune cmd="cyr_expire -E 3" at=0400
# this is only necessary if caching TLS sessions
tlsprune cmd="tls_prune" at=0400
LIMITS {
imaplimit value=0
And here are the output of ps U _cyrus when logging in via POP (I have removed the IMAP-lines, as I doubt they are necessary, but feel free to correct me if I'm mistaken).
bash-3.2# ps U _cyrus
PID TT STAT TIME COMMAND
19062 ?? Ss 1:08.79 /usr/bin/cyrus/bin/cyrus-quota -r
81174 ?? Ss 0:01.32 master -l 256
81177 ?? S 0:02.04 idled
85071 ?? Ss 0:00.03 /sbin/launchd
85073 ?? S 0:00.03 pop3d: [192.168.2.3] [email protected] user.firstname^lastname@exampl
I hope some of the above will provide some clues.
/Lars

Similar Messages

  • Virtual Mail Domains and Email Client setup...

    Hello,
    I have read the Apple Mail Services pdf and I have read petrobytes pdf on virtual user setup and I now have it working.
    The question I have is if I have a virtual domain called vdom1.com and a local domain called ldom.com and I have a user called "user1" in each of these should I not be able to to use "user1" as the username in a mail client config? It won't let me and I would really rather not give out usernames that look like vdom1user1, if at all possible?
    Thanks,
    tom

    Well, obviously you haven't read my tutorial properly
    11. - What do my users need to know?
    "Username: user1 and password will not work or fetch the wrong
    mailbox (unless the user is a local domain user). For virtual
    domain users, [email protected] and password is the
    way to go."
    Use user1 for the local domains and [email protected] for the virtual domain.
    Alex

  • Virtual Mail Domains and Users

    I'm having an issue with virtual hosts and mail hosts.  I have three domains lets call them domain1.com, domain2.com and domain3.com
    now lets say I have a user russ and he wants to recive mail only at domain2.com is there anyway to just let him recieve mail at that domain?  becasue he also recives mail at domain1.com becasue it is the default domain.
    Any help on this is greatly appreciated.
    Thank You,
    Russ

    Did you ever sort this properly or just go with your 'fix'?
    I have set up our 10.5 mailserver and everything works fine for people with accounts on the server but forwarders to external mail accounts are not working properly.
    Emails sent from an external source to a forwarding account on our server receive a bounce message with the errors...
    <[email protected]>: host mailserver.domain1.com[/var/imap/socket/lmtp]
    said: 550-Mailbox unknown. Either there is no mailbox associated with this
    550-name or you do not have authorization to see it. 550 5.1.1 User unknown
    (in reply to end of DATA command)
    ...and...
    Diagnostic-Code: smtp; 550-Mailbox unknown. Either there is no mailbox
    associated with this 550-name or you do not have authorization to see it.
    550 5.1.1 User unknown
    In this case '[email protected]' is an account on the mailserver set as a forwarder to '[email protected]'
    Despite the sevder getting the bounce message the actual message is however forwarded and received by '[email protected]'
    Paul

  • Virtual Mail Domains

    10.4.10 Server.
    I've set up virtual mail domains. Added email addresses to the shortnames list. When anyone sends an email to [email protected] it gets delivered to all hosted domains. So i get the same email in domain2.com.
    Anyone know what's causing this?
    cheers
    Multiple   Mac OS X (10.4.10)  

    Sydney, while you are waiting for a response, just a clarification on local DNS, MX, etc...
    The MX record is only required for 'external' users, in order to discover where the responsible mail server is (because all they have to start from is a basic domain name, not a server hostname). In your LAN, your mail clients will already have this location as you put this into the sending/receiving field in the mail client - either as a hostname (which must be resolvable to the local server's IP in your local DNS) or directly as an IP address. So local DNS does not need an MX record if this scenario is applicable.
    The hostname you put into your local mail client has no meaning to the mail server - it purely resolves to an IP address and then your client 'drops' that hostname and contacts the mail server at the IP address. The important bit of info used by the mail client is the user login name - this tells the mail server what account, in what domain, to access.
    -david

  • Few virtual mail domains work fine. How about SMTP?

    Hello,
    Following detailed advices here we have successfully set up our mail server to support our several domains (e.g. company.com, company.net, company.co.uk, etc), however all emails are being sent from one same SMTP address (mail.company.com) and not from respective addresses (mail.company.net, mail.company.co.uk) as we wanted.
    We tried using those SMTP virtual servers above (mail.company.net, mail.company.co.uk, etc) in users' mail clients but for some reason they won't resolve to our server. Maybe it is a DNS thing? Currently we have one zone and it is for company.com. Adding additional zone for company.net didn't help. Moreover I am not sure it is the right thing to do as all zones MX will point to the same local IP?
    Anybody can shed some light on our problem please?
    PS: Latest updated Leopard Server, domains were added as virtual. Receiving and sending of mail works perfect except for the fact that long headers in email itself contain 'wrong' address of SMTP server.

    Alex, thanks for your reply.
    I will try with what I want to achieve.
    1. Company has 3 domain names (one.com, two.com, three.com)
    2. Leopard server has been setup with mail.one.com being main domain whereas mail.two.com and mail.three.com are virtual.
    3. When users of two.com and three.com send emails from their email clients, long headers will show mail.one.com as the SMTP server.
    Q: Is it possible to configure Leopard server so that emails sent from two.com and three.com accounts will have SMTP server mail.two.com and mail.three.com respectively in their long headers?
    PS: we currently have 1 public static IP address and 1 Leopard server. If this task is unachievable with single server we will consider buying more IPs and more servers as being an owner of all three domains company wants to separate mail from them completely.

  • Exchange server 2013 mail send and received problem

    Hi Support,
    I have Install Exchange server 2013 and create mail box and local send received locally but days back i have not able to mail send and received. what setting are required for user mail send and received locally. and how to create mx and txt record for my
    domain.

    Hi,
    According to your description, I know that the Exchange server can send/receive internally at beginning, however doesn’t work now. Please correct me if there is anything misunderstand.
    Great checklist from S.Nithyanandham. Additionally, how about sending/receiving via OWA? And any error messages when can’t send and receive?
    Please make sure the Message Tracking has been enabled and run following command to output track log and check detail information:
    Get-MessageTrackingLog |FL > "c:\Track Search.txt"
    For more information about Message Tracking logs, please refer to below article:
    http://technet.microsoft.com/en-us/library/bb124926
    If you want to communicate externally, you need to contact ISP to register DNS MX record.
    Best Regards,
    Allen Wang

  • Mail, Facetime and Airdrop problems with Mac OS 10.7.2

    Hi everyone,
    I downloaded Mac OS 10.7.2 on my Macbook pro but i've many problems. Mail, airdrop and facetime don't work anymore when i want to use them :s
    If someone has an answer i take it
    Goodbye - frenchie girl

    I precise : on the last Macbook pro 13" and MacBook Air too

  • ADD GMail DNS 8.8.8.8 and 8.8.8.4 for Mail offline and outgoing problems?

    i have had outgoing mail issues and "offline" listed for SMTP servers problems since time immemorial and i am wondering if anyone knows for a fact if adding the above settings for GMail in System Preferences > Network > DNS tab is a good solution to this.
    i am going to pay my technical help guy to come over and fix this for the fifth time in three years but i would like to see if i can get some hard facts on what may be causing it so i can fix it on my own first.

    That's a Google DNS server. It can't hurt to try.
    Open System Preferences > Network > Advanced > DNS
    Click + and type:  8.8.8.8
    Click+ again and type:
    8.8.8.4
    Click OK.
    Quit and relaunch Mail.

  • Virtual mail domain problem

    I upgrade to 10.5 and it did a lot of damage. I got most of it back into shape, however, I have email addresses with the same user name but different domain. So in tiger if I wanted to keep those separate, I create one with the username bob and the second one with username bob2 and a shortname of [email protected] and it all worked.
    So user bob has email address [email protected] and user bob2 has email address [email protected] Which makes two mailboxes.
    Now if I do that, ANY virtual domain I have with same name goes to one box. I.E. [email protected] goes to [email protected] Even if I don't have a specific account setup with an address like [email protected], it will still go through to the one box.
    Any one seen this problem or know where to look to fix it?
    Thanks,

    I don't remember exactly but the post lead me to this article on topicdesk. http://osx.topicdesk.com/content/view/45/41/
    Instead of using shortnames I used postfix aliases and that solved it all. However, it is not a fix to the problem at hand because this means every time you want to add a virtual user you have to go edit a file and bounce postfix.
    Lame.

  • Sent mail - Imap and Pop

    Hi,
    Until recently I was using Gmail Pop on Apple Mail for my emails. I am now using Imap and things seem to have gotten a bit more complicated.
    I would still like to use Gmail Pop on a different computer as backup system. I just opened the Pop Gmail and noticed that while I was able to download all the messages I had sent through Gmail Webmail, I cannot retrieve the messages I sent from Apple Mail (Gmail Imap) directly. All the messages do appear however on the Gmail webmail sent folder (well, I guess I should say label, since Gmail does not use folders).
    (Just for clarification, the Webmail sent messages always showed up in my Inbox so, as it was the case in the past, I have to drag them manually to the sent folder. Might not be the the best solution but I am ok with this).
    I have the feeling this might have to do with Gmail labels or something like it. Perhaps there is a way of labelling Gmail Imap sent messages in a way that can be downloaded to the Pop account. I would really like to download to my Mail Pop account all my Gmail sent messages.
    Thanks,
    Pablo

    I looked in my user folder and for one important pop account there are two folders:
    one has the domain name after the user name and inside that there is a sent messages folder with mbox messages.
    However when I was setting the account up it failed and I had to put an IP number in the incomming mail server box to get it online. That account is listed inside my mail folder as well but has no messages.
    How do I get them to merge?

  • Apple Mail send and receive problems, Network Solutions

    Hello Everyone,
    I'm currently facing a problem with a company email account that we have with network solutions.
    NSmail Pro (IMAP) that is configured with apple mail. Here are the settings that i have:
    Incoming mail: mail.(company.domain).com
    Port: 110
    SSL: No
    Outgoing mail: smtp.(company.domain).com
    Port: 2525
    SSL: No
    Auth: Password
    Whenever i'm at the office, I can send and receive emails without any problems (Using mail app), but when i'm at home i can't receive emails nor send one.
    I'm wondering if this has something to do with the Mail application, cause i can access the email using the webmail on a browser without any problems (either at home or at the Office).
    Any thoughts from our experts?

    I'm guessing that when you are at the office, you are probably accessing a company network and the company mail will only work with those settings on the company network. You may need to discuss this with your IT department at work to see if it need a different configuration for outside access.
    The fact that it works at work and not at home indicates a that it surely an issue with the connection setup.
    Assuming that you are accessing it through wi-Fi at both locations, do you have different wi-Fi connections set up on you Mac in Network Preferences, or is it the same wi-Fi connection used for both? In other words, do you have a specific wifi setup on your computer for connecting at the office?

  • Can't open e-mail link and other problem

    I got following problem even one just encountered before sign in.
    1. I want to sign in clicked on I already have an account but did not work and have to click on Signin/Register tab any way my main problems.
    2. When I get an e-mail and if there is url link even I click it won't open rather return to same page. To open link I have to right click and chose open in new window.
    3. On website, if there is a slide show (ex. such as health/food related with photo and text) which need to click Next to read next details, if I click on next it won't work.
    4. Recent experience, on Yahoo web there is an online contact form, I have to choose topic/categories/subcategories. I can enter information in one or two fields but next field do not open even I click on them.
    What could be the cause of above problems?
    Regret to say if I use MS IE 9 I do not face above problems I have tested my self. From MS IE I have moved to Firefox and want to keep using it.

    Oops, our posts crossed. The two main changes in Safe Mode would be: (1) disabling Firefox's use of hardware graphics acceleration, and (2) disabling all extensions. You can try to implement those manually in regular mode.
    '''(1) Hardware Acceleration'''
    Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches with various display drivers.
    You usually need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    orange Firefox button (or Tools menu) > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    If you restart Firefox, are any issues improved? I suggest keeping it disabled even if you do not see an immediate benefit.
    '''(2) Extensions'''
    Disable ALL nonessential and/or unrecognized extensions. If in doubt, disable:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category
    Then restart Firefox and test again.

  • Mail corruption and system problems. Need solution.

    The problems I am having:
    1) Mail will not open. It hangs, shows beach ball and stays that way. All you see is the menu-bar. Force quit will not work. Only hard reset. Activity Monitor shows the app sucking up 87-95% of processor.
    2) System preferences are not staying. Specifically my mouse preferences for scrolling, keyboard illumination, Safari address bar buttons. This gets worse if I have to do a hard reset if Mail gets launched. It can clean the whole system prefs. sometimes.
    Let me start from the beginning of the problem:
    I was on a website for a real estate company. It uses an active server application that never works right with a Mac. I almost always use Safari for it. What happens is that the sever app. usually hangs and won't go to the next page. I've tried all my browsers except Opera, so, I figure I would give that a go and see if it's better. BAD IDEA! Opera 8.6 hung. It wouldn't force quit. I had to do a hard reset like , 5 times, before it would restart. After that happened is when things got bad. My system prefs. were all gone. I had to reset all that. And then, Mail just went t1t5 up. It did what I said above. Hung. So I had to figure out how I was gonna get all my mail over into Thunderbird. I backed up the HD, and luckily, through Apple forums and Google, came up with the .emlx to .mbox converter. Tedious but worked. I deleted Opera off my HD as well as Mail. I am not even gonna bother with Mail again after having to deal with Apple's stupid file format and having no way to import a back-up. Thunderbird is way better and PGP actually works on it. Scr3w Opera as well.
    At this point, my biggest problem I have is that my system prefs don't always seem to stick. I need to find out which files are associated with this and fix it. I am also paranoid that something got backdoored on my system and is causing havoc. Although I doubt this happened, I would like to see if someone can look at my processes and see if anything looks abnormal. All these problems have happened with my standard account with no Admin privileges ( unless I type in the Authorization on a per instance event). My Admin account is not having problems and my other standard account is OK. So I am pretty sure it's a local problem and not associated with root.
    Anyone knowledgeable with some good ideas would be appreciated. I almost never have problems. I'm kinda p155ed this happened. Luckily I could still do a back-up and was not in a recording session or anything.
    You can download my Processes List in PDF at this address:
    http://badapplestudio.com/actmonscreen.pdf
    Sorry for the long description and listing it as a Mail problem( which it kinda is), but there are a lot of factors that lead up to this.
    Thanks,
    ~sKot
    1.67 G4 Pbook , 500 G4 Pbook,Dual 2.7 G5 Tower   Mac OS X (10.4.7)   Also Dell P4 for Gigasampler

    Verify/repair your disk first (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    If Disk Utility reports problems it cannot fix, even when starting up from a different disk, read the Disk Utility cannot repair the disk section of the following article for additional guidance and links to more powerful (third-party, not free) disk utilities:
    Resolving Disk, Permission, and Cache Corruption
    Post back with your observations.

  • Mail.app and Gmail Problem

    Hi,
    I'm surprised I didn't have better luck in finding the solution to this.
    Why is it that when I have a new message in my gmail account, I see "1" in both my Gmail inbox and my mailboxes inbox in the Mail.app apple program?
    Can you tell me how to get rid of the gmail folder so that I ONLY have the mailboxes folder?
    Right now, when I click my mailboxes inbox --> unread message, it gets rid of the (1) but the (1) still stays on my Gmail --> Inbox.
    It is just a nuisance. Thanks.

    Since you do not need the All Mail folder when in Mail, you can select via browser and Gmail setting for POP & IMAP to exclude it entirely.
    Do a Google search with Gmail and Advanced IMAP Controls. To enable this particular exclusion, sign on to your Gmail account, click on Settings, then on Labs, and enable advanced IMAP control. Once that is done, you can then click on Labels tab in Settings and make some selections.
    Ernie

  • Crackle and pop problem

    My earliest-model Mini now makes really loud popping and crackling noises, then very distorted sound. I've got it plugged into the charger (another annoyance is the battery doesn't charge fully anymore, but I'm thinking that's not related- trying to solve one problem at a time).

    I have been having the same crackle problem with a refurbished mini. Has anyone found a fix or must it be sent in?

Maybe you are looking for

  • Can I change a hard cover book to soft cover?

    I've spent hours creating a photobook on iphoto and now that I'm ready to buy, I wish it were soft cover.  Can I change it at the last minute?  I can't figure out how to.

  • Reading date/time type from Microsoft Access in LabWindows 7.1

    Hi, I'm afraid I'm having some trouble reading some date information from an MS Access table.  I assume it's returned as a string (and this may be my first mistake) but when I use DBBindColChar I just get garbage information.  This is the code I'm us

  • Track creation contest! april 1st-30th

    Hey everyone, I work with a software synth company called KeyToSound, and we're doing a contest beginning April 1st to the 30th with http://www.trackbattle.org. The overall gist of it is this: download Remedy, the free synth from http://www.keytosoun

  • Ftp/xml: @ character at the end

    I receive a file from an AS/400 machine. The process is as follows: AS/400 generates an xml file. It ftps the file to a folder location. Biztalk uses the file adapter to pick this up. The weird thing that's happening is that the AS/400 generates a pr

  • Superession with N to 1 and 1 to N for Planning

    Dear All,   Please let me whether SCM 7.0 (APO) supports Supersession with N to 1 and 1 to N cases for Heuristics,CTM,Optimizer and Deployment. And do let me know any link where I can get the detail information on it. Thanks, Siva.