Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Hi, mail server(squirrel/postfix) setup assistance.

  1. #1
    Join Date
    Nov 2018
    Beans
    13

    Red face Hi, mail server(squirrel/postfix) setup assistance.

    Hi
    Can i pay somebody to install a mail server on my Ubuntu server? I think its called squirrel?! I basically want someone to remotely to set it up or provide reasonably simple stages to do it by myself. Ive tried postfix and its complex.
    Thanks.
    Tim.

  2. #2
    Join Date
    Jun 2018
    Beans
    4

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    Tim, there are some easy to follow instructions here.... https://www.tecmint.com/setup-postfi...ubuntu-debian/

    Gary

  3. #3
    Join Date
    Nov 2018
    Beans
    13

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    Great many thanks! Unfortunately I get this error:


    godzukee@ubuntu18:~$ sudo apt-get install apache2 php5
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package php5 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    Tim.
    Last edited by tjv001; November 26th, 2018 at 09:37 AM.

  4. #4
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    Ubuntu 18.04 comes with PHP 7 instead of PHP 5. That is why package php5 is not found in the default repositories.

    Also, as far as I know, Squirrel Mail is only a webmail client. That is an additional part on the mail server that allows webmail capabilities.

    For a mail server to work you need at least two necessary components:
    Mail Transport Agent (MTA): usually used is postfix
    Mail Delivery Agent (MDA): usually used is dovecot

    Installing Squirrel does not mean you can avoid installing Postfix.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  5. #5
    Join Date
    Nov 2018
    Beans
    13

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    Thanks for the reply. I still cant install using php7.
    Heres the details if you can help.
    :
    oot@ubuntu18:/home/godzukee# sudo apt-get install apache2 PHP7
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package PHP7
    root@ubuntu18:/home/godzukee#


    regards
    Tim.
    Last edited by tjv001; November 26th, 2018 at 02:59 PM.

  6. #6
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    The package won't be named PHP7, that's why it's unable to locate it. Try simply php or php7

  7. #7
    Join Date
    Nov 2018
    Beans
    13

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    Cool. Thanks. It worked ! But the package configuration gui doesn't appear automatically to continue with the installation.
    Can you help with this?
    Tim.

    I get the following error:

    Code:
    sudo apt-get install dovecot-imapd dovecot- pop
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package 'dovecot' is not installed, so not removed
    E: Unable to locate package pop
    root@ubuntu18:/home/godzukee# sudo apt-get install dovecot-imapd dovecot- pop3
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package 'dovecot' is not installed, so not removed
    E: Unable to locate package pop3
    Any ideas?
    Tim.
    Last edited by howefield; December 6th, 2018 at 03:36 PM. Reason: code tags added.

  8. #8
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    There's a space between "dovecot-" and "pop". The bash parser interprets those as separate arguments to apt.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  9. #9
    Join Date
    Nov 2018
    Beans
    13

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    <Hi, thanks for the reply This is what i typed in:

    sudo apt-get install dovecot-imapd dovecot - pop (and tried pop 3)

    I get this error message:


    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package dovecot is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'dovecot' has no installation candidate
    E: Unable to locate package pop

    Is any one able to help with this?

    Hope you can help.
    Regards
    Tim.
    Last edited by tjv001; December 1st, 2018 at 09:14 AM.

  10. #10
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Hi, mail server(squirrel/postfix) setup assistance.

    Again there appears to be a space in "dovecot- pop".
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •