similar to: Delivering locally through the Submission Server

Displaying 20 results from an estimated 10000 matches similar to: "Delivering locally through the Submission Server"

2020 Nov 02
4
Delivering locally through the Submission Server
> what should it do with the non local messages or local messages directly > at aliases? OK, so I gather that the Submission Server cannot do that (yet). My suggestion for a future version would then be: How about running dovecot-lda, if the user happens to be local, or a local alias? Or at least provide some sort of pattern matching: anything matching *@example.com , pass the message to
2020 Nov 02
0
Delivering locally through the Submission Server
On 02/11/2020 20:17, R. Diez wrote: > Hi all: > > I am learning Dovecot step by step. I have enabled the Submission > Server, in the hope that I would not need to learn other MTAs like > Postfix. the submission server is a proxy in front of an MTA. You can't avoid having an MTA somewhere in your solution. https://doc.dovecot.org/admin_manual/submission_server/ > > The
2020 Oct 26
5
Looking for a guide to collect all e-mail from the ISP mail server
Why don't you configure all stuff internally and ask your provider to relay the e-mails from and to you via "smart relay"?? You will communicate only via smtp and only with your provider, and you can use a nice open-source bundle ( dovecot is mandatory because you wrote on that list :) ) in your LAN. > > > > > > > > > > ? Original Message >
2020 Apr 18
4
Doc pointer request
At one point seems like I found a write up in the Dovecot docs about having Dovecot directly listen on port 25 using Opportunistic TLS along with port 587 authentication, so only Dovecot was required to handle incoming email. Said another way, no requirement for Sendmail, or Postfix or EXIM. Just straight up Dovecot. If I'm remembering correctly, someone point me to the correct docs for
2020 Oct 25
10
Looking for a guide to collect all e-mail from the ISP mail server
Hi all: I am evaluating mail server solutions for a small business. The trouble is, I am only a part-time admin and a newbie to mail servers. Most guides I have seen are rather unrealistic: they encourage you to expose your e-mail server to the Internet, and hope that you have the resources to keep it patched up. I would rather have an internal mail server that collects e-mails from a standard
2020 Nov 03
1
Delivering locally through the Submission Server
> On 03/11/2020 12:31 Piotr Auksztulewicz <dcml at hasiok.net> wrote: > > > On Mon, Nov 02, 2020 at 09:33:08PM +0100, R. Diez wrote: > > OK, so I gather that the Submission Server cannot do that (yet). > > And probably would never do. It isn't its job description. > > Actually, it is just a convenience/workaround feature, which comes handy > only if
2020 Oct 26
3
Looking for a guide to collect all e-mail from the ISP mail server
> What you are looking for would be a very advanced setup > [...] I don't think so. But we'll see! I would be happy to take a pre-packaged mail server solution like iRedMail which includes RoundCube or whatever. I just need a "easy", practical guide to reconfigure it to 1) download e-mails from a multidrop, and 2) relay external e-mail to the ISP's SMTP server.
2020 Nov 03
0
Delivering locally through the Submission Server
On Mon, Nov 02, 2020 at 09:33:08PM +0100, R. Diez wrote: > OK, so I gather that the Submission Server cannot do that (yet). And probably would never do. It isn't its job description. Actually, it is just a convenience/workaround feature, which comes handy only if your own MTA cannot handle dovecot's SASL authentication (must be something real strange) or there are some
2020 Jan 22
3
virsh vol-download uses a lot of memory
Hi all: I am using the libvirt version that comes with Ubuntu 18.04.3 LTS. I have written a script that backs up my virtual machines every night. I want to limit the amount of memory that this backup operation consumes, mainly to prevent page cache thrashing. I have described the Linux page cache thrashing issue in detail here:
2019 May 01
2
Re: Running all my virtual machines with a low priority
> You would have to set the priority of all vCPUs in each guest, as well > as emulator threads in each guest (the latter needs very new libvirt). This does not seem a viable option then with Ubuntu 18.04. And changing XML on all guest VMs is extra work. Is there no other way? For example, are all such virtual machines not some daemon or systemd unit or set of units? Would it be feasible to
2020 Oct 25
5
Looking for a guide to collect all e-mail from the ISP mail server
> Your goal does not sound weird. OK, thanks for the confirmation. > The most painless way might be to fetch incoming messages from > the ISP's IMAP and deliver them to your local dovecot. > A shortened fetchmailrc would read: > > poll remote.server ? > ? user ?, password ? > ? folder 'INBOX' > ? fetchall > ? idle > ? ssl > mda
2020 Jan 17
1
Volume file permissions and huge volume downloads
Hi all: I am using the libvirt version that comes with Ubuntu 18.04.3 LTS. I want to backup a virtual machine in a foolproof way: - Gracefully shutdown the VM. - Backup the disk image. - Restart the VM. I wrote the following script to do that: https://github.com/rdiez/Tools/blob/master/VirtualMachineManager/BackupVm.sh Writing that script was difficult enough because of the virsh limitations
2020 Oct 25
5
Looking for a guide to collect all e-mail from the ISP mail server
> You need SPF and DKIM for your outgoing email to be accepted. > [...] I don't understand why that is the case (but keep in mind that I am a newbie). Is it not possible to set up some internal SMTP server that only relies the e-mails to the external ISP SMTP server? The internal SMTP server would then act like a normal user's Thunderbird. At first I tought that the internal
2014 Nov 26
3
2.2.15: SMTP submission server?
On 17/11/2014 07:23, Ron Leach wrote: > On 16/11/2014 07:24, Robert Schetterer wrote (re-ordered): >> Am 16.11.2014 um 02:24 schrieb Reindl Harald: >> >>> * if you find a security issue in postfix running >>> on 587 over TLS cry out loud > > I'm thinking beyond that; I want to get to the position that when > there is an issue in the MTA, our
2019 Apr 30
2
Running all my virtual machines with a low priority
Hi all: I have an Ubuntu 18.04 system. What is the easiest way to run all of my virtual machines with a low priority? Say a "nice" level of 15. I just do not want my virtual machines to have too much of an impact in any other processes on the system. Thanks in advance, rdiez
2019 May 01
2
Re: Running all my virtual machines with a low priority
>> I have an Ubuntu 18.04 system. What is the easiest way to run all of my virtual machines with a low priority? Say a "nice" level of 15. > > You can use the <vcpusched> (and related elements) to control > the schedular nice level up or down > > https://libvirt.org/formatdomain.html#elementsCPUTuning Thanks for your quick answer. I took at look at
2020 Oct 26
1
Looking for a guide to collect all e-mail from the ISP mail server
> Start of a HOWTO: > > 1) Install dovecot, create virtual accounts for all of your users > 2) Install fetchmail, make it pull the ISPs IMAP and deliver locally > 3) Install postfix as a smart relay and deliver locally to locals > > Feel free to fill in the details ;) And I thought you guys had nothing else to do, sitting here on the mailing list and pretending to have some
2020 Aug 31
3
Dovecot Proxy
Hello everyone, it's my first post here on this mailing list and I hope, I make it right. I posted a question on https://serverfault.com/questions/1031441/dovecot-as-proxy-with-submission and nobody was able to answer it. So I decided to push that question here (I'm talking about any new dovecot version and I've tested it with 2.3.4.1 (f79e8e7e4)). I try to run a dovecot proxy
2020 Jan 22
4
Re: virsh vol-download uses a lot of memory
On 1/22/20 11:11 AM, Michal Privoznik wrote: > On 1/22/20 10:03 AM, R. Diez wrote: >> Hi all: >> >> I am using the libvirt version that comes with Ubuntu 18.04.3 LTS. > > I'm sorry, I don't have Ubuntu installed anywhere to look the version > up. Can you run 'virsh version' to find it out for me please? Nevermind, I've managed to reproduce with
2020 Oct 19
3
How to move/reorganise existing e-mails to yearly subfolders
Hi all: I am new to e-mail servers and I am evaluating Dovecot. Not really the best combination. 8-) I am trying to find a balance between legal data retention requirements and online mailbox size. I do not want huge online mailboxes, as doing offline, rotating data backups could then take forever (among other reasons). I would rather avoid online (cloud) backups (data protection etc.). If I