Re: Debian, Postfix, Dovecot, MySQL, and argon2 password hashing scheme?

2024-04-24 Thread Marco Moock
Am 25.04.2024 schrieb David Mehler : > Since changing systems to Debian 12.5 I can't send, though checking > the password with a manual login to Dovecot works fine. Sending mails is SMTP and therefore postfix on your machine. It can use PAM for auth. Do you use PAM?

Debian, Postfix, Dovecot, MySQL, and argon2 password hashing scheme?

2024-04-24 Thread David Mehler
Hello, I have a quick question. Can Debian, and/or it's Postfix/Dovecot/MySQL/MariaDB packages support the argon2 password hashing scheme? I had a previously-working e-mail setup on a *BSD system, utilizing the argon2ID scheme with Dovecot, Postfix, and MySQL. Since changing syste

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Charles Curley
On Fri, 20 Jan 2023 21:30:22 +0100 Sven Joachim wrote: > Wow. Looking into the BTS, I found bug #895089[1], changed "c_rehash" > to "openssl rehash" in /usr/lib/postfix/configure-instance.sh as > recommended there, and now "systemctl restart postfix.servi

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Max Nikulin
On 21/01/2023 01:55, Charles Curley wrote: root@white:~# ps aux | grep -i openssl root 4586 5.8 0.9 8256 2064 pts/3S+ 11:48 0:00 grep --colour=auto -i openssl root 4587 150 2.1 4720 ?R11:48 0:00 /usr/bin/openssl x509 -subject_hash_old -fingerprint

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Charles Curley
On Fri, 20 Jan 2023 21:30:22 +0100 Sven Joachim wrote: > Wow. Looking into the BTS, I found bug #895089[1], changed "c_rehash" > to "openssl rehash" in /usr/lib/postfix/configure-instance.sh as > recommended there, and now "systemctl restart postfix.s

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
On 2023-01-20 21:11 +0100, Sven Joachim wrote: > On 2023-01-20 20:45 +0100, Sven Joachim wrote: > >> My hunch is that postfix recomputes all the hashes in >> /var/spool/postfix/etc/ssl/certs, rather than copying the files from the >> host system into the chroot whi

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Christoph Brinkhaus
laptop > >> there are very long delays both at boot: > >> > >> , > >> | $ systemd-analyze blame | head -n1 > >> | 33.340s postfix@-.service > >> ` > > > > A delay that's a multiple of 30 seconds is very often a DNS look

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
88 4720 ? R 11:48 0:00 /usr/bin/openssl x509 >> -subject_hash_old -fingerprint -noout -in QuoVadis_Root_CA_2.pem > > Indeed I see many calls to openssl in top, apparently they are children > of a single c_rehash process. CPU load is low here, though (2-3 %). > >> I have n

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Jeffrey Walton
On Fri, Jan 13, 2023 at 11:37 AM Charles Curley wrote: > > I upgraded an i386 machine from bullseye to bookworm. Postfix now > refuses to run. > > root@white:/var/spool# systemctl start postfix@-.service > Job for postfix@-.service failed because a timeout was exceeded. >

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
ot_CA_2.pem Indeed I see many calls to openssl in top, apparently they are children of a single c_rehash process. CPU load is low here, though (2-3 %). > I have no idea what that's about. Maybe someone with SSL experience can > chime in here? My hunch is that postfix recomputes all t

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Charles Curley
On Fri, 20 Jan 2023 14:28:22 -0500 Greg Wooledge wrote: > More multiples of 30 seconds. I'm still thinking "DNS issue". In this case, laziness. The default timeout is 60 seconds. I added 30 to that. Then doubled it. Etc. That doesn't mean you are wrong. I'd like to know what that ssl command is

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Greg Wooledge
On Fri, Jan 20, 2023 at 11:55:35AM -0700, Charles Curley wrote: > My previous timeout vale was 180 seconds, which wasn't enough. So my > ancient anemic box needed between 180 and 360 seconds to start postfix. > (But see below.) More multiples of 30 seconds. I'm still thinking "DNS issue".

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
-analyze blame | head -n1 >> | 33.340s postfix@-.service >> ` > > A delay that's a multiple of 30 seconds is very often a DNS lookup > failure. I would imagine your postfix configuration is trying to > perform a DNS lookup on some hostname or other, and tha

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Charles Curley
xperience can chime in here? My previous timeout vale was 180 seconds, which wasn't enough. So my ancient anemic box needed between 180 and 360 seconds to start postfix. (But see below.) To repeat your commands: root@white:~# systemd-analyze blame | grep postfix 4min 24.559s postfix@-.se

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Greg Wooledge
On Fri, Jan 20, 2023 at 07:17:37PM +0100, Sven Joachim wrote: > It seems that postfix's startup time has greatly regressed, on my laptop > there are very long delays both at boot: > > , > | $ systemd-analyze blame | head -n1 > | 33.340s postfix@-.service > ` A

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Sven Joachim
On 2023-01-20 09:34 -0700, Charles Curley wrote: > On Fri, 13 Jan 2023 11:52:29 -0700 > Charles Curley wrote: > >> That suggests there's something wrong with >> the way systemd is starting postfix. I will look into that later >> today. > > Not quite &qu

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-20 Thread Charles Curley
On Fri, 13 Jan 2023 11:52:29 -0700 Charles Curley wrote: > That suggests there's something wrong with > the way systemd is starting postfix. I will look into that later > today. Not quite "later today", but: A bit of thinking about it, and I realized that the computer i

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-13 Thread Charles Curley
On Fri, 13 Jan 2023 12:00:31 -0500 Dan Ritter wrote: > Run the postfix executable by hand as root, and look for error > messages and log entries in /var/log/mail.log among other locations. Well, that was interesting. Thanks. In mail.log I found the following from an earlier run: 2

