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 the spurious comma is pr

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 at large. > > The default list

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't look right to me:

Re: Postfix configuration (mail to root)

2006-10-01 Thread Andrei Popescu
Magnus Therning <[EMAIL PROTECTED]> wrote: > On Sat, Sep 30, 2006 at 22:55:35 +0300, Andrei Popescu wrote: > [..] > >Ok, but it works for me. If I send mail to root (without @localhost), > >then my user receives it (according /etc/aliases). If I send mail to a > >real internet address then postfix

Re: Postfix configuration (mail to root)

2006-09-30 Thread Magnus Therning
On Sat, Sep 30, 2006 at 22:55:35 +0300, Andrei Popescu wrote: [..] >Ok, but it works for me. If I send mail to root (without @localhost), >then my user receives it (according /etc/aliases). If I send mail to a >real internet address then postfix takes care of the proper rewriting >so that my smarth

Re: Postfix configuration (mail to root)

2006-09-30 Thread Andrei Popescu
Magnus Therning <[EMAIL PROTECTED]> wrote: > At first [EMAIL PROTECTED] didn't work, now it does. That's a difference. > > Mail sent to root by cron is still delivered to my.remote.host so the > difference is of little use. Here is my complete config: omnibook:~# postconf -n alias_database = h

Re: Postfix configuration (mail to root)

2006-09-30 Thread Magnus Therning
On Sat, Sep 30, 2006 at 22:42:59 +0300, Andrei Popescu wrote: >Magnus Therning <[EMAIL PROTECTED]> wrote: > >> On Sat, Sep 30, 2006 at 20:36:34 +0300, Andrei Popescu wrote: >> [..] >> >You can do this with rewriting. I just set this up today so its fresh >> >:) >> > >> >/etc/postfix/main.cf: >> > >

Re: Postfix configuration (mail to root)

2006-09-30 Thread Andrei Popescu
Magnus Therning <[EMAIL PROTECTED]> wrote: > On Sat, Sep 30, 2006 at 20:25:51 +0100, Magnus Therning wrote: > >On Sat, Sep 30, 2006 at 20:36:34 +0300, Andrei Popescu wrote: > >[..] > >>You can do this with rewriting. I just set this up today so its fresh > >>:) > >> > >>/etc/postfix/main.cf: > >>

Re: Postfix configuration (mail to root)

2006-09-30 Thread Andrei Popescu
Magnus Therning <[EMAIL PROTECTED]> wrote: > On Sat, Sep 30, 2006 at 20:36:34 +0300, Andrei Popescu wrote: > [..] > >You can do this with rewriting. I just set this up today so its fresh > >:) > > > >/etc/postfix/main.cf: > > > > smtp_generic_maps = hash:/etc/postfix/generic > > > >then create

Re: Postfix configuration (mail to root)

2006-09-30 Thread Magnus Therning
On Sat, Sep 30, 2006 at 20:25:51 +0100, Magnus Therning wrote: >On Sat, Sep 30, 2006 at 20:36:34 +0300, Andrei Popescu wrote: >[..] >>You can do this with rewriting. I just set this up today so its fresh >>:) >> >>/etc/postfix/main.cf: >> >> smtp_generic_maps = hash:/etc/postfix/generic >> >>t

Re: Postfix configuration (mail to root)

