Giter Club home page Giter Club logo

docker-compose-mailbox's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

docker-compose-mailbox's Issues

build failure

just a quick note for you.

on ubuntu 16 as host I got

/docker-compose-mailbox# docker-compose up -d
Building opendkim
Step 1/12 : FROM phusion/baseimage:0.9.15
---> 4cb79d39875e
Step 2/12 : ENV DEBIAN_FRONTEND noninteractive
---> Using cache
---> df5f68eee0fc
Step 3/12 : RUN apt-get update
---> Using cache
---> cf3be8c8e824
Step 4/12 : RUN apt-get install -y opendkim opendkim-tools
---> Running in 80b126793130
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package opendkim
E: Unable to locate package opendkim-tools
ERROR: Service 'opendkim' failed to build: The command '/bin/sh -c apt-get install -y opendkim opendkim-tools' returned a non-zero code: 100

Failure to build opendkim. if I get chance I will fork it and try a fix in feature branch

Unable to login?

Brought this up but for some odd reason I'm unable to login via the admin interface.

Any ideas? (I type foobar as the pass and use [email protected] selected via ruby build.rb)

Enable POP3?

What would be the best way to enable POP3? Revert the commit you did recently?

smarty-php not exists

It doesn't work because this repository don't exists http://smarty-php.googlecode.com/svn//tags/v3.1.18/distribution/.

Can you help me?

Cloning into '/var/www/vimbadmin'...
Note: checking out '3.0.11'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at f423437... Version bump
Running composer as root/super user is highly discouraged as packages, plugins and scripts cannot always be trusted
Loading composer repositories with package information
Updating dependencies (including require-dev)                    
  - Installing zendframework/zendframework1 (dev-master 7e639c9)
    Cloning 7e639c9adccd1b8ccfc4c4d66c36924bbd8225ff

  - Installing opensolutions/oss-framework (dev-master b3d669a)
    Cloning b3d669a81f8214032a70e594472ece9fe9322fe2

  - Installing opensolutions/minify (1.0.0)
    Downloading: 100%         

  - Installing doctrine/lexer (dev-master 83893c5)
    Cloning 83893c552fd2045dd78aef794c31e694c37c0b8c

  - Installing doctrine/annotations (dev-master 2e1b1f7)
    Cloning 2e1b1f7597e2f647e99e96e747fcae9718ac817b

  - Installing doctrine/collections (dev-master 4a9f909)
    Cloning 4a9f909f73a2f70be8cd8cdd5b72ce376f21db26

  - Installing doctrine/cache (dev-master 4e3b8b9)
    Cloning 4e3b8b9464d511eccbefe07cef94c275bce7e434

  - Installing doctrine/inflector (dev-master 803a2ed)
    Cloning 803a2ed9fea02f9ca47cd45395089fe78769a392

  - Installing doctrine/common (2.6.x-dev 99b55ad)
    Cloning 99b55ad9f60d614e7390b99e3d9c2cd029a08a2a

  - Installing doctrine/dbal (dev-master 1c6f63d)
    Cloning 1c6f63dff60f1f8c073087833edae2da96d37287

  - Installing symfony/polyfill-mbstring (dev-master dff51f7)
    Cloning dff51f72b0706335131b00a7f49606168c582594

  - Installing symfony/console (dev-master a36608e)
    Cloning a36608e520274fdb8defd5ad3762ee149621e4e7

  - Installing doctrine/instantiator (dev-master 416fb8a)
    Cloning 416fb8ad1d095a87f1d21bc40711843cd122fd4a

  - Installing doctrine/orm (dev-master b3aa825)
    Cloning b3aa8254e480926adeb2a2df30a0b0ac8328d639

  - Installing smarty/smarty (3.1.18)
    Failed to download smarty/smarty from dist: Your configuration does not allow connections to http://www.smarty.net/files/Smarty-3.1.18.zip. See https://getcomposer.org/doc/06-config.md#secure-http for details.
    Now trying to download from source
  - Installing smarty/smarty (3.1.18)
    Checking out tags/v3.1.18/distribution/


  [RuntimeException]                                                                                                                                                                                                         
  Package could not be downloaded, Your configuration does not allow connections to http://smarty-php.googlecode.com/svn//tags/v3.1.18/distribution/. See https://getcomposer.org/doc/06-config.md#secure-http for details.  


install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] [<packages>]...

ERROR: Service 'webserver' failed to build: The command '/bin/sh -c git clone https://github.com/opensolutions/vimbadmin.git ${vimbadmin_install_path} &&     cd ${vimbadmin_install_path} &&     git checkout 3.0.11 &&     composer install &&     rm -rf ${vimbadmin_install_path}/.git' returned a non-zero code: 1

License

Hi! Really great your docker-compose mail solution. I would like to contribute/change some configurations, but I could not find a license file. Could you tell me if it is GPL?

Separate container services

Some containers contain more than one service running, such as the mail (running dovecot and postfix) and the webserver (hosting vimbadmin and roundcube, in addition to nginx). For the sake of reusability, it would be best if they were in separate containers, linked through compose.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.