[pfx] Re: postfix database, aliases, permissions, configuration issue, help requested, perplexed

2023-07-22 Thread Wietse Venema via Postfix-users
David Mehler via Postfix-users: > Hello, > > Thanks everyone for the feedback. > > I've commented out proxy_read_maps which seems to have done it, > postfix/local isn't trying to get in to things and aliases are > working, though I'm not sure if the perms there are right, 755 > root:root on /etc/

[pfx] Re: postfix database, aliases, permissions, configuration issue, help requested, perplexed

2023-07-22 Thread David Mehler via Postfix-users
Hello, Thanks everyone for the feedback. I've commented out proxy_read_maps which seems to have done it, postfix/local isn't trying to get in to things and aliases are working, though I'm not sure if the perms there are right, 755 root:root on /etc/postfix/sql and 644 root:root on the various .cf

[pfx] Re: postfix database, aliases, permissions, configuration issue, help requested, perplexed

2023-07-20 Thread Viktor Dukhovni via Postfix-users
On Thu, Jul 20, 2023 at 08:45:46AM -0400, David Mehler via Postfix-users wrote: > Thank you for your reply. My apologies, I thought these issues were > all possibly interrelated. > > To the first issue the postfix process dying. Quite possibly, the right formulation is "exiting as expected", rat

[pfx] Re: postfix database, aliases, permissions, configuration issue, help requested, perplexed

2023-07-20 Thread Bastian Blank via Postfix-users
On Wed, Jul 19, 2023 at 11:23:53PM -0400, Viktor Dukhovni via Postfix-users wrote: > > #systemctl status postfix > > ? postfix.service - Postfix Mail Transport Agent > > Loaded: loaded (/lib/systemd/system/postfix.service; enabled; preset: > > e> > > Active: active (exited) since Wed 20

[pfx] Re: postfix database, aliases, permissions, configuration issue, help requested, perplexed

2023-07-20 Thread David Mehler via Postfix-users
Hello, Thank you for your reply. My apologies, I thought these issues were all possibly interrelated. To the first issue the postfix process dying. I looked at the service startup definition on my debian 12 system that's in /lib/systemd/system/postfix.service I believe this is the section with th

[pfx] Re: postfix database, aliases, permissions, configuration issue, help requested, perplexed

2023-07-19 Thread Viktor Dukhovni via Postfix-users
On Wed, Jul 19, 2023 at 06:03:17PM -0400, David Mehler via Postfix-users wrote: > I'm trying to migrate to a new setup, Debian 12 with Postfix 3.7 and > Dovecot 2.3 using virtual mailbox domains. There are no local everyone > is virtual. The first problem I'm seeing is the Postfix process is > exi

Re: postfix database

2009-04-28 Thread Wietse Venema
tom lee: > Hello, > I use Postfix Maildir for saving storing the incoming emails. I also > use procmail to deliver the emails to a different directory every day. > I were told my co-worker that I cannot remove the emails and directory > without stopping postfix first. Otherwise, it will cause corru

Re: postfix database

2009-04-28 Thread Victor Duchovni
On Tue, Apr 28, 2009 at 12:51:10PM -0700, tom lee wrote: > here is my /etc/procmailrc file: > > DATE=`date -u "+%Y-%m-%d"` > MYINBOX="$HOME/Maildir/$DATE/" > :0 > $MYINBOX > > it will deliver email to $MYINBOX every day with different directory name. > I will then tar and remove all emails and

Re: postfix database

2009-04-28 Thread tom lee
On Tue, Apr 28, 2009 at 12:39 PM, Victor Duchovni wrote: > On Tue, Apr 28, 2009 at 12:24:21PM -0700, tom lee wrote: > >> I use Postfix Maildir for saving storing the incoming emails. > > >> I also >> use procmail to deliver the emails to a different directory every day. > > What (technical detail)

Re: postfix database

2009-04-28 Thread Victor Duchovni
On Tue, Apr 28, 2009 at 12:24:21PM -0700, tom lee wrote: > I use Postfix Maildir for saving storing the incoming emails. > I also > use procmail to deliver the emails to a different directory every day. What (technical detail) do you mean when you say this? > I were told my co-worker that I ca