st doing a euid
change to uid of virtual_uid_maps is not enough to do the initial create
of first directory.
Obviously a solution to this is for enduser to create the first directory
ahead of time, but this should really be done server side.
Dan.
fails under effective UID first time, then add if statement to
change effective uid to root, make first directory, chown it to effective
user id, then repeat.
Dan.
On Tue, 30 Nov 2010, Brian Evans - Postfix List wrote:
On 11/30/2010 11:49 AM, Dan wrote:
On freebsd 8.0: standard instal
tfix+mysql+courier imap. Have most of it
implemented now, just a couple quirks to workout :) Love to hear from
anyone else's experiences with the setup with many users, as I am comming
from the qmail+vpopmail days...
Dan.
On Tue, 30 Nov 2010, Dan wrote:
As you request:
postfix -n
alias_
ix-current#
so we definately have an issue with usr_attr.gid here somewhere.
for your own reference:
sunsaturn:/website/vuser# tmp=$(mktemp /tmp/test.XX)
sunsaturn:/website/vuser# chown 2003:2001 "$tmp"
sunsaturn:/website/vuser# ls -l "$tmp"
-rw--- 1 2003 vuser 0 Nov
create of
directory as root.
Can debug gid issue more if you like to get freebsd to play nice, but uid
is only thing that will matter regardless for permissions, but be nice to fix anyways.
Dan.
On Tue, 30 Nov 2010, Dan wrote:
#Chmod 755 mkdir problem#
to euid change to root, create directory and change
permissions of directory to correct uid and gid would solve this issue
completely as it seems it inherts gid.
Dan.
On Tue, 30 Nov 2010, Dan wrote:
maildir.c mods:
msg_info("TESTING1 set_eugid: euid %ld egid %ld&qu
would be cumbersome to chown -R each user to respective uid again.
Dan.
On Wed, 1 Dec 2010, Wietse Venema wrote:
Dan:
Gid inherits top level directory GID?
Turn off the SETGID bit in the PARENT directory.
Wietse
attached to this e-mail.
Dan.
On Wed, 1 Dec 2010, Jeroen Geilman wrote:
On 12/01/2010 01:35 PM, Dan wrote:
There is no setgid bit set.
I had to chmod 777 the /website/vuser directory just so that new user
creates would work otherwise when it changes uid to some virtual id such as
2003, it
lah.com
in virtual_alias_maps and then I have t...@test.com go to this Maildir
location in virtual_mailbox_maps, the @test.com overrides an actual
mailbox location, you would think @test.com should wildcard after the
fact.
Anyway around this?
Dan.
Dear all,
I like to restrict some internal mailboxes so that only a list of domains can
send mails to this mailbox.
Users should be able to get outside mails normally.
I’ve found this on postfix.org:
/etc/postfix/main.cf:
smtpd_recipient_restrictions =
...
check_recipient_
size=2441, nrcpt=1 (queue active)
Feb 13 21:43:21 CGSG cyrus/lmtpchroot[8287]: Delivered:
<4a03e4aa-911d-4b3a-b07b-b81359797...@benelog.com> to mailbox:
domain.net!user.test
Any ideas?
Best Regards
David Faller
Am 13.02.21, 21:40 schrieb "Viktor Dukhovni" :
On Sat, Feb 13, 2
Thank you, this solves the issue
Have a nice evening __
Am 13.02.21, 22:12 schrieb "Viktor Dukhovni" :
On Sat, Feb 13, 2021 at 09:56:52PM +0100, Dan wrote:
> It looks like that postfix don't know to handle other users.
No, rather you have a syntax error in
Jack Raats wrote:
From my logfile
Out: 554 5.7.1 Service unavailable; Sender address
[obviouslya...@mypricepilot.com] blocked using
bogusmx.rfc-ignorant.org;
Domain has demonstrably bogus MX records
Is this error (demonstrably) made by postfix or rfc-ignorant?
I am pretty sure
hanks and wish you all a very happy X-mas
--
~~
Joydeep Bakshi, Linux System Admin
Kolkatainfoservices Pvt Ltd,
23A Royd Street, Kolkata 700016, India
Work Phone 91 033 40014784
http://infoservices.in/
~~~~~~~
--
Dan Langille
http://langille.org/
Arthur Wiebe wrote:
Hey folks,
I'm setting up a mail server using postfix, don't have a whole lot of
experience with it and so here's what I want to do.
I want Postfix to be a smarthost, with internal connections to use
SSL. Dovecot is my MDA as well. The relay host (smarthost) is my ISP,
and i
the milter interface. I tried
adding '-o smtpd_milters=' but that didn't stop it either.
The above worked in postfix 2.4.6.
Any idea why this isn't working?
Thanks,
Dan
On Thu, Apr 23, 2009 at 6:14 PM, Wietse Venema wrote:
>
> First, show that Postfix receives mail via port 2525. This requires
> a transcript of a telnet session, and the Postfix logging for the
> corresponding email delivery.
>
> Second, show with "ps" command output that port 2525 actually has
>
On Fri, Apr 24, 2009 at 6:48 AM, Wietse Venema wrote:
> FYI,
>
> The header_checks parameter does not control whether or not Milter
> operation is invoked, so your observations are incorrect.
>
> If you want to pursue this further, show a telnet mail submission
> and the corresponding logging.
>
>
> I'll see if I can make some time to build some 2.6 rpms, but am likely
> to respond more if there are people who show an interest in these
> rpms I build.
>
[DH] +1 for interest. I have begun building mail servers on multiple
VPS's using CentOS and I use your RPM's all the time. I'd be very
Hello, all -
I've sent an email through Postfix which has one recipient, which is an
alias via alias_maps (mysql lookup table). I've had just a little bit of
experience with this type of delivery, but not a lot of experience with this
many final recipients.
Right now I see the message sitting in
On Thu, Jun 11, 2009 at 1:32 PM, Wietse Venema wrote:
> dan trainor:
> > Hello, all -
> >
> > I've sent an email through Postfix which has one recipient, which is an
> > alias via alias_maps (mysql lookup table). I've had just a little bit of
> > exper
On 6/11/09, dan trainor wrote:
>
>
>
> On Thu, Jun 11, 2009 at 1:32 PM, Wietse Venema wrote:
>
>> dan trainor:
>> > Hello, all -
>> >
>> > I've sent an email through Postfix which has one recipient, which is an
>> > alias via alia
On 6/12/09, Wietse Venema wrote:
>
> dan trainor:
>
> > Just to follow up looks like this process has taken too long. I
> > eventually killed it. I'm happy that things are working *exactly* as
> they
> > should, however.
> >
> > We ended up
ting up multiple smtp services and adding "-o
default_transport=smtp1". Email is still going out on the server's
main IP.
I thought it would be easy to get email to go in and out on the same
IP, but I cannot get it to work. What am I missing?
Thanks,
Dan
r when the domain does not exist?
Thanks,
Dan
On Fri, Jan 29, 2010 at 12:22 PM, Noel Jones wrote:
> On 1/29/2010 11:57 AM, Dan Lists wrote:
>>
>> When a user mistypes an email address domain (eg @monsant.com), the
>> message is sitting in the queue for days before they know about it.
>> We'd like to give th
On Fri, Jan 29, 2010 at 1:17 PM, Wietse Venema wrote:
> Dan Lists:
> [ Charset ISO-8859-1 unsupported, converting... ]
>> > $ host monsant.com
>> > Host monsant.com not found: 2(SERVFAIL)
>> >
>> > This is a temporary error. The name server for monsant.c
t
250 2.1.0 Ok
rcpt to: d...@spore.ath.cx
554 5.7.1 : Relay access denied
rcpt to: d...@danf.us
550 5.1.1 : Recipient address rejected: User unknown in
relay recipient table quit
221 2.0.0 Bye
Connection closed by foreign host.
[2] sendmail transcript
[r...@dev ~]# sendmail d...@danf.us
Hi Dan!
.
main.cf
Description: Binary data
relay_recipients
Description: Binary data
On Mon, 05 Apr 2010 15:01:24 -0500
Noel Jones wrote:
> On 4/5/2010 2:48 PM, Dan Farrell wrote:
> > Hi List! Hail, Postfix Gurus!
> >
> > I'm having problems using smtpd_recipient_restrictions with
> > check_recipient_access.
> >
> > My goal is
http://ftp.wl0.org/official/
Dan
fix" to the nss_initgroups_ignoreusers
line in /etc/ldap.conf
Regards,
Dan
, PostiniIPBLockGoesHere
smtpd_recipient_restrictions =
permit_mynetworks,permit_sasl_authenticated,reject
-Dan
again,
Dan
-Original Message-
From: Phil Howard [mailto:ttip...@gmail.com]
Sent: Friday, June 04, 2010 3:48 PM
To: Dan Burkland
Cc: Postfix users
Subject: Re: Submission service
On Fri, Jun 4, 2010 at 16:21, Dan Burkland wrote:
> ---main.cf
> smtpd_recipient_restri
-Original Message-
My apologies, I typed the parameter in the email incorrectly. It is entered
correctly in main.cf
(smtpd_client_restrictions=permit_sasl_authenticated,reject)
Regards,
Dan
-Original Message-
Seems like I am dyslexic today, I meant to say master.cf (TGIF
Using all of your helpful suggestions I was able to properly configure my
Postfix server. The purpose behind master.cf makes a bit more sense now after
reading your replies. Thanks again!
Dan
his. A sub-query insert inside the select would be
just perfect if such a thing could be done, but my knowledge of mysql
doesn't cover any such option.
So, anybody have any ideas, before I start filtering syslog logs?
Thanks in advance,
-- Dan Farrell
d. Sounds as though a
stored procedure can't be used in a mysql lookup table query.
Any thoughts, anybody?
On Sat, 25 Sep 2010 13:04:11 +0200
Jeroen Geilman wrote:
> On 09/25/2010 05:11 AM, Dan Farrell wrote:
> > Hi All,
> >
> > This list has been super help
If it's a VPS with root access and virtually no preconfigurations, you
may find that all you need to do is start some sort of syslog service.
Then your mail should show up in /var/log/ or a similar
location.
Or perhaps you need to install syslog or configure it.
Don't forget to add it to your
r one that just uses the destination address?
Thanks for your help.
Sincerely,
Dan Lannom
UM-Dearborn ITS Dept.
Postmaster
cracked, but phished. We still got
4 compromised accounts, in the last day or so, that sent, between them, about
2000 messages before they were blocked. So I want to take it to the next level.
Dan Lannom
[semi-reposting because I'm an idiot who didn't read I need to be a
member of the list to post, and used the Google Groups interface]
Hi there,
I've got Postfix set up quite happily to put all incoming mail through
a filter script described in the first, "simple" section of
FILTER_README. This scr
hi all,
sorry to ask this simple question. I couldn't find the solution
online.
I am hoping to relay mail for a friend's home server, which can't use
external port 25. I was hoping to define a hash somewhere for relay
recipients something like:
relay-domain.com smtp:relay-host.com:2525
wher
On Thu, 13 Aug 2009 17:33:05 -0500
Noel Jones wrote:
> Dan Farrell wrote:
> > hi all,
> >
> > I am hoping to relay mail for a friend's home server, which can't
> > use external port 25. I was hoping to define a hash somewhere for
> > relay recipient
below this email.
Any help would be gratefully received!
Cheers
Dan
# saslfinger -c
saslfinger - postfix Cyrus sasl configuration Thu Aug 27 06:23:33 EDT 2009
version: 1.0.2
mode: client-side SMTP AUTH
-- basics --
Postfix: 2.3.3
System: CentOS release 5.3 (Final)
-- smtp is linked to
led:
# yum list installed | grep sasl
cyrus-sasl.x86_642.1.22-4 installed
cyrus-sasl-lib.i386 2.1.22-4 installed
cyrus-sasl-lib.x86_642.1.22-4 installed
Are these sufficient for AUTH PLAIN or AUTH LOGIN?
Cheers
Dan
Hi Stefan,
> I think you might want to install cyrus-sasl-plain.x86_64.
I ran:
# yum install cyrus-sasl-plain
Everything is now working fine.
Thank you for your help!
Cheers
Dan
Any advice would be appreciated.
Thanks
Dan.
t straight forward
and may impact performance?
On Tue, Sep 15, 2009 at 10:28 AM, Ansgar Wiechers wrote:
> On 2009-09-15 Dan Slay wrote:
> > I'm looking for some information on preventing the sending of
> > backscatter from a Postfix gateway mail server.
> >
> > Th
ed to give more
information? If you need it, I can give you the contents of the database
field as well.
--
Thanks in advance,
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
Dan Schaefer wrote:
Email address: mail...@example.com
Aliases: ali...@example.com
ali...@example.com
ali...@example.com
What I want to accomplish is any email being sent to
mail...@example.com to be put into the mail...@example.com's Inbox and
1 copy to be sent to the 3 aliases. I
Wietse Venema wrote:
Dan Schaefer:
Dan Schaefer wrote:
Email address: mail...@example.com
Aliases: ali...@example.com
ali...@example.com
ali...@example.com
What I want to accomplish is any email being sent to
mail...@example.com to be put into the mail...@example.com's Inbox a
Dan Schaefer wrote:
Wietse Venema wrote:
Dan Schaefer:
Dan Schaefer wrote:
Email address: mail...@example.com
Aliases: ali...@example.com
ali...@example.com
ali...@example.com
What I want to accomplish is any email being sent to
mail...@example.com to be put into the mail
x27;m running
Postfix with MySQL. Any other information needed? Thank you for your
suggestions in advance.
--
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
Eero Volotinen wrote:
Dan Schaefer kirjoitti:
This has been a problem from day one of my postfix installation. I
get the following error in my maillog:
postfix/smtpd[1088]: warning: SASL authentication problem: unable to
open Berkeley db /etc/sasldb2: No such file or directory
This error
Dan Schaefer wrote:
Eero Volotinen wrote:
Dan Schaefer kirjoitti:
This has been a problem from day one of my postfix installation. I
get the following error in my maillog:
postfix/smtpd[1088]: warning: SASL authentication problem: unable to
open Berkeley db /etc/sasldb2: No such file or
sasl interface
which works fine with postfix.
see: http://wiki.dovecot.org/HowTo/PostfixAndDovecotSASL
--
Eero
I no longer receive the error after following the instructions here:
http://www.postfix.org/SASL_README.html#server_dovecot
Thank you for all the advice.
--
Dan Schaefer
Web Deve
you are going to
have an automated process to delete them?
--
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
Wietse Venema wrote:
Try without SeLinux, AppArmor, and other "security" add-ons.
They are not covered by the Postfix warranty.
Wietse
Postfix has a warranty? :) It's a free product...
--
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
-032-144-231-015.mycingular.net
Host mobile-032-144-231-015.mycingular.net not found: 3(NXDOMAIN)
I was wondering if errors like this could be ignored as long as her
phone is setup to authenticate before sending messages?
Thanks in advance.
--
Dan Schaefer
Web Developer/Systems Analyst
Victor Duchovni wrote:
On Wed, Nov 04, 2009 at 02:22:29PM -0500, Dan Schaefer wrote:
It is not an "error" message, it is a *warning*.
My apologies.
The "error" (actually "warning") is ignored, but logged, so that you
later understand why the client address is
Stan Hoeppner wrote:
Dan Schaefer put forth on 11/4/2009 2:06 PM:
What setting(s) in Postfix, if any, need to be changed in order for the
sending of the email to be successful?
Please paste the entire transaction. You're not showing a rejection or
a queued delivery in you
B block.
As far as I know, only reiserfs has the "notail"option which will try to stick
multiple smaller files into a single block.
--
Joost
Perhaps tell your mail client to "compact" the trash. That's what I have
to do in Thunderbird, or else the files stay on the
he
things I saw apply here. I am not in a chroot environment, and I am
running a local caching DNS server. This is happening across a
cluster of 5 servers, and the load is fine on all the servers. Other
clients are resolving as expected.
Thanks for your input,
Dan
before postifx looks to deliver the email for the other routes and therefore
that particluar routes is hogging resources.
Just wondered if there is a way to limit connections per transport route?
Thanks
Dan.
Hello -
We are in need of an hourly resource to ask questions & get configuration help
for postfix from time to time.
Email me privately if you're interested: d...@danrichman.com
Thanks -
Update: Found someone. That was fast.
Thanks!
with the postscreen_greet_wait
value of 6 seconds? Would I need to use drop instead of enforce on my
actions?
Thanks,
Dan
On Thu, Mar 8, 2012 at 4:06 PM, Wietse Venema wrote:
> Dan Lists:
>> How much traffic can postscreen handle? Each mail server in our
>> cluster handles 800,000 to 1,000,000 messages per day. We typically
>
> This is mainly limited by the whitelist database latency: the
&g
between multiple servers?
>
> See: http://www.postfix.org/POSTSCREEN_README.html#temp_white
> and text linked from there.
Thanks. I searched the postscreen manual page for whitelist and
didn't find that info.
Would it be possible to use a mysql map instead of a btree? Or is
that going to be too complicated?
Thanks,
Dan
-request/$rbl_what
I do not see any way to set the response text when using postscreen.
I see postscreen_dnsbl_reply_map, but it looks like that just changes
the domain (ie zen.local to zen.spamhaus.org) not the reply text. Is
there any way to set the postscreen DNSBL reply message?
Thanks,
Dan
g the libnss-mysql
module for a very long time, over 5 years, and we've never had a
problem before.
Does anyone have suggestions on how to debug this?
Thanks,
Dan
On Fri, Nov 30, 2012 at 1:49 PM, Wietse Venema wrote:
> Dan Lists:
>> Nov 30 10:39:59 server postfix/local[50947]: warning: error looking up
>> passwd info for user: Invalid argument
>
> The getpwnam_r() SYSTEM LIBRARY ROUTINE reports an error,
> with errno set to
On Mon, Dec 3, 2012 at 5:14 PM, Wietse Venema wrote:
> Dan Lists:
> [ Charset ISO-8859-1 unsupported, converting... ]
>> On Fri, Nov 30, 2012 at 1:49 PM, Wietse Venema wrote:
>> > Dan Lists:
>> >> Nov 30 10:39:59 server postfix/local[50947]: warning: error look
On Mon, Dec 3, 2012 at 7:42 PM, Wietse Venema wrote:
> Dan Lists:
>> >> Does postfix need to treat the EINVAL as if the user does not exist?
>> >> Is there a way to change the behavior of getpwnam*?
>> >
>> > EINVAL is not a documented result co
On Tue, Dec 4, 2012 at 5:48 AM, Wietse Venema wrote:
>> Taking a quick look at the source, it looks like 2.8 does not use the
>> thread-safe getpwnam_r. It does not appear that postfix is threaded,
>> so it should be safe to not use getpwnam_r.
>
> It has NOTHING TO TO WITH THREADS.
>
> Postfix
On Wed, Dec 5, 2012 at 11:55 AM, Wietse Venema wrote:
>
> I will not base Postfix development on UNDOCUMENTED return values.
> That is unmaintainable.
I've brought it up on the FreeBSD lists. I suggested that it is a bug
for getpwnam_r to act the way it is. I'll probably end up submitting
a bug
=
Dec 6 16:14:26 mailserver postfix/smtpd[47661]: NOQUEUE: reject: RCPT
from clientserv[12.34.56.78]: 554 5.7.1 : Sender
address rejected: Access denied; from=
to= proto=ESMTP helo=
What am I doing wrong?
Thanks,
Dan
On Thu, Dec 6, 2012 at 5:09 PM, Noel Jones wrote:
> On 12/6/2012 4:29 PM, Dan Lists wrote:
>> We relay email for our customers. They had some accounts Phished. I
>> wanted to hold email from those users so I could see the spam that was
>> going out and requeue the valid em
13:30:15 Server1 dovecot: auth(default): master out:
USER#0111#011...@companycouk.com#011uid=5000#011gid=5000#011home=/home/vmail/companycouk.com/dan
Apr 12 13:30:15 Server1 postfix/pipe[21417]: F365B14EE1AE:
to=, orig_to=, relay=dovecot,
delay=0.29, delays=0.28/0/0/0.01, dsn=2.0.0, status=sent
328]: 5F6A214EE1B4: removed
Apr 18 15:44:06 companycoServer1 postfix/smtpd[15174]: disconnect from
mail-qe0-f54.google.com[209.85.128.54]
Any ideas...
In the Immaculate
On Wed, Apr 17, 2013 at 5:13 PM, Wietse Venema wrote:
> Dan Clovis:
> > Apr 12 13:30:14 Server1 postfix/trivial-rewr
On 18/04/2013 16:28, Wietse Venema wrote:
Dan Clovis:
Apr 18 15:44:06 companycoServer1 postfix/local[15179]: 5F6A214EE1B4: to=<
d...@companycouk.com>, orig_to=, relay=local, delay=0.35,
delays=0.29/0/0/0.06, dsn=2.0.0, status=sent (delivered to command:
procmail -a "$EXTENSIO
On 18/04/2013 19:05, Wietse Venema wrote:
Dan Clovis:
Apr 18 15:44:06 companycoServer1 postfix/local[15179]: 5F6A214EE1B4: to=<
d...@companycouk.com>, orig_to=, relay=local, delay=0.35,
delays=0.29/0/0/0.06, dsn=2.0.0, status=sent (delivered to command:
procmail -a "$EXTENSION&quo
h incoming client is listed here:
# cat /usr/local/etc/postfix-config/main/relay_clientcerts
3A:2E:AB:6A:F1:D4:32:74:C9:C6:DD:2B:8D:2A:87:97 cliff.example.org
I have this working. It seems to do what I want.
For what it's worth: This is just for my use, no other users.
--
Dan Langille - http://langille.org
On 2013-10-06 22:40, Noel Jones wrote:
On 10/6/2013 7:52 PM, Dan Langille wrote:
I managed to get this running tonight and I'm looking for sanity
checking, in case I'm completely missing something. Thanks.
I wish to allow incoming mail from any client with a valid certificate.
My
On 2013-10-06 23:13, Viktor Dukhovni wrote:
On Sun, Oct 06, 2013 at 08:52:06PM -0400, Dan Langille wrote:
[ What Noel said, plus see below. ]
10.0.0.1:submission inet n - n - - smtpd
-o smtpd_tls_req_ccert=yes
Fine.
-o smtpd_tls_auth_only=no
This seems silly
On Oct 7, 2013, at 11:01 AM, Viktor Dukhovni wrote:
> On Mon, Oct 07, 2013 at 09:06:09AM -0400, Dan Langille wrote:
>
>>> # cat /usr/local/etc/postfix-config/main/relay_clientcerts
>>> 3A:2E:AB:6A:F1:D4:32:74:C9:C6:DD:2B:8D:2A:87:97 cliff.example.org
>>>
&
On Oct 9, 2013, at 9:26 PM, Viktor Dukhovni wrote:
> On Wed, Oct 09, 2013 at 09:21:36PM -0400, Dan Langille wrote:
>
>>> Don't forget:
>>>
>>> main.cf:
>>> smtpd_tls_fingerprint_digest = sha1
>>
>>
>> Does that have to
E:FF:00:11:22:33:55
b.example.org
11:22:33:44:55:66:77:88:99:AA:BB:CC:DD:EE:FF:00:11:22:33:66
c.example.org
--
Dan Langille - http://langille.org/
On 2013-10-14 20:10, Viktor Dukhovni wrote:
On Mon, Oct 14, 2013 at 08:12:01AM -0400, Dan Langille wrote:
The master.cf has something like this:
64.147.113.42:5587 inet n - n - - smtpd
-o smtp_tls_security_level=encrypt
The above setting is pointless, drop it
On 2013-10-15 09:48, Dan Langille wrote:
On 2013-10-14 20:10, Viktor Dukhovni wrote:
On Mon, Oct 14, 2013 at 08:12:01AM -0400, Dan Langille wrote:
The master.cf has something like this:
64.147.113.42:5587 inet n - n - - smtpd
-o smtp_tls_security_level=encrypt
Is there a simple was to create a transport map that will allow mail to be
delivered round-robin to two servers? I can’t publish an externally visible MX
record for the two locations, and the connections are using port-mapped nat on
the same address (e.g. 2025/tcp is one host, and 2026/tcp is a
On 4/21/14, 11:26 AM, "Robert Schetterer" wrote:
>Am 21.04.2014 18:17, schrieb McDonald, Dan:
>> Is there a simple was to create a transport map that will allow mail to
>> be delivered round-robin to two servers? I can¹t publish an externally
>> visible MX re
On 4/21/14, 8:41 PM, "/dev/rob0" wrote:
>On Mon, Apr 21, 2014 at 04:26:50PM -0400, Wietse Venema wrote:
>> I'm getting tired of questions about relayhost load balancing
>> or source IP address diffusion.
>
>I understand the feeling. However, in many cases, the people who
>want this are hurting
On 5/12/14, 12:27 PM, "Paul C" wrote:
>Ya that's touch to see without more tests, losing connection after
>helo might have something to do with the problem injecting in to
>postfix, maybe its not liking the response its getting and not
>finishing the full smtp commands. In your log, this line s
No, Don, Thank _you_!
Mine:
1) Elect Libertarians.
2) Support libertarian candidates. I'll accept moving in the direction
of #1, i.e., setting the stage for electing Libertarians.
On Thu, Sep 11, 2008 at 10:24 AM, <[EMAIL PROTECTED]> wrote:
>
> 11 September 2008
>
> Gentlemen:
>
> I seem to
works
-o smtpd_helo_restrictions=permit_mynetworks
-o smtpd_sender_restrictions=permit_mynetworks
Clues please?
--
Dan Langille
http://langille.org/
On Sep 28, 2008, at 2:39 PM, Wietse Venema wrote:
Dan Langille:
Today I discovered that my mail server is rejecting smtps connections
based upon RBL.
Example:
Sep 28 17:44:40 nyi postfix/smtpd[20073]: NOQUEUE: reject: CONNECT
from pool-151-197-20-211.phil.east.verizon.net[151.197.20.211
Rupert Reid wrote:
Hello all,
I am trying to setup postfix so that it will start automatically at
startup. I placed the following script "postfix" in a text file
"postfix" and saved it to Library/Startupitems/Postfix. As you probably
guessed it did not work. I would be grateful for some det
465, but I don't get anything beyond "Escape
character is '^]'." I am also able to login to IMAP over SSL, so I'm
pretty sure the certificate itself is not borked. Basically I'm not
sure what I should try tweaking to proceed with my debugging.
Thanks in adv
1 - 100 of 236 matches
Mail list logo