Re: smtpd only Mail Server

2021-08-22 Thread Martijn van Duren
last word! I am asking for clear > > > information for dkim, dmarc, spf, and now dkimproxy and anything related > > > to send mail correctly; where correctly means "NO qualify my mail as > > > spam" > > > > > > > > > - Did you just

Re: smtpd only Mail Server

2021-08-21 Thread latincom
hat it is the last word! I am asking for clear >> information for dkim, dmarc, spf, and now dkimproxy and anything related >> to send mail correctly; where correctly means "NO qualify my mail as >> spam" >> >> > > > - Did you just put a dkim txt r

Re: smtpd only Mail Server

2021-08-12 Thread latincom
> Am 10.08.21 13:29 schrieb latin...@vcn.bc.ca: >> >> > If you want help with a mail config, >> >> > you need to show your mail config. >> >> > >> >> >> >> No problem: >> >> I am used to use only the base system. >> >> >> >> #       $OpenBSD: smtpd.conf,v 1.14 2019/11/26 20:14:38 gilles >>

Re: smtpd only Mail Server

2021-08-12 Thread Michael Hekeler
or dkim, dmarc, spf, and now dkimproxy and anything related > >> to send mail correctly; where correctly means "NO qualify my mail as > >> spam" > >> > >> > > > - Did you just put a dkim txt record in DNS without any additional > >> >

Re: smtpd only Mail Server

2021-08-10 Thread latincom
hat it is the last word! I am asking for clear >> information for dkim, dmarc, spf, and now dkimproxy and anything related >> to send mail correctly; where correctly means "NO qualify my mail as >> spam" >> >> > > > - Did you just put a dkim txt r

Re: smtpd only Mail Server

2021-08-10 Thread Martijn van Duren
means "NO qualify my mail as spam" > > > > > - Did you just put a dkim txt record in DNS without any additional > > > >   configuration on your mailserver? > > > > > > ok: i have 2 servers: 1. managed by nsd, which obtained 9.7/10 at the >

Re: smtpd only Mail Server

2021-08-10 Thread latincom
y and anything related to send mail correctly; where correctly means "NO qualify my mail as spam" >> > - Did you just put a dkim txt record in DNS without any additional >> > configuration on your mailserver? >> >> ok: i have 2 servers: 1. managed by nsd, which obtained

Re: smtpd only Mail Server

2021-08-10 Thread Jan Stary
ok: i have 2 servers: 1. managed by nsd, which obtained 9.7/10 at the same > web page, not a problem; 2. vultr managed by their dns app, here i am not > able to make it work correctly. What should be the additional > configuration on the mail server please? What mail server? What "additional" configuration? If you want help with a mail config, you need to show your mail config.

Re: smtpd only Mail Server

2021-08-10 Thread latincom
> On Mon, 2021-08-09 at 20:02 -0700, latin...@vcn.bc.ca wrote: >> Hello >> >> i have had a smtpd only mail server for 21 years; but now i have a big >> problem related to dkim, dmarc, and spf. First, there is not man page, >> archives are not clear for me, google i

Re: smtpd only Mail Server

2021-08-10 Thread artsi0m
Hello! >smtpd only mail server for 21 years. Why not use fdm ? As i know it is developed by OpenBSD members. >There is no man page for dkim, dmark and spf OpenBSD developers maintain man pages for base system mostly. I've never heard about ports maintainers editing port man page.

Re: smtpd only Mail Server

2021-08-09 Thread Martijn van Duren
On Mon, 2021-08-09 at 20:02 -0700, latin...@vcn.bc.ca wrote: > Hello > > i have had a smtpd only mail server for 21 years; but now i have a big > problem related to dkim, dmarc, and spf. First, there is not man page, > archives are not clear for me, google is confusing; but i

smtpd only Mail Server

2021-08-09 Thread latincom
Hello i have had a smtpd only mail server for 21 years; but now i have a big problem related to dkim, dmarc, and spf. First, there is not man page, archives are not clear for me, google is confusing; but i have added the corresponding dns records, with the result that dkim is not signing mail

Re: Running your own mail server

2018-09-28 Thread Gilles Chehade
On Fri, Sep 28, 2018 at 12:25:12PM +0200, Aham Brahmasmi wrote: > Craig, > > Thank you for your exhaustive reply - the list of checks along with > current workarounds to achieve them are very helpful. I now know that > I need to learn even more. > Indeed, interesting reading. > > OpenSMTPd's f