Re: Postfix fails after upgrade from bullseye to bookworm

2023-01-13 Thread Dan Ritter
Charles Curley wrote: > I upgraded an i386 machine from bullseye to bookworm. Postfix now > refuses to run. Run the postfix executable by hand as root, and look for error messages and log entries in /var/log/mail.log among other locations. -dsr-

Postfix fails after upgrade from bullseye to bookworm

2023-01-13 Thread Charles Curley
I upgraded an i386 machine from bullseye to bookworm. Postfix now refuses to run. root@white:/var/spool# systemctl start postfix@-.service Job for postfix@-.service failed because a timeout was exceeded. See "systemctl status postfix@-.service" and "journalctl -xeu postfix

Re: OT: Is postfix "easier" than exim4? (was: Re: Which MTA for from-based smarthost selection, local delivery and queuing?)

2022-09-08 Thread Michael Stone
On Thu, Sep 08, 2022 at 07:10:17AM -0400, rhkra...@gmail.com wrote: To people who have familiarity with both postfix and exim4, is postfix really easier (in a variety of senses) than exim4? LIke to install, setup, and use? IMO, yes. It's also easier to find solutions to problems o

Re: OT: Is postfix "easier" than exim4? (was: Re: Which MTA for from-based smarthost selection, local delivery and queuing?)

2022-09-08 Thread Jeremy Ardley
On 8/9/22 7:10 pm, rhkra...@gmail.com wrote: To people who have familiarity with both postfix and exim4, is postfix really easier (in a variety of senses) than exim4? LIke to install, setup, and use? I tried to set up postix back near the beginning of my Linux odyssey, maybe sometime between

OT: Is postfix "easier" than exim4? (was: Re: Which MTA for from-based smarthost selection, local delivery and queuing?)

2022-09-08 Thread rhkramer
ugh I find exim4 really big and difficult to apprehend. > It's incredibly easy using postfix sender_dependent_relayhost_maps To people who have familiarity with both postfix and exim4, is postfix really easier (in a variety of senses) than exim4? LIke to install, setup, and use? I t

[SOLVED] Re: postfix + gmail

2022-06-03 Thread D. R. Evans
t the fact that I had enabled auth in the main.cf file must mean that postfix was automagically going to use port 587 instead of port 25. Now I know better.) Doc -- Web: http://enginehousebooks.com/drevans

Re: postfix + gmail

2022-06-03 Thread IL Ka
able https://stafwag.github.io/blog/blog/2018/03/04/postfix-smarthost-with-authentication/ The best place to ask postfix questions is postfix mail list: https://www.postfix.org/lists.html Postfix developers answer there. You can try to debug and increase logging : https://www.postfix.org/DEBUG_R

postfix + gmail

2022-06-03 Thread D. R. Evans
I am trying to configure postfix correctly to send e-mail to a gmail.com account, using my gmail credentials. 1. It all works fine if I use Thunderbird, with the following configuration: server name: smtp.googlemail.com port:587 Connection security: STARTTLS Authentication

