ok, I'm trying to manually install Postfix. To do this I have to install mailutils first. When I run:
sudo apt install mailutils I get the following error: E: Could not find the mailutils package Maybe it's a source problem from which to get the installation packages? Does it refer to E: which maybe is the cd player, corresponding to the installation iso with which I created the Debian virtual machine? If yes, how to remove E. from the installation sources? thanks Da: [email protected] <[email protected]> Per conto di Federico Capoano Inviato: lunedì 22 febbraio 2021 17:42 A: OpenWISP <[email protected]> Oggetto: Re: [openwisp] Problem installing Openwisp2 Hi, it's complaining that it cannot install the postfix package, but this looks like a system issue rather than an OpenWISP issue. What happens if you try to install the postfix package manually? In the development version there's a config option to disable the installation of postfix, in case this helps. You would have to set an external SMTP to make email sending work though. Best regards Federico On Fri, Feb 19, 2021 at 2:01 PM <[email protected] <mailto:[email protected]> > wrote: Hello everyone. I followed all the steps indicated in https://github.com/openwisp/ansible-openwisp2#usage-tutorial for the installation of Opewisp2, therefore: * hi I have a virtual machine Debian 10.8 (Buster) called Debian-srv with ip 172.16.0.211 on Hyper-v of my win10 pc with ip 172.16.0.104 * on this Debian machine I have enabled ssh access to the root user by editing the / etc / ssh / sshd_config file and replacing the line #PermitRootLogin prohibit-password with the line PermitRootLogin yes * on my pc i have installed Cigwin * Using Cygwin I installed Ansible, Git and joe * Using Cygwin I have installed the Openwisp role running the command ansible-galaxy install openwisp.openwisp2 * Using Cygwin I chose and created a Working Directory called: openwisp2-ansible-playbook * Using Cygwin I created an inventory file called host with the following content: [openwisp2] debian-srv - Using Cygwin I created a playbook file called playbook.yml with the following content: - hosts: debian-srv become: roles: - openwisp.openwisp2 vars: openwisp2_default_from_email: "[email protected] <mailto:[email protected]> " * Using Cygwin i launched the playbook to install Openwisp on the server by running the following command: ansible-playbook -i host playbook.yml -u root -k Below the output that comes out to me: Obviously Openwisp is not reachable on the Debian machine at https://debian-srv/admin Thanks in advance -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]> . To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/016801d706f1%24ac4a8990%2404df9cb0%24%40gmail.com <https://groups.google.com/d/msgid/openwisp/016801d706f1%24ac4a8990%2404df9cb0%24%40gmail.com?utm_medium=email&utm_source=footer> . -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]> . To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/CAERYH6UYCOTwQjVADN%2B%3DS2X-CRoB0O1JeGOOp7Xkgugz3hScDA%40mail.gmail.com <https://groups.google.com/d/msgid/openwisp/CAERYH6UYCOTwQjVADN%2B%3DS2X-CRoB0O1JeGOOp7Xkgugz3hScDA%40mail.gmail.com?utm_medium=email&utm_source=footer> . -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/031f01d70949%246b7bb150%24427313f0%24%40gmail.com.
