Mutt error '/home/user/mail/ is not a mailbox', but configured for use with gmail imap/smtp












5















I have successfully configured mutt to work with gmail imap.
But when i try to send mail via gmail smtp, i get this error:



/home/user/Mail/ is not a mailbox


I cannot understand why /home/user/Mail plays a role when i am not trying to send mail to a local unix user. This should only be relevant if i tried to send mail to a local unix user, and somehow whatever is inside /home/user/Mail/ is not a valid mbox



The error just makes no sense to me, and i do not know how i can get rid of it so i can finally use mutt to do my everyday email -tasks using gmail´s smtp service.



The config looks like this:



set from            = "gmail_user@gmail.com"
set folder = "imaps://gmail_user@imap.gmail.com"
set smtp_url = "smtps://gmail_user@smtp.gmail.com"
#set imap_pass = "PASSWORD"
#set smtp_pass = "PASSWORD"

set my_spoolfile = "INBOX"
set my_mbox = "Archieves"
set my_record = "Sent"
set my_postponed = "Drafts"
set my_spam = "Junk"









share|improve this question























  • Does nobody have an idea?

    – Michael
    Aug 31 '12 at 14:16


















5















I have successfully configured mutt to work with gmail imap.
But when i try to send mail via gmail smtp, i get this error:



/home/user/Mail/ is not a mailbox


I cannot understand why /home/user/Mail plays a role when i am not trying to send mail to a local unix user. This should only be relevant if i tried to send mail to a local unix user, and somehow whatever is inside /home/user/Mail/ is not a valid mbox



The error just makes no sense to me, and i do not know how i can get rid of it so i can finally use mutt to do my everyday email -tasks using gmail´s smtp service.



The config looks like this:



set from            = "gmail_user@gmail.com"
set folder = "imaps://gmail_user@imap.gmail.com"
set smtp_url = "smtps://gmail_user@smtp.gmail.com"
#set imap_pass = "PASSWORD"
#set smtp_pass = "PASSWORD"

set my_spoolfile = "INBOX"
set my_mbox = "Archieves"
set my_record = "Sent"
set my_postponed = "Drafts"
set my_spam = "Junk"









share|improve this question























  • Does nobody have an idea?

    – Michael
    Aug 31 '12 at 14:16
















5












5








5


1






I have successfully configured mutt to work with gmail imap.
But when i try to send mail via gmail smtp, i get this error:



/home/user/Mail/ is not a mailbox


I cannot understand why /home/user/Mail plays a role when i am not trying to send mail to a local unix user. This should only be relevant if i tried to send mail to a local unix user, and somehow whatever is inside /home/user/Mail/ is not a valid mbox



The error just makes no sense to me, and i do not know how i can get rid of it so i can finally use mutt to do my everyday email -tasks using gmail´s smtp service.



The config looks like this:



set from            = "gmail_user@gmail.com"
set folder = "imaps://gmail_user@imap.gmail.com"
set smtp_url = "smtps://gmail_user@smtp.gmail.com"
#set imap_pass = "PASSWORD"
#set smtp_pass = "PASSWORD"

set my_spoolfile = "INBOX"
set my_mbox = "Archieves"
set my_record = "Sent"
set my_postponed = "Drafts"
set my_spam = "Junk"









share|improve this question














I have successfully configured mutt to work with gmail imap.
But when i try to send mail via gmail smtp, i get this error:



/home/user/Mail/ is not a mailbox


I cannot understand why /home/user/Mail plays a role when i am not trying to send mail to a local unix user. This should only be relevant if i tried to send mail to a local unix user, and somehow whatever is inside /home/user/Mail/ is not a valid mbox



The error just makes no sense to me, and i do not know how i can get rid of it so i can finally use mutt to do my everyday email -tasks using gmail´s smtp service.



The config looks like this:



set from            = "gmail_user@gmail.com"
set folder = "imaps://gmail_user@imap.gmail.com"
set smtp_url = "smtps://gmail_user@smtp.gmail.com"
#set imap_pass = "PASSWORD"
#set smtp_pass = "PASSWORD"

set my_spoolfile = "INBOX"
set my_mbox = "Archieves"
set my_record = "Sent"
set my_postponed = "Drafts"
set my_spam = "Junk"






unix smtp mutt mbox






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 31 '12 at 11:34









MichaelMichael

262




262













  • Does nobody have an idea?

    – Michael
    Aug 31 '12 at 14:16





















  • Does nobody have an idea?

    – Michael
    Aug 31 '12 at 14:16



















Does nobody have an idea?

– Michael
Aug 31 '12 at 14:16







Does nobody have an idea?

– Michael
Aug 31 '12 at 14:16












1 Answer
1






active

oldest

votes


















0














Try to set paths to mailboxes.



set folder = "~/log"
set mbox = "~/log/in.mbox"
set record = "~/log/out.mbox"
set postponed = "~/log/postponed.mbox"





share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f468607%2fmutt-error-home-user-mail-is-not-a-mailbox-but-configured-for-use-with-gmai%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Try to set paths to mailboxes.



    set folder = "~/log"
    set mbox = "~/log/in.mbox"
    set record = "~/log/out.mbox"
    set postponed = "~/log/postponed.mbox"





    share|improve this answer




























      0














      Try to set paths to mailboxes.



      set folder = "~/log"
      set mbox = "~/log/in.mbox"
      set record = "~/log/out.mbox"
      set postponed = "~/log/postponed.mbox"





      share|improve this answer


























        0












        0








        0







        Try to set paths to mailboxes.



        set folder = "~/log"
        set mbox = "~/log/in.mbox"
        set record = "~/log/out.mbox"
        set postponed = "~/log/postponed.mbox"





        share|improve this answer













        Try to set paths to mailboxes.



        set folder = "~/log"
        set mbox = "~/log/in.mbox"
        set record = "~/log/out.mbox"
        set postponed = "~/log/postponed.mbox"






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 30 '13 at 4:28









        envolyseenvolyse

        485




        485






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f468607%2fmutt-error-home-user-mail-is-not-a-mailbox-but-configured-for-use-with-gmai%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Index of /

            Tribalistas

            Listed building