Re: Running your own mail server

2018-09-28 Thread Aham Brahmasmi
Craig, Thank you for your exhaustive reply - the list of checks along with current workarounds to achieve them are very helpful. I now know that I need to learn even more. > OpenSMTPd's filter interface is not yet usable (last update 12/2014): > http://www.poolp.org/posts/2014-12-12/the-state-of-

Re: Running your own mail server

2018-09-27 Thread Stuart Longland
On 19/09/18 00:01, Craig Skinner wrote: > On Mon, 17 Sep 2018 18:33:52 Mik J wrote: >> The only drawback I see is that roundcube is less sexy and less good >> than gmail. > Webmail isn't worth bothering with at all. Too complicated. > > All desktops & mobile phones/tablets have various IMAP client

Re: Running your own mail server

2018-09-27 Thread Stuart Longland
nd hostmaster (DNS > server administrator) is fun, hectic, and takes about 5 years to learn. I can certainly vouch for that. Okay, so far 100% of my production mail server work has been on Linux with various MTAs (sendmail, qmail, qmail+qpsmtpd, postfix). My journey started in 2001: my high schoo

Re: Running your own mail server

2018-09-27 Thread Craig Skinner
g the entire mail through a heavy spam detection engine. Running Unbound on each mail server, and having each mail server's Unbound daemon refer to another upstream Unbound instance, is extremely effective in caching the DNS lookups. This is in contrast to EVERY mail being parsed by a spam det

Re: Running your own mail server

2018-09-26 Thread Aham Brahmasmi
Hi Craig, Thank you for sharing your valuable experience. I apologize for bumping up this slightly old thread. > After that, the MTA needs to be able to check the DNS validity of the > sender's SMTP HELO hostname, and check their DNS PTR record is valid, > and both the mail's envelope and address

Re: Running your own mail server

2018-09-19 Thread Kaya Saman
Oh is it dead?? It used to be THE thing mind you it was the turn of the century that we are talking about! looks like I'm a little out of date lol Personally I haven't played around with Mail Web clients for a while; yeah there is Roundcube or Horde which was quite cool when I ran it in

Re: Running your own mail server

2018-09-19 Thread Craig Skinner
On Tue, 18 Sep 2018 15:56:43 +0100 Zé Loff wrote: > On Tue, Sep 18, 2018 at 03:01:45PM +0100, Craig Skinner wrote: > > Webmail is dead junk. > > Until the day your gadget's battery runs out, Charge it Zé Solved. > you don't have your laptop with you and you need to borrow Have your friend

Re: Running your own mail server

2018-09-19 Thread Craig Skinner
On Tue, 18 Sep 2018 15:25:20 + Tim Jones wrote: > > > Webmail isn't worth bothering with at all. Too complicated. > > Let me rephrase that for you. No Tim, I wont let you speak for me. How about you rewrite ntpd into ntpw and run your clock on port 80, all because the Network Time Protocol

Re: Running your own mail server

2018-09-19 Thread Marcus MERIGHI
marko.cu...@mimar.rs (Marko Cupać), 2018.09.18 (Tue) 10:58 (CEST): > On Tue, 18 Sep 2018 10:32:25 +0100 > Kevin Chadwick wrote: > > > I see clamav and other scanning stuff as an insecurity personally. > > Can you elaborate, please? It's a case of Enumerating Badness :-) http://www.ranum.com/sec

Re: Running your own mail server

2018-09-18 Thread Duncan Guthrie
Hi, Please do not recommend SquirrelMail. It is unmaintained. Its last release was 5 years ago. User interfaces like Roundcube and Rainloop work well enough and still are actively maintained. I do not know how well those other ones you listed work. Alternatively, direct your users to some clear

Re: Running your own mail server

2018-09-18 Thread Tim Jones
> Webmail isn't worth bothering with at all. Too complicated. Let me rephrase that for you. Webmail is easy. Open source webmail is all horrible stuff stuck in the last century. To make open source webmail look and behave like the is the complicated bit.

Re: Running your own mail server

2018-09-18 Thread Craig Skinner
Hi postmasters, On Mon, 17 Sep 2018 18:33:52 Mik J wrote: > The only drawback I see is that roundcube is less sexy and less good > than gmail. Webmail isn't worth bothering with at all. Too complicated. All desktops & mobile phones/tablets have various IMAP clients. For computers, there are IMA

Re: Running your own mail server