2006-09-30 Thread Magnus Therning
On Sat, Sep 30, 2006 at 20:36:34 +0300, Andrei Popescu wrote: [..] >You can do this with rewriting. I just set this up today so its fresh >:) > >/etc/postfix/main.cf: > > smtp_generic_maps = hash:/etc/postfix/generic > >then create /etc/postfix/generic with something like this: > > [EMA

Re: Postfix configuration (mail to root)

2006-09-30 Thread Andrei Popescu
Magnus Therning <[EMAIL PROTECTED]> wrote: > On Fri, Sep 29, 2006 at 20:07:18 +0300, Andrei Popescu wrote: > >Magnus Therning <[EMAIL PROTECTED]> wrote: > > > >> >This is how I've configured it: > >> > > >> > % cat /etc/mailname > >> > my.remote.host > > > >> > % hostname -f > >> > my.local.host >

Re: Postfix configuration (mail to root)

2006-09-30 Thread Magnus Therning
On Fri, Sep 29, 2006 at 20:07:18 +0300, Andrei Popescu wrote: >Magnus Therning <[EMAIL PROTECTED]> wrote: > >> >This is how I've configured it: >> > >> > % cat /etc/mailname >> > my.remote.host > >> > % hostname -f >> > my.local.host > >Maybe I'm wrong, but it seems to me that /etc/mailname should

Re: Postfix configuration (mail to root)

2006-09-29 Thread Andrei Popescu
Magnus Therning <[EMAIL PROTECTED]> wrote: > >This is how I've configured it: > > > > % cat /etc/mailname > > my.remote.host > > % hostname -f > > my.local.host Maybe I'm wrong, but it seems to me that /etc/mailname should also be 'my.local.host' HTH Andrei -- If you can't explain it simply, y

Re: Postfix configuration (mail to root)

2006-09-29 Thread Magnus Therning
On Fri, Sep 29, 2006 at 15:23:25 +0100, Magnus Therning wrote: >I'm having problems with sending emails to root on my machines at work. >My mail setup is a little strange, I suppose, but not too weird, I think >:-) > >I defer all sending of email. Postfix uses a relayhost of >localhost:2300 and my

Postfix configuration (mail to root)

2006-09-29 Thread Magnus Therning
I'm having problems with sending emails to root on my machines at work. My mail setup is a little strange, I suppose, but not too weird, I think :-) I defer all sending of email. Postfix uses a relayhost of localhost:2300 and my user has a cronjob that sets up an ssh tunnel to a remote host, my.r

postfix configuration

2006-03-11 Thread Joseph Smidt
I am trying to get postfix to connect to BYU's smtp server nm.byu.edu an to be honest despite all the documentation I have read I can't figure out how to do it.  It requires a password and you always have to use encryption.   Is there any package in Debian that helps you configure postfix?-- -

Re: Postfix configuration

2005-08-08 Thread [EMAIL PROTECTED]
Uwe Dippel wrote: On Sun, 07 Aug 2005 10:18:02 +1000, [EMAIL PROTECTED] wrote: Postfix is not one single package. For example I have (dpkg-query -- list | grep postfix): postfix2.1.5-9A high-performance mail transport agent postfix-doc2.1.5-9Postfix documentation p

Re: Postfix configuration

2005-08-07 Thread Carl Fink
On Mon, Aug 08, 2005 at 12:34:23AM +0800, Uwe Dippel wrote: > Another effort: where, in which package, can I find the complete set of > option files, please ? Speaking as another Debian and Postfix admin: none. I just copied the example from the docs into /etc, and then edited that. You're rig

Re: Postfix configuration

2005-08-07 Thread Uwe Dippel
On Sun, 07 Aug 2005 10:18:02 +1000, [EMAIL PROTECTED] wrote: > Postfix is not one single package. For example I have (dpkg-query -- > list | grep postfix): > postfix2.1.5-9A high-performance mail transport agent > postfix-doc2.1.5-9Postfix documentation > postfix-mysql

Re: Postfix configuration

2005-08-06 Thread [EMAIL PROTECTED]
Uwe Dippel wrote: To me it quite strange. Did it on vanilla postfix; but here, on Debian, it is quite strange to me. Usually I expect plenty of config files in /etc/postfix; with many options in main.cf. In Debian, there are very little. I understand that someone has decided to make it simpler. B

Postfix configuration

2005-08-06 Thread Uwe Dippel
To me it quite strange. Did it on vanilla postfix; but here, on Debian, it is quite strange to me. Usually I expect plenty of config files in /etc/postfix; with many options in main.cf. In Debian, there are very little. I understand that someone has decided to make it simpler. But actually, it is w

Re: postfix configuration: SOLVED

2004-07-01 Thread paunoga
On Thursday 01 July 2004 19:37, Dennis Stosberg wrote: > Am 01.07.2004 um 19:15 schrieb Dennis Stosberg: > > This will cause postfix to rewrite the sender address in all mails > > coming from your localuser to [EMAIL PROTECTED] > > To make "mail" use your correct real name, make sure to have it set

Re: postfix configuration

2004-07-01 Thread Dennis Stosberg
Am 01.07.2004 um 19:15 schrieb Dennis Stosberg: > This will cause postfix to rewrite the sender address in all mails > coming from your localuser to [EMAIL PROTECTED] To make "mail" use your correct real name, make sure to have it set in your /etc/passwd. Each user can change this information hi

Re: postfix configuration

2004-07-01 Thread Dennis Stosberg
Am 01.07.2004 um 12:24 schrieb Pau Novella: > Now I had found out that I can modify the name and adress using differents > options in the MUA, but I would like to have the corrects ones fixed in the > postfix configuration. > > Can anybody help me? Use sender_canonical

postfix configuration

2004-07-01 Thread Pau Novella
o result. Now I had found out that I can modify the name and adress using differents options in the MUA, but I would like to have the corrects ones fixed in the postfix configuration. Can anybody help me? Thanks!! -- Pau Novella Garijo IFIC tel: +34 963543722 mobil: +34 661822559 --

postfix configuration

2004-07-01 Thread paunoga
th no result. Now I had found out that I can modify the name and adress using differents options in the MUA, but I would like to have the corrects ones fixed in the postfix configuration. Can anybody help me? Thanks!!

Re: Struggling with Postfix configuration

2004-02-02 Thread Derrick 'dman' Hudson
On Sun, Feb 01, 2004 at 10:59:21AM +, Alan Chandler wrote: | On Sunday 01 February 2004 9:46 am, Rob Weir wrote: | > | > You need to run "postmap /etc/aliases" or "newaliases" after changing | > that file. Or any other that postfix uses as a hash: directive. | | Actually I had done all that -

Re: Struggling with Postfix configuration

2004-02-01 Thread Alan Chandler
On Sunday 01 February 2004 9:46 am, Rob Weir wrote: > > You need to run "postmap /etc/aliases" or "newaliases" after changing > that file. Or any other that postfix uses as a hash: directive. Actually I had done all that - but the problem was that "kanger.home" wasn't being recognised as part of

Re: Struggling with Postfix configuration

2004-02-01 Thread Rob Weir
On Sun, Feb 01, 2004 at 01:14:31AM +, Alan Chandler said > On Saturday 31 January 2004 11:39 pm, you wrote: > > On Sat, Jan 31, 2004 at 11:23:54PM +, Alan Chandler wrote: > > > I was hoping that mail to [EMAIL PROTECTED] gets delivered locally, but it > > > seems to being sent via the defau

Re: Struggling with Postfix configuration

2004-01-31 Thread Alan Chandler
On Saturday 31 January 2004 11:39 pm, you wrote: > On Sat, Jan 31, 2004 at 11:23:54PM +, Alan Chandler wrote: > > I was hoping that mail to [EMAIL PROTECTED] gets delivered locally, but it > > seems to being sent via the default transport (which is set to deliver to > > the smtp server of my IS

Struggling with Postfix configuration

2004-01-31 Thread Alan Chandler
I have decided to switch from exim to postfix - but am struggling with a couple of parameters I am sitting on a local lan behind a NAT gateway, so most of my machines have names of the form *.home externally I appear to be the chandlerfamily.org.uk domain. I have set the basic parameters as f

PostFix Configuration.

2001-04-24 Thread Daniel Doro Ferrante
Hi Folks, I just upgraded to 2.2r3 and just installed PostFix (in place of exim). However, I having a little trouble configuring it... :( I tried all the manpages/HOWTOs and the online documentation that i could find... Anybody has any source of docs or would give me a little hel

Need some help with Cyrus/Postfix configuration

2000-12-19 Thread Chris Mason
I've installed posfix and Cyrus useing the debs, and both appear to run fine. I can connect to the IMAP port and create folders in my user account from another workstation. I was able to pop mail fine, postfix was deliving properly to my unix account. Now I have modified /etc/postfix/main.cf to unc

Re: Postfix configuration

2000-06-01 Thread Mark Brown
On Wed, May 31, 2000 at 07:30:06PM -0400, S. Salman Ahmed wrote: > May 31 19:14:33 phoenix postfix/qmgr[8904]: 1EE76FF50: from=<[EMAIL > PROTECTED]>, size=18246 (queue active) > I had commented the two lines in /etc/postfix/master.cf that started > with smtp hoping to fix this problem but it stil