Re: Postfix configuration on Bullseye

2021-04-20 Thread Charles Curley
On Tue, 20 Apr 2021 08:51:29 +0100 Darac Marjal wrote: > On the upside, though, this is an allowlist of domains postfix will > accept mail for. If there are duplicates, it shouldn't REALLY make > much difference. Thanks for the analysis. I don't mind the duplicates, and th

Re: Postfix configuration on Bullseye

2021-04-20 Thread Darac Marjal
On 20/04/2021 00:08, Charles Curley wrote: > On installing on Bullseye, I usually install postfix, then configure it > with "dpkg-reconfigure postfix". > > I use postfix here only for logwatch and other system emails, so the > setup isn't concerned with the Internet

Postfix configuration on Bullseye

2021-04-19 Thread Charles Curley
On installing on Bullseye, I usually install postfix, then configure it with "dpkg-reconfigure postfix". I use postfix here only for logwatch and other system emails, so the setup isn't concerned with the Internet at large. The default list of systems to accept mail for doesn

Re: Preseeding Postfix for No configuration

2020-12-16 Thread David Wright
On Wed 16 Dec 2020 at 19:00:29 (+0100), Erik wrote: > On 16-12-2020 18:24, Dan Ritter wrote: > > Erik wrote: > > > I am doing an unattended install of Debian Buster with postfix being > > > added using apt-install in the preseed/late_command. > > > > > &g

Re: Preseeding Postfix for No configuration

2020-12-16 Thread Erik
On 16-12-2020 18:24, Dan Ritter wrote: Erik wrote: I am doing an unattended install of Debian Buster with postfix being added using apt-install in the preseed/late_command. Without a postfix preseed definition in my preeseed file, I get the expected question about what kind of mail

Re: Preseeding Postfix for No configuration

2020-12-16 Thread Dan Ritter
Erik wrote: > I am doing an unattended install of Debian Buster with postfix being > added using apt-install in the preseed/late_command. > > Without a postfix preseed definition in my preeseed file, I get the expected > question about what kind of mail configuration I would

Preseeding Postfix for No configuration

2020-12-16 Thread Erik
Hi, I am not sure where to go with this. It relates to postfix, but is not a problem with postfix itself. May one of you can help me along. I am doing an unattended install of Debian Buster with postfix being added using apt-install in the preseed/late_command. Without a postfix preseed

Re: postfix is dead

2020-07-13 Thread Pòl Hallen
myhostname = myhost.local really? I changed the name of mail server :) 1) uid of postfix user id postfix 119 Are there any issues in the log? journalctl _UID= output of journalctl _UID=199 it's normal thanks -- Pol

Re: postfix is dead

2020-07-13 Thread Henning Follmann
On Mon, Jul 13, 2020 at 09:12:28PM +0200, Pòl Hallen wrote: > Hi folks :-) > suddenly postfix is dead. Sometime after 1/2mins goes down... sometime > doesn't start... > > I already tried to reinstall with purge, delete config files, etc. but same > problem... > > h

postfix is dead

2020-07-13 Thread Pòl Hallen
Hi folks :-) suddenly postfix is dead. Sometime after 1/2mins goes down... sometime doesn't start... I already tried to reinstall with purge, delete config files, etc. but same problem... help me please :) here /etc/postfix/main.cf and above logs compatibility_leve

Re: ActiveSync Postfix

2020-06-01 Thread Gokan Atmaca
; You could then decide to drop squirrelmail, or simply continue using > that as well for email. > > MJ > > Op 30-5-2020 om 21:14 schreef Gokan Atmaca: > > Hello > > > > I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal > > is to sync

Re: ActiveSync Postfix

2020-06-01 Thread lists
21:14 schreef Gokan Atmaca: Hello I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal is to synchronize contacts and calendars. I have to do ActiveSync for this. How can I resolve ActiveSync ? Is there an open source solution ? Thanks.

Re: ActiveSync Postfix

2020-05-31 Thread Gokan Atmaca
M Charles Curley wrote: > > On Sat, 30 May 2020 22:14:12 +0300 > Gokan Atmaca wrote: > > > Hello > > > > I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal > > is to synchronize contacts and calendars. I have to do ActiveSync for > > th

Re: ActiveSync Postfix

