Hi Postfix Users!
I decided to write a bash script for extracting recipients from Windows
Active Directory for a Postfix box in front of Exchange.
I realise there are other scripts out there but wanted to give it a try
myself as part of me learning more about scripting and the command line.
* James Robertson wrote:
> I decided to write a bash script for extracting recipients from Windows
> Active Directory for a Postfix box in front of Exchange.
[...]
> $LDAPSEARCH -x -h $LDAPHOST -D $LDAPUSER -w $LDAPPASS -b $LDAPBASE \
> '(proxyAddresses=*)' 2>$ERRORLOG | $GREP -f $RELAYDOMAINS
Running postfix 2.6
I have mail accounts at 'hotmail' and 'yahoo'. I would like to use
fetchmail to retrieve mail from those accounts and relay it to postfix.
Now, I was thinking that I could use 'virtual' for that.
The virtual file:
m...@yahoo.com me
m...@hotmail.comme
I would then p
Hallo Gerard,
* Gerard wrote:
> Running postfix 2.6
>
> I have mail accounts at 'hotmail' and 'yahoo'. I would like to use
> fetchmail to retrieve mail from those accounts and relay it to postfix.
>
> Now, I was thinking that I could use 'virtual' for that.
You can do this with fetchmail. "use
* Stefan Förster :
> * James Robertson wrote:
> > I decided to write a bash script for extracting recipients from Windows
> > Active Directory for a Postfix box in front of Exchange.
> [...]
> > $LDAPSEARCH -x -h $LDAPHOST -D $LDAPUSER -w $LDAPPASS -b $LDAPBASE \
> > '(proxyAddresses=*)' 2>$ER
I am attempting to set up Postfix to accept mail from 'fetchmail' I
continually receive this error in the mail log:
/var/log/maillog:
Jun 14 08:14:25 scorpio postfix/smtpd[74871]: connect from localhost[127.0.0.1]
Jun 14 08:14:25 scorpio postfix/smtpd[74871]: warning:
xsasl_cyrus_server_get_mech
On Sunday, June 14, 2009 at 14:57 CEST,
Gerard wrote:
> I am attempting to set up Postfix to accept mail from 'fetchmail' I
> continually receive this error in the mail log:
>
> /var/log/maillog:
>
> Jun 14 08:14:25 scorpio postfix/smtpd[74871]: connect from
> localhost[127.0.0.1]
> Jun 1
Subject: trivial-rewrite warning although mydestination is empty
Hello Postfix users!
A few days ago I modified the configuration of my Postfix 2.6.2 mail
server. Now I am just using the virtual addressing system of Postfix
(virtual_alias* and virtual_mailbox*) and two transports for delivering
i
On Sun, 14 Jun 2009 15:20:56 +0200
Magnus Bäck wrote:
>On Sunday, June 14, 2009 at 14:57 CEST,
> Gerard wrote:
>
>> I am attempting to set up Postfix to accept mail from 'fetchmail' I
>> continually receive this error in the mail log:
>>
>> /var/log/maillog:
>>
>> Jun 14 08:14:25 scorpio p
On Sunday, June 14, 2009 at 16:25 CEST,
Gerard wrote:
> On Sun, 14 Jun 2009 15:20:56 +0200
> Magnus Bäck wrote:
[...]
> > Postfix. But why have you enabled server-side SASL when you're not
> > using it? There was no permit_sasl_authenticated in your "postconf -n"
> > output, so unless yo
Hi, everyone
when I configure my Postfix to accept only SMTP AUTH through of a TLS
Session, just credencials (user and password) are send through this session,
right?
After this, with client authenticated, the message pass clear?
To pass the message encrypted, what I need to do?
References in f
On Sunday, June 14, 2009 at 20:13 CEST,
Eduardo Júnior wrote:
> when I configure my Postfix to accept only SMTP AUTH through of a TLS
> Session, just credencials (user and password) are send through this
> session, right?
No.
> After this, with client authenticated, the message pass clear?
Hi,
On Fri, May 29, 2009 at 11:25 PM, Barney Desmond wrote:
> 2009/5/30 Eduardo Júnior :
> > On Thu, May 28, 2009 at 11:15 PM, Sahil Tandon wrote:
> >>
> >> What is your definition of 'disable' in this context?
> >
> > In my context, disable a domain would be leave it suspended.
> > Become it in
Bernd Lommerzheim wrote:
Subject: trivial-rewrite warning although mydestination is empty
Hello Postfix users!
A few days ago I modified the configuration of my Postfix 2.6.2 mail
server. Now I am just using the virtual addressing system of Postfix
(virtual_alias* and virtual_mailbox*) and two
Hello,
I used to have a working setup where all outgoing mail, including
mailman, was being signed. However, I decided to stop using maia for
content scanning (most of my mail is variuos subscriptions sent to
outside users) and just sign the outgoing mail with DKIM.
So I changed the entry in
15 matches
Mail list logo