For 20€ the 3070A is a very good deal, doesn’t die, doesn’t complain about anything. I’ve had mine for more than 10 years. A friend bought about more recently also good.
HP Smart Tank Plus 555 Wireless now sells for 179,90€ and has the same concept. A great product anyone looking for a new printer.
Alternatively you can get a second hand HP 3070A (Wifi, Scanner, Airprint) for around 20€ and use refillable cartridges. Or just unbranded ones that sell for cheap. The thing I like about this particular model is that the cartridges just hold ink there’s not much hardware like other models, no print-head in the cartridge itself, just a simple chip that china has cloned perfectly.
https://excalidraw.com/ seems a like a nice tool for a home job.
Time to Debian XD
I plan to someday look at the Baikal code seriously and fix the invite mess. It seems it simply isn’t evaluating every well changes and not sending the appropriate invites.
My experience with NextCloud is mostly JS errors and… https://lemmy.world/comment/346174 I can’t recommend it to anyone.
+1 on Baikal, way better than Nextcloud except for invites. There are some details that don’t work as expected with inviting people and changing invites afterwards.
Dovecot + Postfix + Rspamd can do it. Instead of pulling emails you can simply forward those providers to your homeserver account. You may also setup Postfix in a way that would allow you to use our @gmail @hotmail addresses as “from” addresses / aliases to your local account and it will automatically submit the email through the provider SMTP server when you send something.
If you really want to pull email instead of setting up forwards (have your server offline more time and whatnot) there are a few options:
To route the outgoing email through the right provider / external SMTP server based on the “from” address you may configured it like this:
smtp_sasl_auth_enable = yes
smtp_sender_dependent_authentication = yes
smtp_sasl_password_maps = mysql:/etc/postfix/virtual/mysql-external-alias-credentials.cf
sender_dependent_relayhost_maps = mysql:/etc/postfix/virtual/mysql-external-alias-relay-hosts.cf
smtp_sasl_security_options = noanonymous
mysql-external-alias-credentials.cf:
user = XXXXX
password = XXXXXX
hosts = 127.0.0.1
dbname = mailserver
query = SELECT concat(relay_user, ':', relay_passwd) AS credential FROM `Virtual_Alias_External` WHERE alias='%s' AND active = 1;
mysql-external-alias-relay-hosts.cf:
user = XXXXX
password = XXXXXX
hosts = 127.0.0.1
dbname = mailserver
query = SELECT relay_host AS transport FROM `Virtual_Alias_External` WHERE alias='%s' AND active = 1;
MySQL table structure:
CREATE TABLE `Virtual_Alias_External` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`alias` varchar(70) NOT NULL,
`owner` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`active` tinyint(1) NOT NULL DEFAULT 0,
`relay_host` varchar(70) NOT NULL DEFAULT '',
`relay_user` varchar(70) NOT NULL,
`relay_passwd` varchar(70) NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPACT;
Create an entry like this:
alias: [email protected]
owner: [email protected]
active: 1
relay_host: [smtp.gmail.com]:587
relay_user: [email protected]
relay_passwd: your-gmail-password-or-app-password
Now when you send and email and the from
is set as your-emai@gmail.com
Postfix will route the email through Gmail’s SMTP server with credential stored on that table. If done correctly (smtpd_sasl_authenticated_header = no
) no references to local-email-address@homeserver.example.org
will show up on the email headers.
Move to ----> systemd-networkd
😉 . Btw check your system isn’t also running something systemd-resolved
that you probably will want to disable as you are using NM.
Well partial sync is the only thing you can say that is an advantage… but frankly you can emulate with in Syncthing with exclusion patterns. I “hate” Nextcloud because it eventually failed in all deploys I made with it. They don’t even get right a simple WYSIWYG editor. As I said before I re-try Nextcloud from time to time, and I would love very much to see it succeed and replace all the other tools I use, but it doesn’t deliver on the promise. At least not for the numbers of users I have.
What logic does it have to advertise your solution as an alternative to MS365 / Google Workplace if they can’t even deliver a properly working and useful webmail? The WYSIWYG is broken, you can’t resize the window to make it bigger and some other annoying details. And then there are always constant complaints of others about losing all data on upgrades (I haven’t experienced this but still).
LXC is way more resource intensive and actually systemd had containers for a very long time… not to forget that if you use those you don’t need to install one more thing :)
I tired bare metal and docker, it’s shit and I’m not the only one complaining so I’ll assume you’ve been lucky so far. Either way you can’t deny that the UI is a piece of crap and my “personal favorite” is the webmail UI that can’t even WYSIWYG properly.
That’s normal
Ahaha. The current state of software development and what people accept as normal is just mind-boggling. And no, it’s not “normal” nor “ok”, it slows down things and the UI sometimes crashes with more data.
Congrats for keeping your setup simple!
Sure it is… especially when you start to have tons of JavaScript erros in your browser console :D Now seriously, have a look at this: https://lemmy.world/comment/346174
😂 😂 😂 god damn it. You took so long.
Yes, feature and price wise that would be the best decision… but I kinda feed bad trashing a perfectly good machined aluminum piece just because of a bulb. :(
That’s what I’ve been doing but… https://lemmy.world/comment/2990793
That isn’t a lie, but second hand, at that price point and as it prints well… can’t argue with it.