2018-09-18 Thread Daniel Gracia
Take a look other here: https://www.cvedetails.com/vulnerability-list/vendor_id-8871/Clamav.html El mar., 18 sept. 2018 a las 11:02, Marko Cupać () escribió: > On Tue, 18 Sep 2018 10:32:25 +0100 > Kevin Chadwick wrote: > > > I see clamav and other scanning stuff as an insecurity personally. >

Re: Running your own mail server

2018-09-18 Thread Marko Cupać
On Tue, 18 Sep 2018 10:32:25 +0100 Kevin Chadwick wrote: > I see clamav and other scanning stuff as an insecurity personally. Can you elaborate, please? -- Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupać https://www.mimar.rs/

Re: Running your own mail server

2018-09-18 Thread Kevin Chadwick
a shock when you tell them they are almost the only possible cause of you getting spam too. I've had one guy hangup the phone almost immediately, lol. Having said all this, email does not make you money, so consider if it is worth the time! A mailing list can be useful, less so your own mail server.

Re: Running your own mail server

2018-09-17 Thread Mik J
Chris, In my opinion it needs a lot of reading and testing to make the puzzle in one go. But for path A -> B -> C -> D -> E -> F -> G -> H -> I, you might also want to do A -> B first and test it. That means send an email between two users locally. This way you'll understand better the role of

Re: Running your own mail server

2018-09-17 Thread Chris Bennett
On Mon, Sep 17, 2018 at 06:33:52PM +, Mik J wrote: > > Really it will take time, here are the components I installed for this to > work: opensmtp, dkimproxy, clamav, clamsmtp, nginx, roundcube, prosody, > dovecot, let's encrypt, bind > > I'm using imapsync for the migration and plan to use

Re: Running your own mail server

2018-09-17 Thread Mik J
Hello, I started to use my own mail server two years ago, but a few years ago I tried it unsuccessfully. So yes it will take you some time to set it up with all options. Now for your needs I would advice you openbsd+opensmtpd, you don't especially need performance just a one box sol

Re: Running your own mail server

2018-09-14 Thread Craig Skinner
On Thu, 13 Sep 2018 09:24:18 +0200 Peter N. M. Hansteen wrote: > The part about getting a static IP address with correct reverse > lookup is truly essential. Yes, this hostmaster work is more important for deliverability than the *optional* TLS & DKIM stuff, which I still don't bother at all with

Re: Running your own mail server

2018-09-13 Thread Peter N. M. Hansteen
On Wed, Sep 12, 2018 at 11:01:13PM -0600, Austin Hook wrote: > Have run my own mail server for maybe 20 years of OpenBSD, and apart from > getting my ISP to give me a static IP and a correct reverse DNS entry, and > a couple of run ins with a few filters that dumb ISPs run, it's

Re: Running your own mail server

2018-09-12 Thread Peter J. Philipp
On Wed, Sep 12, 2018 at 11:01:13PM -0600, Austin Hook wrote: > Have run my own mail server for maybe 20 years of OpenBSD, and apart from > getting my ISP to give me a static IP and a correct reverse DNS entry, and > a couple of run ins with a few filters that dumb ISPs run, it's

Re: Running your own mail server

2018-09-12 Thread Austin Hook
On Sun, 9 Sep 2018, Thomas Bohl wrote: > > But the second (far more important) point I want to make is please *THINK > > TWICE* if "running your own mail server" is something you are planning to > > do on your home internet connection. > > For all intents a

Re: Running your own mail server

2018-09-12 Thread Boudewijn Dijkstra
Op Sat, 08 Sep 2018 17:36:07 +0200 schreef Ken M : On Sat, Sep 08, 2018 at 11:32:00AM -0400, Jay Hart wrote: I've run my own email server for 15 years now I think. I stick with Linux for email server, OpenBSD for routing/firewall. I personally find this is the best of both worlds... Just my

Re: Running your own mail server

2018-09-11 Thread Kevin Chadwick
On Tue, 11 Sep 2018 11:23:36 +0100 > dropping/prevention especially with Linux tools. Postfix is decent > wherever it runs, of course. I guess I meant trapping and timing out not dropping before someone calls foul. It is really interesting which disposable addresses receive spam. Obvious ones b

Re: Running your own mail server

