From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-f176.google.com (mail-yb1-f176.google.com [209.85.219.176]) by gnuweeb.org (Postfix) with ESMTPSA id 3ACE87E69E for ; Thu, 3 Mar 2022 11:45:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1646307904; bh=xJ5ajh4HoNbYHRA+b2GFuSFTqX++FtMfo99wLu7ZVB8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=UtElQMAOMuhhb2Z7f82xMxIngf/qhmOIz5NqnptRKfCQqonZsrJA8Y+gkDFSJHhkA 4Uv6P/QUzkps/kjf6nXIFyqy0yFKZnJ/prtRnf1kZAS6R9X/NB4d0MFMABgOzAcBRx uHXU89NqG9U8LTUtD1e0BL4Q0FyA1p2L14jodPpOovJi7GEN6+tpKzdogldoZpTxzT IjWyXNsKLh3Y/aU/h4YuIkgU7BEJGMRnfcl9wibS5bZHuB7wvlFFQp6yi7UT5isvxI 0yI6FWsxbuTcCxpr27A3f0YzcHF0Nc/7hrenyP90pEo3exbEA0H+NUw9byfIL/9OlI cvvXCkKsqhYDg== Received: by mail-yb1-f176.google.com with SMTP id x200so9619779ybe.6 for ; Thu, 03 Mar 2022 03:45:04 -0800 (PST) X-Gm-Message-State: AOAM533/1OFqkLb2ahzh3z2YiQNAp0ztmJp2qfevzfUcLeIPaGq3F2zp 4Zv7nvdvbJlZ0fvdmKaWvC9LDBBSyl6Ykhpi5VE= X-Google-Smtp-Source: ABdhPJzP3fYheZUHrhI98Yv1H5epv6W7I0ayyAWYUm8AfUjFaBIUClwjjlZ4+H/RtnCwpcIjyEqoDdH9VHqjZcAaYqY= X-Received: by 2002:a25:e307:0:b0:628:a6d3:1f6b with SMTP id z7-20020a25e307000000b00628a6d31f6bmr6106396ybd.338.1646307903277; Thu, 03 Mar 2022 03:45:03 -0800 (PST) MIME-Version: 1.0 References: <22a4213a-ab0a-e94c-c9da-b543f130bd3f@gnuweeb.org> <4d47f0df-230a-6466-f827-b0de9a418173@gnuweeb.org> <12f51b0b-2356-3e3e-5210-e0a507ade6be@gnuweeb.org> In-Reply-To: <12f51b0b-2356-3e3e-5210-e0a507ade6be@gnuweeb.org> From: Alviro Iskandar Setiawan Date: Thu, 3 Mar 2022 18:44:51 +0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Again... Mail server migration progress... To: Ammar Faizi , Dhiky Cancerio Cc: "GNU/Weeb Mailing List" , Alviro Iskandar Setiawan Content-Type: text/plain; charset="UTF-8" List-Id: On Thu, Mar 3, 2022 at 6:03 PM Ammar Faizi wrote: > On 3/3/22 5:50 PM, Alviro Iskandar Setiawan wrote: > > On Thu, Mar 3, 2022 at 5:43 PM Ammar Faizi wrote: > > > On 3/3/22 5:37 PM, Alviro Iskandar Setiawan wrote: > > > > On Thu, Mar 3, 2022 at 5:31 PM Ammar Faizi wrote: > > > > > Al, I like your docker approach, please give it a whirl. I won't have > > > > > much time to look into this, so I would toss it your way with Dhiky. > > > > > > > > hi sir, did you initialize the repo for the docker to test sir? i > > > > think i should wait for you letting me know that first. We also need a > > > > test server to avoid service interruption when testing our > > > > configuration, I request one separated VPS for testing purposes, can > > > > we have it? > > > > > > Yeah, that makes sense, we should not interrupt the running service when > > > testing the docker configuration. I will purchase a new VPS for you and > > > Dhiky doing testing. > > > > > > Dhiky, Al, please resend your SSH public key, I will put it on the > > > test server. > > > > my ssh public key is: > > ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJrp2IqgUsn1nwMMSS5QA56pFGb8RObcbgQVUiqBvg4V > > alviro.iskandar@gmail.com > > Added! > > Login here: > > ssh -p48588 root@178.128.85.45 > > I also have set up a test subdomain to its public IP. It's test-s001.gnuweeb.org oc, i confirm login success ``` Welcome to Ubuntu 21.10 (GNU/Linux 5.13.0-28-generic x86_64) [...] root@test-s001:~# ``` -- Viro