2020-05-31 Thread Gokan Atmaca
native? On Sun, May 31, 2020 at 1:07 PM Alexandre Rossi wrote: > > Hi, > > > I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal > > is to synchronize contacts and calendars. I have to do ActiveSync for > > this. How can I resolve ActiveSync ? Is ther

Re: ActiveSync Postfix

2020-05-31 Thread Alexandre Rossi
Hi, > I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal > is to synchronize contacts and calendars. I have to do ActiveSync for > this. How can I resolve ActiveSync ? Is there an open source solution > ? Postfix does not support this. ActiveSync is a Microsoft

Re: ActiveSync Postfix

2020-05-30 Thread Charles Curley
On Sat, 30 May 2020 22:14:12 +0300 Gokan Atmaca wrote: > Hello > > I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal > is to synchronize contacts and calendars. I have to do ActiveSync for > this. How can I resolve ActiveSync ? Is there an open

Re: ActiveSync Postfix

2020-05-30 Thread deloptes
Gokan Atmaca wrote: > I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal > is to synchronize contacts and calendars. I have to do ActiveSync for > this. How can I resolve ActiveSync ? Is there an open source solution > ? look at syncevolution. I do not know abou

ActiveSync Postfix

2020-05-30 Thread Gokan Atmaca
Hello I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal is to synchronize contacts and calendars. I have to do ActiveSync for this. How can I resolve ActiveSync ? Is there an open source solution ? Thanks.

Re: Debian for PPC (was Re: New mobo with decent video? [Was: Re: How to tweak postfix from SMTP on 25 to SMTPS on 465?])

2020-03-09 Thread Kenneth Parker
Also, a special thanks to Reco for his contribution. I am learning from https://wiki.debian.org/PowerPC/ppc32 However, I got a "Not Found" error from https://archive.debian.org/ports/powerpc/ But I have an idea, based on the original Thread: Get the 32 Bit PPC Wheezy DVD. Again, thanks! On Mo

Re: Debian for PPC (was Re: New mobo with decent video? [Was: Re: How to tweak postfix from SMTP on 25 to SMTPS on 465?])

2020-03-09 Thread Echedey López Romero
El lun, 09-03-2020 a las 10:58 -0400, Kenneth Parker escribió: > > > On Mon, Mar 9, 2020, 8:46 AM Greg Wooledge > wrote: > > On Mon, Mar 09, 2020 at 05:11:29PM +1030, dva...@internode.on.net > > wrote: > > > $ more /etc/issue > > > Debian GNU/Linux 7 n l > > > > Yikes. > > > > > apt-get instal

Re: Debian for PPC (was Re: New mobo with decent video? [Was: Re: How to tweak postfix from SMTP on 25 to SMTPS on 465?])

2020-03-09 Thread Reco
Hi. On Mon, Mar 09, 2020 at 10:58:41AM -0400, Kenneth Parker wrote: > So how far back, in the Debian Archives do I need to go, before I find > something that supports a G4? [1] lists Powermac G4 in ppc32 list. [2] tells us, quoting "The last supported release for 32-bit PowerPC is Debian

Debian for PPC (was Re: New mobo with decent video? [Was: Re: How to tweak postfix from SMTP on 25 to SMTPS on 465?])

2020-03-09 Thread Kenneth Parker
On Mon, Mar 9, 2020, 8:46 AM Greg Wooledge wrote: > On Mon, Mar 09, 2020 at 05:11:29PM +1030, dva...@internode.on.net wrote: > > $ more /etc/issue > > Debian GNU/Linux 7 n l > > Yikes. > > > apt-get install of that fails with: > > Err http://ftp.au.debian.org/debian/ wheezy/main stunnel4 i386 > >

Re: New mobo with decent video? [Was: Re: How to tweak postfix from SMTP on 25 to SMTPS on 465?]

2020-03-09 Thread Greg Wooledge
On Mon, Mar 09, 2020 at 05:11:29PM +1030, dva...@internode.on.net wrote: > $ more /etc/issue > Debian GNU/Linux 7 n l Yikes. > apt-get install of that fails with: > Err http://ftp.au.debian.org/debian/ wheezy/main stunnel4 i386 > 3:4.53-1.1 >   404  Not Found [IP: 150.203.164.37 80] https://wiki

New mobo with decent video? [Was: Re: How to tweak postfix from SMTP on 25 to SMTPS on 465?]

