UebiMaui and Spam

Discussion in 'General' started by drum, Oct 26, 2006.

  1. drum

    drum New Member

    Can anybody point me in the right direction to get a Spam sub folder available in webmail, and then have spam redirected to it, rather than removed.

    Preferably I want to do this in code, so that I can do it for future users automagically when accounts are created etc.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    UebiMiau uses pop3 and not IMAP, so this will not work with UebiMiau. Better you try squirrelmail or roundcube instead as they use IMAP and then use a procmail rule to move the spam automatically to your spam folder. There are several thraeds about this topic in the forums.
     
  3. drum

    drum New Member

    Cheers any thoughts on which of the 2 is prefered choice??
     
  4. drum

    drum New Member

    A quick look made SquirrelMail a clear winner in my view.

    Next thing is getting the mail transfered to the INBOX.Junk Folder, little unsure what I need to put in the spamassassin..rc.master file, for the mailbox name, do I need to just put

    Code:
    $MAILDIR/.Junk
    or

    Code:
    $MAILDIR/INBOX.Junk
    on the appropiate line.
     
  5. falko

    falko Super Moderator Howtoforge Staff

    I'm not sure, so you should try both.
     

Share This Page