Pigeonhole: requires dovecot=2.1.8

Hi,
I have already installed dovecot & pigeonhole on server but pacman now want's to upgrade dovecot to 2.1.9 and pigeonhole don't like it.
Is it a bug? Should I report it?
thanks

It has already been reported: https://bugs.archlinux.org/task/31004

Similar Messages

  • Unhappy with OS X Server handling of email spam

    I'm unhappy with the way that OS X Server (on Mountain Lion) handles email spam.
    What I *want* is to be able to set some SpamAssassin rules, and then to have the mail server refuse spam emails (not accept and put into Junk, but refuse to accept them in the first place). I used to do this with Exim and the sa-exim tool. In 10.7 I decided to switch to the built-in mail server, but that doesn't offer this functionality.
    I would settle with being able to set some SpamAssassin rules and then have the server filter junk email into my Junk folder. 10.7 Server used to do this; I had to enable webmail and turn on the setting in there, and it would configure Pigeonhole (a Dovecot plugin) to put spam into the Junk folder. 10.8 server no longer offers webmail and no longer comes with Pigeonhole. I can add it myself with MacPorts, but I don't understand how to configure it on OS X Server.
    So I have to settle for my OS X Server delivering all junk emails to my inbox, where then I have to delete them one-by-one on my iPhone. I could leave a Mac on at home all day to do the spam filtering, but that just seems silly.
    If anyone could tell me how to set up Pigeonhole on OS X Server (10.8) to put my spam into a folder - or even how to set up Postfix to refuse spam in the first place - I would be very, very happy.

    The issue you've run into is that postfix uses amavisd as its post queue (I.e. received and accepted by smtp) filter.
    If you don't want to set server-side rules ( easiest way is still webmail / Managesieve plugin) to auto move junk mail into a junk folder because of security concerns, then there are other options.
    Most of the logic for spam checking is done by amavis.  It calls as subprocessess spamassassin and clam av.
    Changes you make in spamassassin conf are used by spamassassin but amavisd may overrule spamassassin.
    So your options are:
    1. Make webmail a local intranet access only - I.e. use a custom port 8xxx and don't open that to the Internet via your router or firewall rules.
    2. Quarantine spam to a new mailbox so it doesn't get delivered to the user.
    I haven't done this but, if you have a look at http://wiki.apache.org/spamassassin/IntegratedInPostfixWithAmavis ,
    It has some instructions on how to adjust the amavisd conf ( path to server/mail/config/amavisd/amavisd.conf ) , set up a new mailbox and quarantine the spam to there. This saves you having to set up webmail /Managesieve plugin, and means that you don't lose any mail incorrectly classified, although you will need to clean it out from time to time.
    If you have a lot of users, number 1. Is a better fit for an administrator because the user can manage their own spam.
    At the moment I'm grappling with how to get the child-process spamassassin to look up user-managed auto white lists and prefs set through webmail sauserprefs plugin.  Still a work in progress.......
    Hope that helps.

  • A required input parameter could not be read

    Hi
    I'm experiencing a random problem with my e-mail account. Before moving everybody into using this mail server, I believe I should understand how to fix this problem. Here I go. Last Friday, everything was working properly with my e-mails. However, this morning, I cannot connect to the mail server anymore (using SSL and Kerberos). I looked at the logs and this is what I see:
    Jan 18 08:47:43 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While processing incoming data: A required input parameter could not be read
    Jan 18 08:47:43 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While processing incoming data: Unknown error
    Jan 18 08:47:43 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While processing incoming data: A required input parameter could not be read
    Jan 18 08:47:43 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While processing incoming data: Unknown error
    Jan 18 08:47:43 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While processing incoming data: A required input parameter could not be read
    Jan 18 08:47:43 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While processing incoming data: Unknown error
    Anyone ever had this "unknown error”? Is there a known way to fix it?
    Thanks

    Apparently the problem changed:
    Jan 18 09:35:50 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While acquiring service credentials: An invalid name was supplied
    Jan 18 09:35:50 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While acquiring service credentials: Hostname cannot be canonicalized
    Jan 18 09:35:54 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While acquiring service credentials: An invalid name was supplied
    Jan 18 09:35:54 xs1 dovecot[68]: auth(default): gssapi(?,192.168.0.170): While acquiring service credentials: Hostname cannot be canonicalized
    Any idea about that issue too ?

  • [Solved] Dovecot imap-login fails

    I have been working on this for hours and I have little idea what is wrong. I have dovecot setup to authenticate via PAM. I am sure that the PAM authentication is correct as a wrong password returns a bad auth error. However, when the initial authentication happens it feels like PAM isn't returning my UID.
    Config:
    protocols = imap
    mail_location = maildir:~/.mail
    passdb {
    driver = pam
    #<DEBUG>
    args = failure_show_msg=yes dovecot
    #</DEBUG>
    ssl = required
    ssl_cert = </etc/ssl/certs/dovecot.pem
    ssl_key = </etc/ssl/private/dovecot.pem
    ssl_cipher_list = ECDHE-ECDSA-AES256-GCM-SHA384:HIGH
    #<DEBUG>
    auth_verbose=yes
    auth_debug=yes
    #</DEBUG>
    Error:
    Apr 30 21:43:39 example.org dovecot[20497]: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
    Apr 30 21:43:39 example.org dovecot[20497]: auth: Debug: Read auth token secret from /var/run/dovecot/auth-token-secret.dat
    Apr 30 21:43:39 example.org dovecot[20497]: auth: Debug: auth client connected (pid=20500)
    Apr 30 21:43:40 example.org dovecot[20497]: auth: Debug: client in: AUTH 1 PLAIN service=imap secured session=gbQRcUn41gDH1CFX lip=192.168.1.1 rip=172.16.1.1 lport=993 rport=35286 resp=<hidden>
    Apr 30 21:43:40 example.org dovecot[20497]: auth-worker(20503): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
    Apr 30 21:43:40 example.org dovecot[20497]: auth-worker(20503): Debug: pam(myusername,172.16.1.1): lookup service=dovecot
    Apr 30 21:43:40 example.org dovecot[20497]: auth-worker(20503): Debug: pam(myusername,172.16.1.1): #1/1 style=1 msg=Password:
    Apr 30 21:43:40 example.org dovecot[20497]: auth: Debug: client passdb out: OK 1 user=myusername
    Apr 30 21:43:40 example.org dovecot[20497]: auth: Debug: master in: REQUEST 158597121 20500 1 8026dcae28bb986805dfea459a9879da session_pid=20504 request_auth_token
    Apr 30 21:43:40 example.org dovecot[20497]: auth: Debug: master userdb out: USER 158597121 myusername auth_token=de32f97064bc1c4215b205d41ad36fd9eb8d466a
    Apr 30 21:43:40 example.org dovecot[20497]: imap-login: Login: user=<myusername>, method=PLAIN, rip=172.16.1.1, lip=192.168.1.1, mpid=20504, TLS, session=<gbQRcUn41gDH1CFX>
    Apr 30 21:43:40 example.org dovecot[20497]: imap(keller): Error: user myusername: Couldn't drop privileges: User is missing UID (see mail_uid setting)
    Apr 30 21:43:40 example.org dovecot[20497]: imap(keller): Error: Internal error occurred. Refer to server log for more information.
    /ect/pam.d/dovecot
    auth required pam_unix.so nullok
    account required pam_unix.so
    Solution: Authentication is not authorization! I didn't have a userdb setup.
    Added to /ect/dovecot/dovecot.conf
    userdb {
    driver = passwd
    Last edited by Nycroth (2014-04-30 22:34:45)

    ok, what a pain, login is CASE-SENSITIVE ! So take care what username you take!
    hope it helps someone else....
    It can also throw strange numbers and letters when trying to login!
    best
    Hartmut

  • [SOLVED] Dovecot Systemd Service Fails

    Hello all, I can't find the reason for why my dovecot fails. My journalctl doesn't provide output for the PID I give it.
    $ systemctl status dovecot.service
    * dovecot.service - Dovecot IMAP/POP3 email server
    Loaded: loaded (/usr/lib/systemd/system/dovecot.service; enabled)
    Active: failed (Result: exit-code) since Mon 2014-08-04 17:53:27 UTC; 1min 4s ago
    Process: 4580 ExecStart=/usr/bin/dovecot -F (code=exited, status=89)
    Main PID: 4580 (code=exited, status=89)
    $ journalctl -b _PID=4580
    -- Logs begin at Fri 2013-03-29 01:07:20 UTC, end at Mon 2014-08-04 02:50:51 UTC. --
    Thank you for the help.
    ========================
    EDIT:
    ran the process described above: dovecot -F which gave me the dovecot error message. I had a misconfigured file (spelling mistake).
    Thanks for the help!
    Last edited by lexan (2014-08-04 18:11:28)

    Padfoot wrote:
    Try the following:
    [Unit]
    Description=K Display Manager
    Conflicts=[email protected]
    After=systemd-user-sessions.service [email protected]
    [Service]
    ExecStart=/usr/bin/kdm -nodaemon
    Restart=always
    IgnoreSIGPIPE=no
    StandardOutput=syslog
    [Install]
    Alias=display-manager.service
    Thank you for your suggestion. Unfortunately it does not work. Out of 4 boots, 3 time I ended up with blank screen. Interestingly, in the last boot I was able to switch to tty1 just after screen went blank and managed to log in to tty. I've restarted the kdm.service then manually in hope the image will be restored, but it wasn't. The restart of kdm then made the screen totally blank and I was unable to switch to tty anymore.
    Is it possible that radeon module in kernel has some slow initialization procedure and if X requires its services before it is properly initialized it ends up with blank screen?

  • [Solved] Dovecot Sieve Not Working

    I am moving my server from Ubuntu to Arch. On Ubuntu I had sieve working fine with Dovecot. However, in arch mail doesn't seem to be getting processed by sieve. Here are the relevant settings from my dovecot.conf:
    protocol lda {
    postmaster_address = [email protected]
    hostname = wilkesley.org
    sendmail_path = /usr/sbin/sendmail
    mail_plugins = $mail_plugins sieve
    sieve_dir = ~/
    plugin {
      sieve_global_path = /home/vmail/globalsieverc
    I have a .dovecot-sieve in my home directory. I am not getting any errors in the logs or any entries .dovecot.sieve.log. So what am I doing wrong?
    Last edited by geekinthesticks (2011-10-17 08:17:05)

    Thanks I had already got pigeonhole installed. I have read the wiki several times and now have:
    protocols = imap sieve
    protocol lda {
    postmaster_address = [email protected]
    hostname = wilkesley.org
    sendmail_path = /usr/sbin/sendmail
    mail_plugins = $mail_plugins sieve
    protocol sieve {
    # Nothing here because the defaults should be OK.
    plugin {
      sieve = ~/.dovecot.sieve
      sieve_global_path = /home/vmail/globalsieverc
      sieve_dir = ~/
    I have created the sieve dir in the virtual users folder. However sieve doesn't appear to be working.
    I have tried logging in manually to see if sieve is running, but get the following error:
    ian:~/ $ gnutls-cli --starttls -p 143 mail2.wilkesley.net                                                          [8:32:22]
    Resolving 'mail2.wilkesley.net'...
    Connecting to '127.0.0.1:143'...
    - Simple Client Mode:
    * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot ready.
    STARTTLS
    STARTTLS BAD Error in IMAP command received by server.
    According to the Dovecot wiki this should reply with the capabilities of my server, Note the server sends and receives mail OK using starttls.
    Last edited by geekinthesticks (2011-10-15 07:49:35)

  • Configuring requirement : ordered item to absorb cost of free goods

    Hello Friends,
    I need to configure this in SAP SD.
    The main item should accumulate the cost of the free goods.
    I have  set the cumulative indicator and deactivated pring for this item.
    Do i still need to configure the stock value for the free goods as cost free item? Or is this step only applicable for
    another scenario, like,
    If I were to activate Pricing such that free goods is displayed as subitem and VPRS configured as cost and discount set to 100%
    1. Set  Item category to TANN using FREE usage   AND
    2. use condition type RL00 with requirement 55.
    3. use pricing type B.
    regards
    Ravi

    Read this SAP help at http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fa4e545a11d1a7020000e829fd11/frameset.htm and the topic Free Goods in Sales and Distribution Processing for details.
    Also go through each step of the configuration of the path at SPRO->Sales and distribution->basic functions->free goods.
    Regards,

  • Deploying only Acrobat XI Pro CC package w/ Enterprise Serial # - Still getting "Sign In Required"

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

    Downloaded Creative Cloud Packager to create a serialized package of only Acrobat XI Pro.  I further customize the deployment via Adobe Customization Wizard XI, but did not re-enter the serial number (as suggested).  I am able to deploy from the Exceptions folder with the following cmd, msiexec /i "%inst%AcroPro.msi" PATCH="%inst%Updates\AcrobatUpd11006.msp" TRANSFORMS="%inst%Transforms\en_US.mst" /qn.  Upon launching Acrobat, I receive the a pop-up message, "Sign In Required.  Siging in with an Adobe ID and registering Creative Cloud Membership Enterprise is required within 32767 days otherwise it will stop working."  I don't understand why the serial number and Adobe ID I enterred when packaging did not carry over.  Any insight would be appreciated.

  • Custom message required on log on pop-up in SAP CRM WEB UI

    We required custom message to the log- on popup, right now the message is coming after we give the user ID and password "starting SAP CRM" instead of that
    user required welcome message.., how can achieve this ?
    Please reply as soon as possible.

    Hi Pankaj,
    did you already check the guide in the CRM Wiki:
    https://wiki.sdn.sap.com/wiki/display/CRM/WelcomeUserMessageinWeb+UI
    Hope this answers your question.
    Best Regards,
    Michael

  • Firefox hangs on opening requiring force quit I have snow leopard mac It hangs when I try safe mode. I need to know how to remove all traces of firefox on my mac so I can reinstall. I have tried terminal as advised on firefox webpage. Please advise m

    Firefox hangs on opening requiring force quit I have snow leopard Mac It even hangs when I try safe mode. I need to know how to remove all traces of firefox on my mac so I can reinstall. I have tried terminal as advised on firefox webpage. Please advise me
    == This happened ==
    Every time Firefox opened
    == I tried to update firefox add-ons ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    Try a new profile. See [[Recovering important data from an old profile]]

  • New to HD Editing and CS, building a PC to suit requirements of HD edit. Experienced help wanted :-)

    Firstly let me say hi and thanks in advance to all that read and assist with my questions
    A Bit about me..
    I have recently acquired the need for video editing at a much higher level with both having a family now (baby daughter) and a very active hobby (rc heli flying at a sponsored level).  With this in mind I bought a HD video camera some time back without the realisation that, to effectively edit such footage requires horsepower!!.... so i have saved up for a new computer and ended up here after much reading on various forums (toms hardware, video guys etc etc).
    Where I am up too....
    I have started by firstly implementing a NAS into my Home network which is primarily used to store and stream media (Gigabit LAN) around the home. It is setup in RAID 5 with 5 x 2TB disks (so about 7TB of storage).  I have done this so there is some backup of photos, movies, home video etc (if I lose a disk , hopefully i will not lose the lot).  I have also acquired adobe Premiere Pro CS 5 and now need a workstation that will allow me to edit in confort ( the one I have will not even run it!! .
    My aim is to store original files and completed work on the NAS (or burn to Bluray etc).
    I am looking at a PC solution, as I can obviously get more horsepower for less $$ than a laptop solution. 
    I have built PC's in the past but not with high frequency and this will be the biggest budget one I will have attempted. I have been researching alot over the last few weeks about sytems and components and found this forum to be very good in dealing with hardware specs and requiremnts in a very proffesional way.
    I am now at the point where I getting a little muddled with which way to go and still have a lot of research to complete.  My approach is to tackle each of the components needed one at a time in a fairly hierarchial manner.
    What the PC will be used for..
    This PC will be used primarily for the video editing and some gaming (when I have time).  AlLso any other horsepower intensive apps if needed (I have a laptop and other comps for general duties).
    Budget
    My budget is fairly rigid at $2500 AUD (so I am not looking at a Zeon solution LOL). The budget is to include:
    Case                              ?
    CPU                            Intel I7 2600K (based on my research this seems to be the best way to go with my budget and needs)
    CPU Cooler                  Standard Intel supplied Cooler (seems to perform reasonably well even when moderately overclocking (~4.0 - 5.0 khz) 
    MOBO                           ?
    RAM                              ?
    Graphics Card                 ?
    BLURAY Writer               ?
    PSU                               ?
    HDD Storage               1 SSD and 3 HDD's with 2 in Raid "0"
    OS                              Windows 7 64 Bit
    23 inch Screen               ?
    Questions
         Motherboard
    I guess my issues with MOBO slection revolve firstly around which chipset to go with Z68 (newer) or the P67?  It seems the Z68 is feature rich, however I also seem to feel that the Quick sync and SRT would be better disabled with what I am setting the machine up for? So therefore what advantage is there with going with Z68 if any? or am I better off getting a more established P67 chipset based board?
    I also see that some boards have the Nvidia NF200 for expanding bandwidth on the restrictive 16 PCIe lanes available on the 1155 socket boards given I am only looking at one decent Graphics card is this a chip I should avoid (as I have read this can cause latency with only one graphics card)?
    Another thing I have noticed is some boards have a PLX PEX8608 chip which seems to manage the limited PCIe lanes better if other cards are plugged in?
    I also see some boards have the Marvell Sata 3 controller on them that does not seem to perform as well as the native Intel Sata 3 controller on the Southbridge in tests.  I guess I have no real idea of when I would be looking at stretching the bandwidth and wonder whether I need to concern myself with 4 x sata 3 connections (2 intel and 2 Marvell)?
    One last question I see there is now MOBO's available with PCIe 3.0 available (even though there are no devices that can utilize it) is this even worth being a consideration or is it not really of any importance to the slection process?
    In summary it appears there is lots of goodies on offer with different chipsets and boards, however I do not want to waste budget on things I have no use for or gimmicks.
         CPU Cooler
    It is my intent to start with the factory supplied Intel bundled cooler and invest the money not spent on this item on better graphics card etc. For moderate Overclocking it seems to perform ok.... am hoping this will be ok?
        HDD Storage
    At this stage I am not up to speed with the exact storage devices I need, I am initially looking at whether my ideas for a storage system have merit? Please bear in mind I am not a CSpro user as of yet and so some of this is just based on research with no base knowledge....?
    1 x ~120Gb SSD                                    for OS and Programs
    1 x ??Gb/TB HDD 7200 rpm                    for Media Projects
    2 x ?? Gb/TB HDD 7200 rpm in raid "0"    for Media Cache and Preview Files
    Will the onboard Raid controller accommadate the above adequately?
        Graphics Card
    I am looking at Nvidia as far as I can tell so that I may make use of the CUDA threads and as far as type I assume I pick the best one of the approved list (adobe approved list)?  I am still confused ast to whether there is any benefit from a using a twin GPU card, its unclear to me whether the CUDA can tap into both of the GPU's on such a card? Of course budget restraint will come into play here.
         Ram
    I am looking at 4 x 4gb dual channel Ram cards to give a total of 16Gb total (DDR 3)  as for brands, types and frequencies I have no idea yet and need to cover off some of the above first before my research gets too wide?
         PSU and Case
    I am hoping for a modular device for this, however I was thinking this and the case are a low priority at this stage (until some of the other solutions are verified).
         Blur Ray writer /reader
    With me using my NAS for media streaming I will not be burngin to many Blu ray disks, however I will be reading a few so that I can upload them onto the NAS via this unit.  I have no idea what is a good or bad unit or what to look for in this area?
         Monitor
    I have found some cheap solutions in the 23" sizing for a main screen (~160 AUD) supported by my existing 17' monitor, however is there anything I should be looking for in particular with the monitor I choose?
    I will update each section with what is decided on so that it may help others who are having the same tough decisions to make?
    Even if we just tackle the Motherboard first I would be greatfull...
    Thanks for reading and again all assistance is appreciated.
    Regards
    Jody

    Ok well after much reading I have got the following as the setup that shoe horns in at $2500 ish...
    Interested in thoughts for Premiere pro:
    Component Model $ each Stat Ice Store
    Case
    UNKNOWN AT THIS STAGE BUDGET $200
    Power Supply
    FSP Aurum Series 750W Modular Power Supply $139.00 PCCASEGEAR
    Motherboard
    ASUS P8P67 Deluxe REV 3 $212.00 I-Store
    Processor
    Intel I7 2600k Gen 2 $324.00 All needs Computer
    CPU Cooling
    Thermalright Silver Arrow CPU Cooler $89.00 PCCASEGEAR
    Memory
    G.Skill Ripjaws X F3-12800CL8D-8GBXM (2x4GB) DDR3 $79.00 $158.00 PCCASEGEAR
    OS/Programs Drive
    Patriot 120G Wildfire SSD SATA3  $289.00 Umart
    Capture/work Drive
    2 x  Samsung SpinPoint F3 1TB HD103SJ setup in Raid "0" $54.00 $108.00 Green Box IT
    Render to Drive
    2 x  Samsung SpinPoint F3 1TB HD103SJ setup in Raid "0" $54.00 $108.00 Green Box IT
    Dual/Quad Head Video
    Gigabyte GeForce GTX 580 Super Overclock $589.00 PCCASEGEAR
    DVD-RW
    LG BH12LS38 Optical Media (OEM) $68.71 Mega Buy
    Operating System
    Windows 7 64 Bit Pro $129.00 Umart
    Monitor
    Samsung S23A300B 23in Widescreen LED Monitor $149.00 Netplus  $2,362.71
    Total
    This will be supported by a 10tb 5 disc NAS on Gigabit connection for long term secure storage.

  • I am locked out of IMAP for want of a password and I don't know what password is required.

    I had an unauthorized attempt to login to my Gmail account which was blocked. Gmail wanted me to change my Google password, which I did. Gmail now works fine, but Thunderbird now asks for:
    "Enter your password for -- [email protected]@imap.gmail.com:" to which I have
    1. Put in the new password several times and gets rejected each time, and
    2. I deleted the old password, as well as the new password, that Thunderbird recorded, several times (The only way to change a password saved by the password manager is to delete it, get prompted for the new password the next time it needs it, and then tell it again to save that password. You can delete the password using Tools -> Options -> Privacy -> Passwords -> View Saved Passwords by selecting the password and then pressing the Remove button). I have been prompted for the new
    password.
    I keep getting the generated tiny reply at the bottom right of my screen" Thunderbird Alert from account [email protected]: Application specific password required: http://support.google.com/accounts/bin/answer=185833 (Failure).
    This question is similar to the gentleman having problems in the Uk/Carribean, but Gmail did not generate me a new password, I did.
    Any new suggestions welcome!

    ''""Enter your password for -- [email protected]@imap.gmail.com:"" ''
    on imap & smtp servers:: Change user name from [email protected] to pvedxxxxx
    Try another client. Perhaps [http://www.seamonkey-project.org SeaMonkey] (requires manual configuration of accounts).
    Since this is IMAP your messages are stored on the server, so the following should not cause you to loose any e-mails. Try the following as a last resort.
    Delete the account from Thunderbird and then add it; starting over from scratch.

  • For BSID- Accounting Document Number corresponding PO Number is required

    Hi Gurus,
                 I have got a requirement to develop a report similiar to 'FBL5N' . I am getting the details of open and cleared items of a customer from BSID and BSAD tables respectively. My requirement is also to fetch the corresponding PO number of the LINE items displayed in the report.
                Can any one suggest how can I fetch PO number with Accounting document number(BSID-BELNR)  or (BSAD-BELNR).
               Your efforts in this matter are deeply appreciated and <<removed_by_moderator>>.
    Thanking You,
    ZIa.
    Edited by: Vijay Babu Dudla on Jan 28, 2009 11:07 PM

    If you have fields BSID-VBEL2 and BSID-VPOS2 are populated with the sales order, than access VBKD with the Sales Order to get the Customer PO (VBKD-BSTKD)
    Or
    First, You need to get the Billing document. Access BKPF with the BSID-BELNR to get the AWKEY where AWTYP = 'VBRK'
    Now, you can go to SD document flow with the billing document to find out the Sales Document. Access VBKD with the Sales document to get the Customer PO
    Regards,
    Naimesh Patel

  • Is Excise Invoice required a Service

    Dear All,
    We are preparing Sales order for "Services".
    With reference to the sales order. we are generating Billing Document.
    But, when I am trying to create "Excise invoice" (J1IIN), it says "Reference document of 12193268 is not delivery document". Error message number is 8I68.
    Kindly clarify whether "Excise invoice" is required for "Services"
    Regards,
    Mullairaja

    Kindly clarify whether "Excise invoice" is required for "Services"
    No.  Only if any product physically moves out of a manufacturing industry, an excise invoice is required.  For service, you should levy service tax.
    thanks
    G. Lakshmipathi

  • Table for temporarily stock /requirement  for tocde /afs/mdo4

    Dear expart,
    I developed a zreport for display STO number, Production order number, operation etc.
    mainly I use here AFPO,AFRU, MSEG, MCHB & J_3ABDSI Table.
    My problem is, when I compare with Tcode /afs/md04 tab-temporarily stock /requirement  .
    for some MATNR
    data show properly.
    and some MATNR are blank  with message Last MRP run on 04.04.2011 or such date.
    Hhow i can filter the in Z-report which MATNR are not in Tcode /afs/md04 tab-temporarily stock /requirement  .
    my code is.
    SELECT  j_3abdsiaufnr j_3abdsimatnr j_3abdsij_4krcat j_3abdsimbdat j_3abdsi~menge INTO TABLE it_eket FROM j_3abdsi
        FOR ALL ENTRIES IN it_final1
        WHERE
              j_3abdsi~j_4krcat = it_final1-j_4ksca AND
              j_3abdsi~matnr = it_final1-matnr AND
              j_3abdsi~werks = it_final1-werks AND
              j_3abdsi~bdart = 'TB' AND
              j_3abdsi~plart = 'B' AND
              j_3abdsi~bsart = 'UB'.
    Pls help .
    Rayhan
    Edited by: Abu Rayhan on Apr 5, 2011 10:24 AM

    CLEAR i_data1.
      REFRESH i_data1.
      LOOP AT i_mara.
        READ TABLE i_marc WITH KEY matnr = i_mara-matnr  BINARY SEARCH .
        IF sy-subrc = 0 .
          CALL FUNCTION 'J_3AM_DISPOSITION_DISPL'
            EXPORTING
              i_matnr                 = i_mara-matnr
              i_werks                 = p_werks
          I_DIALOG                = ' '
          I_SPERR                 = ' '
          I_AUFRUF                = ' '
          I_BANER                 = ' '
             i_todate                = todate
          I_HEADER_ONLY           = ' '
           IMPORTING
             ex_dbba                 = i_data3
          E_MDKP                  =
          EX_PBBD                 =
          EX_MELD                 =
          E_CM61M                 =
           EXCEPTIONS
             material_gesperrt       = 1
             wbz_fehler              = 2
             material_prgr           = 3
             dispo_gesperrt          = 4
             OTHERS                  = 5
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ELSE.
            IF i_data3[] IS NOT INITIAL.
              LOOP AT i_data3 INTO i_data4 .
                  IF ( i_data4-j_3astat ='A' OR i_data4-j_3astat ='T') AND i_data4-j_3abskz ='C'   .
                    READ TABLE i_t001l WITH KEY lgort = i_data4-lgonr  BINARY SEARCH .
                    IF sy-subrc = 0 .
                      CLEAR i_data1str.
                      i_data1str-matnr = i_data4-matnr.
                      i_data1str-j_3asize = i_data4-j_3asize .
                      i_data1str-lgort = i_data4-lgonr.
                      i_data1str-menge = i_data4-menge .
                      COLLECT i_data1str INTO i_data1.
                    ENDIF.
                  ENDIF.
              ENDLOOP.
            ENDIF.
          ENDIF.
      ENDLOOP.
    Questions
    i_mara  recordset 500 material
    It take more than 3 house to finished this report.
    do changed ?
    do you help me ?
    Think.

Maybe you are looking for

  • Can't right-click on certain images in finder

    I've tried searching for this, but so far I've had no real luck. I have a folder of images (2033 images to be exact) from when I lived in Japan. The first 2/3 of them work fine, but the last roughly 1/3, when I right-click on them I get the same cont

  • Colour display in ALV

    Guys, I want to display the colour in the ALV output for some records. please help. reg, vijay

  • CS3 OS Leapord 10.5 quits unexpectedly: Illustrator InDesign

    I recently updated 2 computers, PowerbookG4 and G5 with OS 10.5 I did an upgrade install on both. The powerbook appears to be issue free. The G5 (pre-intel dual processor) is having issues with Illustrator and InDesign. Illustrator quits unexpectedly

  • Why do the images stop?

    I've recorded a piece of VO for a slide thats 1:15 min long. I added images to the timeline and overlapped them a couple seconds for nice transitions. Everything plays fine when I click the little play button on the bottom of the timeline. All the im

  • DTW Update price error - Method '~' of object '~' failed65171

    Hi, We recently updraded from SBO 8.82 to SBO 9.0 PL 08 HF1 Before the upgrade we never had this issue, but now I get this error message while trying to update prices through DTW (version 88.1.4): Method '~' of object '~' failed65171 ParentKey LineNu