2018-09-11 Thread Kevin Chadwick
On Mon, 10 Sep 2018 13:30:37 +0100 > OpenBSD is the best OS for both tasks (I've worked for an ISP doing > both roles, on other operating systems). +1 I much prefer the OpenBSD options including spamd and smtpd to the Linux options. Linux options seem to focus on filtering and inspection which

Re: Running your own mail server

2018-09-10 Thread Luke A. Call
On 09-10 13:30, Craig Skinner wrote: > Being a postmaster (email server administrator) and hostmaster (DNS > server administrator) is fun, hectic, and takes about 5 years to learn. > [] > Save yourself the trouble and let them use their gMail > accounts/addresses directly. They'll soon be gett

Re: Running your own mail server

2018-09-10 Thread Craig Skinner
Hi Ken, On Sat, 8 Sep 2018 11:23:35 -0400 Ken M wrote: > Just curious how many of you use openbsd to run your own personal > email server? Do you find it a hassle to manage in any way? Being a postmaster (email server administrator) and hostmaster (DNS server administrator) is fun, hectic, and ta

Re: Running your own mail server

2018-09-09 Thread Ed Ahlsen-Girard
> On Sat, Sep 08, 2018 at 10:55:40AM -0700, jungle Boogie wrote: > > Ken, > > > > Just curious, are you using pf to filter out the bad websites for > > you kids? I find that to be more challenging for our older daughter > > to not stumble into the bad stuff and not the wholesome sites like > > ope

Re: Running your own mail server

2018-09-09 Thread Óscar Rubén Cuéllar Valcárcel
e job. No argument > there. > >> But the second (far more important) point I want to make is please *THINK >> TWICE* if "running your own mail server" is something you are planning to do >> on your home internet connection. >> >> Why ? >> >>

Re: Running your own mail server

2018-09-09 Thread Chris Bennett
On Sun, Sep 09, 2018 at 04:52:01PM +, Ken M wrote: > But frankly they go to a friends house in our red neck area with non tech > savvy > parents and who knows what happens. But frankly anywhere they are there is > always something that could happen. I feel like there is no winning the battle >

Re: Running your own mail server

2018-09-09 Thread Kaya Saman
On 9/9/18 5:54 PM, Ken M wrote: On Sun, Sep 09, 2018 at 05:49:31PM +0100, Stuart Henderson wrote: In a nutshell, monitoring email is concentrating on what is really likely to be one of the less problematic areas. The others, which IMO are MUCH more likely to be involved if any problems do occu

Re: Running your own mail server

2018-09-09 Thread Ken M
On a side note to this whole chain. My wife and I had another conversation about this, and I think we are on the same page that there is no win in monitoring their email. So I think I can stay out of the mail server business for now, which I like. I pointed our how her dad was a cop and what

Re: Running your own mail server

2018-09-09 Thread Ken M
On Sun, Sep 09, 2018 at 05:49:31PM +0100, Stuart Henderson wrote: > > In a nutshell, monitoring email is concentrating on what is really > likely to be one of the less problematic areas. The others, which IMO > are MUCH more likely to be involved if any problems do occur, are less > amenable to th

Re: Running your own mail server

2018-09-09 Thread Ken M
On Sun, Sep 09, 2018 at 05:46:40PM +0100, Kaya Saman wrote: > > Maybe your ISP has option for "Parental Control"?? I know these days it is a > big concern so many do offer this type of service > > > Just a thought?? > As I mentioned we use OpenDNS for the home internet, which handles all c

Re: Running your own mail server

2018-09-09 Thread Stuart Henderson
On 2018/09/09 12:37, Ken M wrote: > On Sun, Sep 09, 2018 at 10:08:39AM +, Stuart Henderson wrote: > > Scanning for troubling words is not going to work without being able to > > see the email itself for context. Whether it's automated scanning or > > reading the mails yourself there are still p

Re: Running your own mail server

2018-09-09 Thread Kaya Saman
On 9/9/18 5:42 PM, Ken M wrote: On Sun, Sep 09, 2018 at 11:24:38AM -0500, Ed Ahlsen-Girard wrote: While you should not take technical advice on mail servers from me, I've raised two kids to adulthood with a 17 year old to go, and had almost 200 foster children. The impedance mismatch you have

Re: Running your own mail server

2018-09-09 Thread Ken M
On Sun, Sep 09, 2018 at 11:24:38AM -0500, Ed Ahlsen-Girard wrote: > > While you should not take technical advice on mail servers from me, > I've raised two kids to adulthood with a 17 year old to go, and had > almost 200 foster children. > > The impedance mismatch you have with the missus is mor

Re: Running your own mail server

2018-09-09 Thread Ken M
On Sun, Sep 09, 2018 at 10:08:39AM +, Stuart Henderson wrote: > Scanning for troubling words is not going to work without being able to > see the email itself for context. Whether it's automated scanning or > reading the mails yourself there are still privacy issues. Plus whatever > monitoring

Re: Running your own mail server

2018-09-09 Thread Ken M
on the page of using the right tool for the job. No argument there. > But the second (far more important) point I want to make is please *THINK > TWICE* if "running your own mail server" is something you are planning to do > on your home internet connection. > > Why ? >

Re: Running your own mail server

2018-09-09 Thread Chris Bennett
On Sun, Sep 09, 2018 at 12:23:41PM +, Thomas Bohl wrote: > > But the second (far more important) point I want to make is please *THINK > > TWICE* if "running your own mail server" is something you are planning to > > do on your home internet connection. >

Re: Running your own mail server

2018-09-09 Thread Thomas Bohl
Am 09.09.2018 um 15:36 schrieb flipchan: > Randomly jumping into this thread , does anyone have a quick and easy way to > do auto matical responses to certain aliases in opensmtpd? > Not with OpenSMTPD, but with Dovecot's Sieve https://wiki2.dovecot.org/Pigeonhole/Sieve/Examples#Vacation_auto

Re: Running your own mail server

2018-09-09 Thread flipchan
t;running your own mail server" is something you are >planning to do on your home internet connection. > >For all intents and purposes, sending emails from a private internet >connection directly to the receiving MX stopped working 15 years ago. >(People started blocking ever

Re: Running your own mail server

2018-09-09 Thread Thomas Bohl
> But the second (far more important) point I want to make is please *THINK > TWICE* if "running your own mail server" is something you are planning to do > on your home internet connection. For all intents and purposes, sending emails from a private internet connect

Re: Running your own mail server

2018-09-09 Thread Peter J. Philipp
On Sun, Sep 09, 2018 at 10:08:39AM +, Stuart Henderson wrote: > >> own email server, when I have never done it before on any OS, worth it > >> over some > >> other solution. And yes I am very open to other suggestions for a > >> solution, even > >> if it is something I have to pay for, to avoid

Re: Running your own mail server

2018-09-09 Thread Stuart Henderson
On 2018-09-09, Friedrich Locke wrote: > if you demand for performance, FreeBSD + Qmail-ldap is THE way to go. qmail-ldap (or, well, anything+ldap for that matter) is a relatively complex setup and total overkill for a personal mail server. > > On Sat, Sep 8, 2018 at 12:26 PM Ken

Re: Running your own mail server

2018-09-09 Thread Tim Jones
mail, but I know saying that is probably amounts to heresy round here, so I all I will say is "do your homework, test various options, see what works for you". But the second (far more important) point I want to make is please *THINK TWICE* if "running your own mail server"

Re: Running your own mail server

2018-09-08 Thread Torsten
you find it a hassle to manage in any way? > > I know openbsd is perfectly fine for a mail server, don't get me wrong > the question is more about is it worth it to do yourself. Specifically > I will probably be doing it through a guest on vultr. > > Back story my family al

Re: Running your own mail server

2018-09-08 Thread Ken M
On Sat, Sep 08, 2018 at 09:22:01PM -0300, Friedrich Locke wrote: > if you demand for performance, FreeBSD + Qmail-ldap is THE way to go. > > my 1 cent. > Performance is a priority, but not my first priority. In fact I think that is why I have started becoming a convert to openbsd. Although I do

Re: Running your own mail server

2018-09-08 Thread Friedrich Locke
perfectly fine for a mail server, don't get me wrong the > question is more about is it worth it to do yourself. Specifically I will > probably be doing it through a guest on vultr. > > Back story my family all has email addresses through the domain I have. > Which > basicall

Re: Running your own mail server

2018-09-08 Thread flipchan
opensmtpd is great! Aliases and alot more goodness On September 8, 2018 3:23:35 PM UTC, Ken M wrote: >Just curious how many of you use openbsd to run your own personal email >server? >Do you find it a hassle to manage in any way? > >I know openbsd is perfectly fine for a mail se

Re: Running your own mail server

2018-09-08 Thread ceidem
I run an email server for myself on OpenBSD running on Vultr. OpenBSD, OpenSMTPD, dovecot and Roundcube all run fine on a $5 per month server. If you want a pre-packaged mail server to avoid any hassle, check out iRedMail. On September 8, 2018 10:23:35 AM CDT, Ken M wrote: >Just curious

Re: Running your own mail server

2018-09-08 Thread Ken M
On Sat, Sep 08, 2018 at 05:54:18PM +0200, Peter N. M. Hansteen wrote: > On 09/08/18 17:23, Ken M wrote: > > If you've never run a mail server before but are familiar with OpenBSD, > please do go the OpenBSD route. > > Setting up and running a mail service involves learning

Re: Running your own mail server

2018-09-08 Thread Ken M
On Sat, Sep 08, 2018 at 10:55:40AM -0700, jungle Boogie wrote: > Ken, > > Just curious, are you using pf to filter out the bad websites for you kids? > I find that to be more challenging for our older daughter to not stumble > into the bad stuff and not the wholesome sites like openbsd.org, which

Re: Running your own mail server

2018-09-08 Thread jungle Boogie
> > Is there a particular reason there is not a mail receiving agent in base? > > You're joking, right? > > man smtpd and references therein. There are also pointers in this thread > to running a full featured mail server on OpenBSD with smtpd from base. > > > Ah, thanks for setting me straight. >

Re: Running your own mail server

2018-09-08 Thread Zbyszek Żółkiewski
> Wiadomość napisana przez Ken M w dniu 08.09.2018, o godz. > 17:23: > > Just curious how many of you use openbsd to run your own personal email > server? another here - running my own server since long time (OpenBSD). If you choose dovecot you can nicely encrypt backend store mails: https

Re: Running your own mail server

2018-09-08 Thread Peter N. M. Hansteen
;re joking, right? man smtpd and references therein. There are also pointers in this thread to running a full featured mail server on OpenBSD with smtpd from base. -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nu

Re: Running your own mail server

2018-09-08 Thread jungle Boogie
Hi all, Just a general question about openbsd... I understand smtpd is in base for sending mail. Then we also have spam. Both very neat and useful! Is there a particular reason there is not a mail receiving agent in base? Are the existing one sufficient enough for devs and there isn't enough des

Re: Running your own mail server

2018-09-08 Thread Kaya Saman
On 9/8/18 6:01 PM, Chris Bennett wrote: [snip] IMHO, I would skip using partially insecure OS's like Linux. These are your kids! Of course security at the OS level is important but also a lot of work must be done around in the infrastructure area too for security... running a good IDS for

Re: Running your own mail server

2018-09-08 Thread Paco Esteban
On Sat, 08 Sep 2018, Ken M wrote: > Just curious how many of you use openbsd to run your own personal email > server? > Do you find it a hassle to manage in any way? I've managed my personal domain on and off over the years (not at the moment, but that will change again later this year). I've us

Re: Running your own mail server

2018-09-08 Thread Chris Bennett
I have to absolutely agree that OpenBSD using OpenSMTPD is "the right solution" for this problem. It's secure and after a little bit of learning, not hard to use. Spamd is pretty effective for most spam. Not perfect, but what is now-a-days? You can monitor both sent and received emails. The deli

Re: Running your own mail server

2018-09-08 Thread lists
l of bits. They are remote flawed products and services with some tweaks & knobs. This thread seems like a poor imitation of virtual server comparisons. I see no mention of OpenBSD and the software related to OpenBSD here.. I'd be really interested to read "running OpenBSD as our mail

Re: Running your own mail server

2018-09-08 Thread Peter N. M. Hansteen
lution. And yes I am very open to other suggestions for a solution, > even > if it is something I have to pay for, to avoid sharing passwords or grotesque > privacy infringement of literally reading all their emails. If you've never run a mail server before but are familiar with Ope

Re: Running your own mail server

2018-09-08 Thread Jay Hart
> On Sat, Sep 08, 2018 at 11:32:00AM -0400, Jay Hart wrote: >> Ken, >> >> I've run my own email server for 15 years now I think. I stick with Linux >> for email server, >> OpenBSD for routing/firewall. I personally find this is the best of both >> worlds... >> >> Just my 35 cents... >> >> Jay >>

Re: Running your own mail server

2018-09-08 Thread Kaya Saman
BSD for routing/firewall. I personally find this is the best of both worlds... Just my 35 cents... Jay Just curious how many of you use openbsd to run your own personal email server? Do you find it a hassle to manage in any way? I know openbsd is perfectly fine for a mail server, don't get m

Re: Running your own mail server

2018-09-08 Thread Ken M
On Sat, Sep 08, 2018 at 11:32:00AM -0400, Jay Hart wrote: > Ken, > > I've run my own email server for 15 years now I think. I stick with Linux for > email server, > OpenBSD for routing/firewall. I personally find this is the best of both > worlds... > > Just my 35 cents... > > Jay > Dare I a

Re: Running your own mail server

2018-09-08 Thread Jay Hart
> server? > Do you find it a hassle to manage in any way? > > I know openbsd is perfectly fine for a mail server, don't get me wrong the > question is more about is it worth it to do yourself. Specifically I will > probably be doing it through a guest on vultr. > > Back st

Running your own mail server

2018-09-08 Thread Ken M
Just curious how many of you use openbsd to run your own personal email server? Do you find it a hassle to manage in any way? I know openbsd is perfectly fine for a mail server, don't get me wrong the question is more about is it worth it to do yourself. Specifically I will probably be doi

Re: Mail Server

2018-07-06 Thread Elias M. Mariani
Well, the thing is that the accounts are managed by our clients, so I need a platform where they can easy administrate the accounts of their domains and they are common people, it has to be easy. I guess that using Postfix would solve the SMTP part. 2018-07-06 20:51 GMT-03:00 : > > On Jul 6, 2018

Re: Mail Server

2018-07-06 Thread edgar
On Jul 6, 2018 5:56 PM, "Elias M. Mariani" wrote: > > Hello, > I'm moving some sites that my friends and I handle from a cheap > webserver to a cloud server with OpenBSD. > I have the webserver part figured out (httpd+mariadb+php7). > But I need to choose how to handle the mails. > I'm mostly wo

Mail Server

2018-07-06 Thread Elias M. Mariani
Hello, I'm moving some sites that my friends and I handle from a cheap webserver to a cloud server with OpenBSD. I have the webserver part figured out (httpd+mariadb+php7). But I need to choose how to handle the mails. I'm mostly worried that the mail accounts must be managed by some of our users t

OpenSMTPD mail server help

2018-01-23 Thread zklp zeal
Hi, I am using *OpenBSD 6.1 *and need help in setting up mail server tried to send a test mail to gmail account and couldn't get it working How can i tell OpenSMTPD to forget about the mail and stop trying ? *smtpd.conf * ### pki setup pki mail.plrzeal.in certificate &quo

Mail server with many users

2017-05-06 Thread Thuban
Hello, according to recent discussion on the list, I was wondering how you set up a mail server with smtpd with a lot of users. Regards. --

Re: mail server on rental server , cannot send gmail.com

2015-07-15 Thread tuyosi
very sorry . the previous mail is was sheer illusion. postfix works and opensmptd stopped. to do is . /etc/rc.d/nginxrestart /etc/rc.d/postfix stop /etc/rc.d/smtpd restart /etc/rc.d/dovecot restart - sorry , tuyosi .

Re: mail server on rental server , cannot send gmail.com

2015-07-15 Thread tuyosi
today i try openbsd 5.8be-ta. i send mail XXX@gmail , but cannot recieve mail from XXX@gmail. my dovecot fly poorly . and at Return to RBL.JP home page , some degree is OK . -> >>> RSET <<< 250 2.0.0 Ok >>> MAIL FROM: <<< 250 2

Re: mail server on rental server , cannot send gmail.com

2015-07-15 Thread Craig Skinner
st info there. Archive: http://marc.info/?l=opensmtpd-misc Wiki: http://github.com/OpenSMTPD/OpenSMTPD/wiki http://undeadly.org has some articles. Social media: http://twitter.com/OpenSMTPD > i only to build minimum internet mail server for personal use , so > OpenSMTPD is good choice bec

Re: mail server on rental server , cannot send gmail.com

2015-07-14 Thread tuyosi
thanks Craig . i try unbound & mailserver ( opensmtpd & dovecot ) in intranet before . it manages to run . but there is little informatio about openbsd in internet . are thre commprehensive URL about it ? i only to build minimum internet mail server for personal use , so OpenSMTPD

Re: mail server on rental server , cannot send gmail.com

2015-07-14 Thread Craig Skinner
On 2015-07-14 Tue 11:33 AM |, Tuyosi Takesima wrote: > thnks your advice . > i shoud study postfix sasl reading following your teaching . > > http://www.postfix.org/BASIC_CONFIGURATION_README.html#relay_from > etc > > i lookup thunderbird's automatic setting. > port 587 > connection security :n

Re: mail server on rental server , cannot send gmail.com

2015-07-13 Thread Tuyosi Takesima
thnks your advice . i shoud study postfix sasl reading following your teaching . http://www.postfix.org/BASIC_CONFIGURATION_README.html#relay_from etc i lookup thunderbird's automatic setting. port 587 connection security :none authentification method: passwd, tranmitted insecurely is it poss

Re: mail server on rental server , cannot send gmail.com

2015-07-13 Thread Craig Skinner
Hi Tuyosi On 2015-07-13 Mon 16:41 PM |, Tuyosi Takesima wrote: > > perhaps i solved the quize to send and rcieve email . > > openbsd mail server (this has main cf) > | > internet > | > 1.2.3.4 > router > | > dhcp > linux(thunderberd) > > > in /e

Re: mail server on rental server , cannot send gmail.com

2015-07-13 Thread Tuyosi Takesima
Hi,all. perhaps i solved the quize to send and rcieve email . openbsd mail server (this has main cf) | internet | 1.2.3.4 router | dhcp linux(thunderberd) in /etc/postfix/main.cf mynetworks = 127.0.0.0/8, 1.2.3.4/32 1.2.3.4 is obtaind curl ifconfig.me on linux . or show ifonfig.me on

Re: mail server on rental server , cannot send gmail.com

2015-07-12 Thread fujio
rental server company forgive to use port 25 . i rewrite pf.conf , and master.cf now state , i can send and recieve mail with x...@docomo.ne.jp - but i cannot send mail to y...@gmail.com thunderbird says that An error occurred while sending mail. The mail server responded

Re: mail server on rental server , cannot send gmail.com

2015-07-11 Thread tuyosi
thanks for advices . mynetworks = 127.0.0.0/8, 157.7.244.194/32 does not have effect . and i understand 587 's difficulty . a few days later i can use port 25 , now rental server prohibit using 25 . regards

Re: mail server on rental server , cannot send gmail.com

2015-07-11 Thread Craig Skinner
Hi Tuyosi, On 2015-07-11 Sat 06:45 AM |, Tuyosi Takesima wrote: > > Jul 11 15:20:52 aoiyuma postfix/smtpd[9635]: NOQUEUE: reject: RCPT from > e0109-114-22-25-247.uqwimax.jp[114.22.25.247]: 454 4.7.1 > : Relay access denied; from= > to= proto=SMTP helo= > The part "postfix/smtpd[9635]" means

Re: mail server on rental server , cannot send gmail.com

2015-07-11 Thread GDR!
On Sat, 11 Jul 2015 06:45:12 +0900 Tuyosi Takesima wrote: > Jul 11 15:20:52 aoiyuma postfix/smtpd[9635]: NOQUEUE: reject: RCPT > from e0109-114-22-25-247.uqwimax.jp[114.22.25.247]: 454 4.7.1 < > nakajin.fu...@gmail.com>: Relay access denied; > from= to= proto=SMTP > helo=< aoiyuma.mydns.jp> It d

Re: mail server on rental server , cannot send gmail.com

2015-07-10 Thread Tuyosi Takesima
thanks trondd . http://mxtoolbox.com/diagnostic.aspx says smtp:mail.openbsd.link Monitor This Unable to connect after 15 seconds. TestResult SMTP ConnectFailed To ConnectMore Info Session Transcript: Connecting to 157.7.244.194 7/10/2015 5:0

Re: mail server on rental server , cannot send gmail.com

2015-07-10 Thread trondd
On 2015-07-10 16:53, Tuyosi Takesima wrote: Hi ,all . i can send and recieve mail by using mail server on rental server . namely send to tuy...@openbsd.link recieve from tuy...@openbsd.link but now state , i cannot send mail to x...@gmail.com becase of relay host what

Re: mail server on rental server , cannot send gmail.com

2015-07-10 Thread Tuyosi Takesima
good advice. thanks Michael. tail /var/log/maillog is Jul 11 15:20:52 aoiyuma postfix/smtpd[9635]: warning: smtputf8_enable is true, but EAI support is not compiled in Jul 11 15:20:52 aoiyuma postfix/proxymap[20250]: warning: smtputf8_enable is true, but EAI support is not compiled in Jul 11 15

  1   2   3   >