2020-03-08 Thread dvalin
Apologies for this webmail thing not threading  - it doesn't have Richard Hector's reply, so this can only be a new post. :-( My postfix is:    mail_version = 2.9.6 , so the second method at http://www.postfix.org/TLS_README.html#client_smtps needs to be used. But I'm still o

Re: How to tweak postfix from SMTP on 25 to SMTPS on 465?

2020-03-08 Thread Richard Hector
On 9/03/20 5:25 pm, dva...@internode.on.net wrote: > > Outgoing mail is blocked here until I figure out how to adapt to my > ISP's move > from SMTP on port 25 to SMTPS on port 465 for subscriber's outgoing mail. >  For more than a decade I've run postfix, though an

How to tweak postfix from SMTP on 25 to SMTPS on 465?

2020-03-08 Thread dvalin
Outgoing mail is blocked here until I figure out how to adapt to my ISP's move from SMTP on port 25 to SMTPS on port 465 for subscriber's outgoing mail.  For more than a decade I've run postfix, though an MTA isn't essential for one user, I'll admit. Scouring a bunch of

Re: Permissions error with Postfix + Cyrus

2019-02-16 Thread Daniel Bareiro
On 15/2/19 13:59, Reco wrote: > Hi. Hi, Reco. Thanks for your reply. > Its' expected. /var/run is a symlink to /run, in-memory filesystem > (tmpfs). Which becomes empty after each reboot. > Every time you boot, systemd calls systemd-tmpfiles with the > following config: > > $ cat /usr/lib

Re: Permissions error with Postfix + Cyrus

2019-02-15 Thread Reco
Hi. On Fri, Feb 15, 2019 at 01:18:50PM -0300, Daniel Bareiro wrote: > But I have noticed that after doing a reboot I have this problem again. Its' expected. /var/run is a symlink to /run, in-memory filesystem (tmpfs). Which becomes empty after each reboot. Every time you boot, systemd cal

Permissions error with Postfix + Cyrus

2019-02-15 Thread Daniel Bareiro
Hi all! I am observing the following problem after the upgrade from Jessie to Stretch at the time of trying to deliver each mail: -- [/var/run/cyrus/socket/lmtp]: Permission denied -- The delivery is normalized after executing this command: -- # dpkg-statoverride --force

Postfix and clamav-milter fail

2018-07-18 Thread Tommy Berglund
After updating to the 9.5 version, I receive the following errors in mail.log. Jul 16 09:32:45 webmail postfix/scache[1318]: statistics: start interval Jul 16 09:28:33 Jul 16 09:32:45 webmail postfix/scache[1318]: statistics: domain lookup hits=0 miss=8 success=0% Jul 16 09:32:45 webmail

Postfix - sasl auth when password have colon

2018-05-26 Thread Kamil Jońca
I try to configure postfix machine act as smarthost i.e. --8<---cut here---start->8--- [...] sender_dependent_default_transport_maps=hash:/etc/postfix/sender_transport_maps smtp_sender_dependent_authentication = yes smtp_sasl_password_maps = hash:/etc/p

Re: postfix "delivery-date" - how to?

2018-04-25 Thread Kamil Jońca
l this, though, because the 1. Exim can do this, so why not postfix ;) I was simply curious. > standard set of Received: headers should give you a series of > timestamps that show the time it took for the message to make > its way across the Internet and to your mail server, Once it's >

Re: postfix "delivery-date" - how to?

2018-04-25 Thread Dan Ritter
On Tue, Apr 24, 2018 at 08:38:39PM +0200, Kamil Jońca wrote: > > Exim has a nice feature: it puts "Delivery-date" header when terminates > delivery to pipe/mailbox. > > Is it posible with postfix? It is possible, not necessarily convenient. Here's ho

postfix "delivery-date" - how to?

