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
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
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:
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
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
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
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:
>> >
>
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:
> >>
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
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
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
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
>
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
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
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
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
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?-- -
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
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
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
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
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
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
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
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
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
--
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!!
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 -
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
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
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
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
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
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
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
35 matches
Mail list logo