2018-04-24 Thread Kamil Jońca
Exim has a nice feature: it puts "Delivery-date" header when terminates delivery to pipe/mailbox. Is it posible with postfix? KJ -- http://wolnelektury.pl/wesprzyj/teraz/ Down with categorical imperative!

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-25 Thread Sven Hartge
Jonathan de Boyne Pollard wrote: > Sven Hartge: >> systemd happily runs "legacy" LSB init scripts >> > ... except when its one-size-fits-all approach does not work, of > course. Example: > * https://unix.stackexchange.com/questions/386846/ > This is the problem with even Mewburn rc scripts (a

Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-24 Thread Jonathan de Boyne Pollard
Sven Hartge: systemd happily runs "legacy" LSB init scripts ... except when its one-size-fits-all approach does not work, of course. Example: * https://unix.stackexchange.com/questions/386846/ This is the problem with even Mewburn rc scripts (as I can attest from personal experience of wr

Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-24 Thread Jonathan de Boyne Pollard
Tom Browder: # systemctl enable postfix # systemctl daemon-reload Minor note: enable incorporates a daemon-reload.

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-21 Thread Sven Hartge
Christian Seiler wrote: > Now, that doesn't mean that you should still write _new_ init scripts > for custom services if you're going to use systemd anyway. There it > will be a good idea to learn how to do that with native systemd > service units. Exactly. I was able to create much simpler and

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-21 Thread Christian Seiler
Am 2017-08-21 11:52, schrieb Tom Browder: On Mon, Aug 21, 2017 at 02:36 Sven Hartge wrote: Question: Why do you want to manually replace the init-script from postfix in Jessie with a systemd.unit? What do you want to accomplish by doing so (other than creating a possible broken system)? I

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-21 Thread Sven Hartge
e convoluted handling that I haven't >>> figured out yet. Surely some expert can write a postfix.service >>> file that drives postfix commands. >> Question: Why do you want to manually replace the init-script from >> postfix in Jessie with a systemd.unit? What do you w

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-21 Thread Tom Browder
figured > > out yet. Surely some expert can write a postfix.service file that > > drives postfix commands. ... > Question: Why do you want to manually replace the init-script from > postfix in Jessie with a systemd.unit? What do you want to accomplish by > doing so (other than

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-21 Thread Sven Hartge
Tom Browder wrote: > On Sun, Aug 20, 2017 at 12:30 Sven Hartge wrote: >> That unit file does effectivly nothing. It just starts "/bin/true" and >> exits. >> >> What it *not* does is starting postfix in any way. >> >> This looks like there should

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Tom Browder
On Sun, Aug 20, 2017 at 12:30 Sven Hartge wrote: > Tom Browder wrote: > > > The contents of the postfix.service file are; > ... > That unit file does effectivly nothing. It just starts "/bin/true" and > exits. > > What it *not* does is starting postfix

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Tom Browder
On Sun, Aug 20, 2017 at 12:30 Sven Hartge wrote: > Tom Browder wrote: > > > The contents of the postfix.service file are; > ... > > That unit file does effectivly nothing. It just starts "/bin/true" and > exits. > > What it *not* does is starting post

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Sven Hartge
Tom Browder wrote: > The contents of the postfix.service file are; > [Unit] > Description=Postfix Mail Transport Agent > Conflicts=sendmail.service exim4.service > ConditionPathExists=/etc/postfix/main.cf > [Service] > Type=oneshot > RemainAfterExit=yes > ExecStart=

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Tom Browder
On Sun, Aug 20, 2017 at 11:41 AM, Nicolas George wrote: > Le tridi 3 fructidor, an CCXXV, Tom Browder a écrit : >> So "disabled" is normal? > > Indeed. See: > > https://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/ch-Services_and_Daemons.html#s3-services-configuration-enabling I d

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Nicolas George
Le tridi 3 fructidor, an CCXXV, Tom Browder a écrit : > So "disabled" is normal? Indeed. See: https://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/ch-Services_and_Daemons.html#s3-services-configuration-enabling Regards, -- Nicolas George signature.asc Description: Digital s

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Tom Browder
On Sun, Aug 20, 2017 at 10:17 AM, Nicolas George wrote: > Le tridi 3 fructidor, an CCXXV, Tom Browder a écrit : >> > # systemctl start postfix >> > # systemctl status postfix >> > >> > and got several lines basically saying posfix.service

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Tom Browder
On Sun, Aug 20, 2017 at 10:17 Nicolas George wrote: > Le tridi 3 fructidor, an CCXXV, Tom Browder a écrit : > > > # systemctl start postfix > > > # systemctl status postfix > > > > > > and got several lines basically saying posfix.service w

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Nicolas George
Le tridi 3 fructidor, an CCXXV, Tom Browder a écrit : > > # systemctl start postfix > > # systemctl status postfix > > > > and got several lines basically saying posfix.service was disabled. > The exact message is: > > * postfix.service - Postfix Mail Tr

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Nicolas George
Le tridi 3 fructidor, an CCXXV, Tom Browder a écrit : > I got a postfix.service file from a postfix developer and installed it in > /etc/systemd/system as the docs mention. > > I then moved the /etc/init.d/postfix file away, reloaded the systemd > daemon, and did: > > # sy

Re: Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Tom Browder
On Sun, Aug 20, 2017 at 9:42 AM, Tom Browder wrote: > I got a postfix.service file from a postfix developer and installed it in > /etc/systemd/system as the docs mention. > > I then moved the /etc/init.d/postfix file away, reloaded the systemd daemon, > and did: > > # sy

Systemd: Error when replacing postfix LSB init with postfix.service on Debian 8 (jessie)

2017-08-20 Thread Tom Browder
I got a postfix.service file from a postfix developer and installed it in /etc/systemd/system as the docs mention. I then moved the /etc/init.d/postfix file away, reloaded the systemd daemon, and did: # systemctl start postfix # systemctl status postfix and got several lines basically

change to postfix from backports

2017-08-11 Thread mj
Hi, Quick question: I have a wheezy system (yes, we will upgrade) that needs a more recent postfix. Postfix 2.11 is in backports, and I would like to upgrade to that. We are using dovecot from the regular repo, and posfix authenticated to dovecot via sasl. Is it safe to upgrade from

Re: Debian 8: Postfix -> amavisd-new -> spamassassin -> Bayes : not scanning?

2017-07-10 Thread Frantisek Rysanek
I added > use_bayes_rules 1 > I started to get BAYES scores in the mail headers. > That's probably a good start :-) > > Thanks to everyone who has responded to reassure me :-) > > Frank > > > On 9 Jul 2017 at 23:26, debian-user@lists.debian.org wrote:

Re: Debian 8: Postfix -> amavisd-new -> spamassassin -> Bayes : not scanning?

2017-07-10 Thread Frantisek Rysanek
rd, I'm sending this same text to the > SpamAssassin "users" mailing list - I'm not technically > cross-posting, as that would probably earn me a bad > reputation (or a kick). > > I've just built a new mailserver based on Debian 8.8, > with Postfix + Cyrus. I

Re: Debian 8: Postfix -> amavisd-new -> spamassassin -> Bayes : not scanning?

2017-07-10 Thread tomas
w mailserver based on Debian 8.8, > > with Postfix + Cyrus. I have a long history of using > > [..] > > Any help would be much appreciated. > > Sorry man, this is off story. If i were you, i do not run email > servers. Because it is very hard work always. There are qui

Re: Debian 8: Postfix -> amavisd-new -> spamassassin -> Bayes : not scanning?

2017-07-09 Thread soyeomul
"Frantisek Rysanek" 께서 쓰시길, 《記事 全文 <59629f76.25660.58659...@frantisek.rysanek.post.cz> 에서》: > [...] > I've just built a new mailserver based on Debian 8.8, > with Postfix + Cyrus. I have a long history of using > [..] > Any help would be much appreciated.

Debian 8: Postfix -> amavisd-new -> spamassassin -> Bayes : not scanning?

2017-07-09 Thread Frantisek Rysanek
n (or a kick). I've just built a new mailserver based on Debian 8.8, with Postfix + Cyrus. I have a long history of using Amavis with SpamAssassin for SPAM filtering. On the newly installed machine, there is SpamAssassin 3.4.0-6 = the current version for Jessie. And within SpamAssassin, my

postfix-cluebringer problem

2016-12-01 Thread Gokan Atmaca
Hello I'm getting a table error. I got the database files from the site. Can you help with this ? Error: postfix-cluebringer[32765]: [2016/12/01-20:04:28 - 306] [CORE] ERROR: Database query failed: cbp::dblayer::DBSelect(107): Error executing select: Table 'policyd.access_control'

Re: Configuring Postfix

2016-10-11 Thread Henning Follmann
On Tue, Oct 11, 2016 at 06:24:35PM +0200, David FREYCHE wrote: > Hello, > > I am new on the list and using a debian distribution 8.0 Jessie with > E-commerce CMS prestashop installed. > > > Here is the facts: > > I receive spam on my mail queue (postqueue) > I a

Configuring Postfix

2016-10-11 Thread David FREYCHE
Hello, I am new on the list and using a debian distribution 8.0 Jessie with E-commerce CMS prestashop installed. Here is the facts: I receive spam on my mail queue (postqueue) I already configured postfix with amavis for content filter which works fine I want to block sending my from a

Re: postfix mail filtering

2016-09-01 Thread Joe
re > is no Sieve plugin for it. I shudder at reconfiguring the system for > Dovecot! > > Thanks for giving me another keyword (sieve) to search! > > I don't know anything about Postfix, but I'd have thought that the job of dropping sorted mail into different Ma

Re: postfix mail filtering

2016-09-01 Thread Tony van der Hoff
On 31/08/16 15:02, Dan Ritter wrote: On Wed, Aug 31, 2016 at 01:21:13PM +0100, Tony van der Hoff wrote: Hi list, I'm running postfix under Wheezy on my VPS, using a more or less out-of-the-box configuration. My users access their mail via IMAP. I subscribe to a number of mail lists, su

Re: postfix mail filtering

2016-09-01 Thread Tony van der Hoff
On 31/08/16 13:33, Perry E. Metzger wrote: On Wed, 31 Aug 2016 13:21:13 +0100 Tony van der Hoff wrote: So, I'd like to perform the filtering on the server (for my user initially, then perhaps for others). My extensive googling reveals that there are many tutorials for filtering spam, but that's

Re: postfix mail filtering

2016-08-31 Thread Dan Ritter
On Wed, Aug 31, 2016 at 01:21:13PM +0100, Tony van der Hoff wrote: > Hi list, > > I'm running postfix under Wheezy on my VPS, using a more or less > out-of-the-box configuration. My users access their mail via IMAP. > > I subscribe to a number of mail lists, such as th

Re: postfix mail filtering

2016-08-31 Thread Perry E. Metzger
On Wed, 31 Aug 2016 13:21:13 +0100 Tony van der Hoff wrote: > So, I'd like to perform the filtering on the server (for my user > initially, then perhaps for others). My extensive googling reveals > that there are many tutorials for filtering spam, but that's not > really my problem. What you're

postfix mail filtering

2016-08-31 Thread Tony van der Hoff
Hi list, I'm running postfix under Wheezy on my VPS, using a more or less out-of-the-box configuration. My users access their mail via IMAP. I subscribe to a number of mail lists, such as this one. I currently use Thunderbird's filtering capability to sort mail into a

Re: Getting fqdn, postfix, Comcast to all play nice together

2016-08-26 Thread John T. Haggerty
On Fri, Aug 26, 2016 at 7:08 PM, Mark Fletcher wrote: > > > On Sat, Aug 27, 2016 at 8:38 AM John T. Haggerty > wrote: > >> Any thoughts for or against Amazon? >> >> > Please don't top post on this list, it breaks up the flow of the thread > for people who read the thread after it's finished. The

Re: Getting fqdn, postfix, Comcast to all play nice together

2016-08-26 Thread Mark Fletcher
On Sat, Aug 27, 2016 at 8:38 AM John T. Haggerty wrote: > Any thoughts for or against Amazon? > > Please don't top post on this list, it breaks up the flow of the thread for people who read the thread after it's finished. The primary purpose of the list is to get your questions answered, but the

Re: Getting fqdn, postfix, Comcast to all play nice together

2016-08-26 Thread John T. Haggerty
gt;I have the following issue (seems to be common although my details seem > >to > >differ): > > > >1. I recently registered a new domain as WWW.whatever.org or whatever. > > > >2. Postfix gets installed. > > > >3. "Internet site " is enabled

Re: Getting fqdn, postfix, Comcast to all play nice together

2016-08-26 Thread John T. Haggerty
day, August 25, 2016 at 4:20:05 AM UTC-5, John T. Haggerty wrote: > > I have the following issue (seems to be common although my details seem > to differ): > > > > 1. I recently registered a new domain as WWW.whatever.org or whatever. > > > > 2. Postfix gets insta

Re: Getting fqdn, postfix, Comcast to all play nice together

2016-08-26 Thread emetib
On Thursday, August 25, 2016 at 4:20:05 AM UTC-5, John T. Haggerty wrote: > I have the following issue (seems to be common although my details seem to > differ): > > 1. I recently registered a new domain as WWW.whatever.org or whatever. > > 2. Postfix gets installed. > >

Re: Getting fqdn, postfix, Comcast to all play nice together

2016-08-26 Thread メット
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2016年8月25日 18:15:48 JST, "John T. Haggerty" wrote: >I have the following issue (seems to be common although my details seem >to >differ): > >1. I recently registered a new domain as WWW.whatever.org or whatever. >

  1   2   3   4   5   6   7   8   9   10   >