uot; user, the command don't works:
>
> #postmap -q doug...@xxx.ufsc.br ldap:accountsmap
> #
>
accountsmap_query_filter =
(&(objectClass=qmailUser)(|(mailAlternateAddress=%s)(mail=%s)))
accountsmap_result_attribute = mail
--
Reinaldo de Carvalho
http://korreio.sf.net
http://pyth
send an email to jean@xxx.xx Postfix return
> a "jean.bon unknown user" error.
>
> What did I forgot in configuration to make the reverse mapping
> ALIAS --> UID working ?
>
Alas maps query don't have domain part. You need test:
postmap -q "jean.bo
TARTTLS) before authentication, isn't
visible.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works" (myself)
RFC5322) and not require that MAIL FROM (SMTP Protocol) is equal to
From: (IMF).
To parse headers you need a external integrated by milter or content filter.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to
/var/spool/postfix/var/run/saslauthd/mux. Saslauthd
daemon must be started and listen on this socket.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works" (myself)
official packages, will have
a tough job to be free of vulnerabilities (public announcements occur
after the distro updates).
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you wor
?
No: wshekr...@frontier.com != ws...@ubu.doink.org
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works" (myself)
gt;
> suggestions?
1. The authentication really happened when postfix/smtp tried deliver?
2. The sender (MAIL FROM) is equals to authentication user (AUTH)?
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try
tpd then part of postfix or
> a package I have failed to get still?
>
sasl2-bin is the cyrus implementation of SASL, but doesn't matter,
it's works with dovecot and postfix. To enable smtp slient
autentication: http://www.postfix.org/SOHO_README.html#client_sasl_enable
--
Rein
h0 parent 1:1001 handle 1001: sfq perturb 10
tc qdisc add dev eth0 parent 1:1002 handle 1002: sfq perturb 10
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you work,
hostname or IP address.
> I wonder if it would be possible to do that by forwarding this SPAM to
> a "special" email address ?
>
Use virtual_alias_maps to change real destination to another email address.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.
replies OK to everything :-)
>
I don't think so. tcpdump is the best friend to learn a protocol, and
read the RFC to have a complete understanding.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to ad
hecks, than cleanup will add a date header. If
doesn't work the documentation should be fixed or I misunderstand?
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you work,
On Thu, Nov 4, 2010 at 11:13 PM, Vincent Lefevre wrote:
> On 2010-11-04 23:06:17 -0300, Reinaldo de Carvalho wrote:
>> On Thu, Nov 4, 2010 at 10:42 PM, Reinaldo de Carvalho
>> wrote:
>> >
>> > check_client_access type:table
>> > Search the specifi
On Thu, Nov 4, 2010 at 10:42 PM, Reinaldo de Carvalho
wrote:
>
> check_client_access type:table
> Search the specified access database for the client hostname,
> parent domains, client IP address, or networks obtained by stripping
> least significant octets. See the access(5)
ess
entry in restriction, will generate some lookups.
I'll change my tombstone words for you: "While not fully understand a
documentation, don't try to adapt this documentation to the way you
work, but rather yourself to the way the documentation works".
--
Reinaldo de Carvalh
On Wed, Nov 3, 2010 at 1:45 PM, Edward Carraro wrote:
> On Wed, Nov 3, 2010 at 12:36 PM, Reinaldo de Carvalho
> wrote:
>> $ cat /etc/postfix/virtual
>
> $ cat virtual | grep -v "#"
> server_host = ldap://ldapserver:389
> server_port = 389
> se
ender login lookups.
$ postmap -vq john...@example.com ldap:/etc/postfix/virtual
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works" (myself)
der_login_maps lookup by sender to retrieve authorized users.
Senders must be in query_filter and all attributes with authorized
users should be listed in result_attribute.
you might want:
query_filter = (|(mail=%s)(mailAlternateAddress=%s))
result_attribute = uid, mail, mailAlternateAddress
--
ings in main.cf
> and without an extra program)?
I'm trying to decipher what you want...
> - Match PTR/A-record (no "unknown" client hostname)
You can only reject it.
> - Helo matches client hostname
>
No sense.
--
Reinaldo de Carvalho
http://korreio.sf.net
ht
be processed without
local transport.
As Victor correct me (again) to use transport_maps isn't the better
approach, although works for me. I use transport_maps to integrate
postfix->lmtp->cyrus and do recipient validation on virtual_alias_maps
with LDAP.
--
Reinaldo de Carvalho
http://kor
sport values and
use transport_maps:
# main.cf
transport_maps = hash:/etc/postfix/transport
# /etc/postfix/transport
exmaple.org lmtp:unix:/path/to/cyrus-lmtp-server-socket
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a softw
l_destination_concurrency_limit and
local_destination_recipient_limit values?
With local_destination_concurrency_limit > 1, you can't enforce one
regular file. Cyrus will be create 1 regular file peer message, if you
have concurrency connections, the recipients will be splited in some
messages.
On Sun, Oct 31, 2010 at 2:13 AM, Stan Hoeppner wrote:
> Reinaldo de Carvalho put forth on 10/30/2010 3:39 PM:
>
> > From Cyrus mailling list:
> >
> > "Now that Cyrus 2.4 has been released with a lot of the groundwork for
> > bandwidth efficient replication i
support master-master replication with safe
conflict resolution, and multiple replication topologies including
replication with more than two copies. This will allow efficient
failover within a single datacentre as well as geographically
distant close-to-real-time disaster recovery."
--
Rein
il to
> @terra.com.br and sent to @domain.local configured in server.
>
Add 'domain.local' in mydestination.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you
On Fri, Oct 22, 2010 at 12:04 AM, Matt Hayes wrote:
> On 10/21/2010 10:52 PM, Reinaldo de Carvalho wrote:
>
>>
>> 1. You are a backscatter (e.g. accepting email to unknown users).
>>
>> 2. or Some account has been compromissed and used to sent spam.
>
t; 'witheld' mails & just in case I regret the decision later, I can restore
> back
> the mail or mail queue files to recover them back.
>
>
>
1. You are a backscatter (e.g. accepting email to unknown users).
2. or Some account has been compromissed and used to sent spam.
3. look this queue GUi: http://sourceforge.net/dbimage.php?id=215498
(korreio.sf.net)
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"While not fully understand a software, don't try to adapt this
software to the way you work, but rather yourself to the way the
software works" (myself)
rokes etc.), but
> little useful.
>
Why use telnet (e.g. raw tcp client) or block them if with few lines
if code in pyhton/perl/shell you can do anything.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, b
orted.
>
> I do want the username checked during SMTP arrival time. Will it do so for
> the virtual_alias_maps if I use regexp: format?
>
>
You must create a lookup table by user.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
, but change to
> dovecot isn't something we'd like to do. So this doesn't help either.
>
You can use Korreio or sievelib (part of python-cyrus) to put/active a
sieve script for all (each) users. But sieve is the way.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-c
stdrop to "wheel" from "_postdrop" without any difference. Same
> error.
>
Cups process onwer is in wheel? I think no.
> Jamal
>
>
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
process' isn't 'owner of lp* files', you need look owner pf
cups process with 'ps' command.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
gt;
> Can someone give me a clue as to what is wrong? Funny thing is that
> sometimes it starts working on its own and then stops again.
>
Show permissions of /usr/sbin/postdrop and /usr/sbin/sendmail. lpr/lp
process owner have rights to exec this commands?
--
Reinaldo de Carvalho
ht
gexp:/etc/posfix/filter.regexp
# /etc/posfix/filter.regexp
/./ filter spamfilter:
Or open another smtp port (smtpd), disable content_filter on this
port, and setup local clients to use this port (as documented).
> So is there a way to do filtering only on moment before delivery?
> I
ogprocessor) provide a cool
engine to load logfile in real-time to a database.
Each module is a class, then is easy to implement support for new log
formats. Postfix module isn't complete, and you can contribute with
the project. Some modules like to Iptables are available.
--
Reinaldo de Carva
n cyrdeliver.
> - if you use dovecot as a pop/imap server, then dovecot lda is a
> "natural" choice.
> - elsif you use courier pop/imap, then use maildrop
> - elsif you need no filtering, use postfix alone
> - else, use maildrop
--
Reinaldo de Carvalho
http://korreio.sf.net
t putting:
>
> luser_relay = $u...@[ip_address_of_old_server]
> local_recipient_maps =
>
> All the mailbox not yet localy created on the new server will be forwarded to
> the old.
>
Please, don't turn off (local) recipient checking.
--
Reinaldo de Carvalho
http://korreio.sf.net
http:/
On Tue, Apr 27, 2010 at 8:41 PM, Reinaldo de Carvalho
wrote:
>
> Another wish is the support to non-terminatives actions (i have
> commented few mounths ago)[1].
>
> [1] http://www.mail-archive.com/postfix-users@postfix.org/msg21004.html
>
Maybe not actualy compatible with lo
On Tue, Apr 27, 2010 at 6:44 PM, Wietse Venema wrote:
> Reinaldo de Carvalho:
>>
>> Have a chance to be available the SMTP information inside
>> header_checks/end_of_header_checks like macros ${client_address},
>> ${sasl_username}, ${sender} and additionally regexp/pc
a chance to be available the SMTP information inside
header_checks/end_of_header_checks like macros ${client_address},
${sasl_username}, ${sender} and additionally regexp/pcre capability to
compare (if) this with the header?
--
Reinaldo de Carvalho
.
Create a account for each application and use a smtp library to send
email.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
t. It happens when
> it try connection using STARTTLS (port 25) and also TLS/SSL (port 465).
>
> ¿Why?
>
> The box is named mai.example.com, so I understand a wildcard certificate
> (*.example.com) should be enough.
>
This is a client verification.
--
Reinaldo de Carva
to
> go into any special mime processing of the message?
>
> Gary Smith
>
Add to bash script:
sed -i '0,/^$/s//X-unique-header: ${VAR_UNIQUE_VALUE}\n/' "$FILE"
Plesae, set VAR_UNIQUE_VALUE and FILE as apropriated.
--
Reinaldo de Carvalho
http://korreio.sf.net
>
Replace /usr/sbin/sendmail to binary provided by exim.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
t;
> --
> Stan
>
Disclose the organization rules to receive emails on main website. Put
a URL in reject reason to inform the problem (need a patch for
build-in restrictions).
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
\.|-)cable(\.|-)|(\.|-)user(\.|-)|^dynamic|(\.|-)dynamic|dynamic(\.|-)|(\.|-)ppp(oe)?(\.|-|)|^ppp)/
reject generic hostname
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
On Sat, Apr 10, 2010 at 10:19 AM, Wietse Venema wrote:
> Reinaldo de Carvalho:
>> Send a unique message is faster than send twice (twice for saving on
>> IMAP server).
>
> Saving to the IMAP server?
>
> So this is really about sending yourself mail via IMAP, instead o
On Fri, Apr 9, 2010 at 9:51 PM, Wietse Venema wrote:
> Reinaldo de Carvalho:
>>
>> IMAP users will benefit saving bandwidth ($/Kbyte) and time (in slow
>> connections).
>
> That would not explain why sending to an IMAP server is
> faster than sending that
On Fri, Apr 9, 2010 at 8:48 PM, Wietse Venema wrote:
>>
>> Mail client will write message to imap folder and MTA will get the
>> message. Avoid send messahe twice over the link.
>>
>>--
>>Reinaldo de Carvalho
>>
>
> Why is there a problem with sen
ckscatter. But if someone have an alternative besides that,
> it's always welcome.
>
>
1. http://postfixquotareject.ramattack.net/
2. Write a policyd to check the quota and reject the message.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don
"
>
>
>
In theory you can to use 'smtpd_proxy_filter'.
http://www.postfix.org/postconf.5.html#smtpd_proxy_filter
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
om, and so on (all mailboxes in domain example.com)
>
Sorry, I misunderstand your question. Is not possible create
"everyone" as you request. You need a cron job.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the
t; I mean dynamic by anything but generating hash alias_maps thru cron
> scripts.
>
>
> Thanks and regards,
> Ronie
>
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
or defer_transports and default_transport
> (because, as I said before, if I comment out this 2 commands, postfix
> is relaying without put in queue...)
>
> I hope I'm more understandable...
> Thanks
> Michele
>
--
Reinaldo de Carvalho
http://korreio.sf.net
http://p
un)setting a transport.
2. To discard emails not listed in transport_maps use
default_transport = discard (unusual).
> Otherwhise the email will be stored in queue.
>
To go to queue is not a problem, not to be deliverable is a problem.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://pyth
content, and
recover from a abrupt reboot.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
he subject is always between Subject: and N%Date, I
> can easly write a script to retrieve it...
>
> Thanks
> Michele
>
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
cls jumping to next restriction
(useful for "FILTER", "WARN" and TOS/DSCP proposed action). Something
like "set behavior and dunno".
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
/lmtp" prefork=1
> /etc/postfix/main.cf:
> mailbox_transport = cyrus:unix:/var/spool/postfix/public/lmtp
>
With lmtp chroot:
mailbox_transport = lmtp:unix:/cyrus-socket/lmtp
Without chroot:
mailbox_transport = lmtp:unix:/var/spool/postfix/cyrus-socket/lmtp
--
Reinaldo
ut
# header_checks file
/^Bcc: / IGNORE
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
On Fri, Oct 9, 2009 at 11:27 AM, Miguel Di Ciurcio Filho
wrote:
> Reinaldo de Carvalho wrote:
>>
>> The sleep time grows cpu time consume and established connections.
>> Enforce no sleep time and a very low hard limit (to drop connection)
>> has better performace
>
> Great work.
>
> Miguel
>
>
>
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
s. A new plugin is a class with a method "insert", very easy make
anything. I working in postfix plugin but iptables plugin seems OK.
http://groups.google.com/group/post-la/attach/aa63b7c30a0bfc91/processLog-2009092701.tar.gz?part=2
--
Reinaldo de Carvalho
http://korreio.sf.net
http://
On Wed, Sep 23, 2009 at 4:29 PM, Wietse Venema wrote:
> Reinaldo de Carvalho:
>> Hi,
>>
>> Someone can tell me why EHLO reply send 2 packets?
>>
>> ~# postconf mail_version
>> mail_version = 2.5.5
>>
>>
>> ## tcpdump ##
>>
>>
15.1.65.25: . ack 188 win 54
e.@.@.M.
.
..A`.[vU.t6(..
7J.~.u..
## End of MAIL FROM ##
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
hode (davecot, cyrus, ldap, kerberos, ...) ?
>
> Any idea ?
>
> Regards
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
is executed, and the matching process
is repeated for the next message header or message body
line."
http://www.postfix.org/header_checks.5.html
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
t;
smtpd (listener) is not smtp (client).
Again, isn't required any aditional configuration than header_checks.
You need a regular expression to match exactly with local amavis server.
You can test with postmap:
postmap -q - regexp:/path/header_checks < /path/to/sample-message
--
Re
nup line in master.cf, mas i didn't
> understand what's going on there.
>
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
"Don't try to adapt the software to the way you work, but rather
yourself to the way the software works" (myself)
that is the 'main' hostname of the server,
> listed in /etc/hosts:
> 62.73.174.227 eul0001189.eu.verio.net eul0001189
> and in 'mydestination' in /etc/postfix/main.cf
>
Try remove relay_domains from parent_domain_matches_subdomains.
relay_domains must be
orks
and forward another queries for the provider.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
hank you for Postfix! ;)
last, the item above is a option? always_add_missing_headers=yes
ignore $local_header_rewrite_clients value? I read updated
postconf.5.html but this is not clear to me.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
.
> Is this possible? Or desirable?
>
This is not necessary. If any domain send spam the IP or network will
be blocked and not servername.
What problem you are trying to solve?
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
ss is:
>
> j...@john-does-imac.localdomain.local
myhostname = john-does-imac.localdomain.local
mydomain = localdomain.local
myorigin = $mydomain
mydestination = $myhostname, $mydomain, localhost
Now j...@john-does-imac.localdomain.local, j...@localdomain.local and
j...@localhost are valids.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
main.tld".
>
> Is it possible? I've tried to accomplish this inserting on /etc/aliases
> file of mail gateway the entry:
>
> re...@domain.tld: re...@extdomain.tld
>
> But I get:
>
> # newaliases
> postalias: warning: /etc/aliases, line 85: name must be lo
On Mon, May 4, 2009 at 2:09 AM, Victor Duchovni
wrote:
> On Sat, May 02, 2009 at 08:02:43PM -0300, Reinaldo de Carvalho wrote:
>
>> A company have a active directory with sub-domains and when postfix
>> query the main ldap server, if user don't present on this server, its
&
090627, comment: In order to
perform this operation a successful bind must be completed on the
connection., data 0, vece.
###### DON'T BIND ON 192.168.2.7 ###
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
priority) stop, slave set IP and MAC
address from master.
Its very simple and usefull.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
2009/3/17 Eduardo Júnior :
>
> Hi, all
>
>
> I read this:
> http://www.postfix.org/postconf.5.html#smtpd_client_connection_rate_limit
>
> he maximal number of connection attempts any client is allowed to make to
> this service per time unit.
>
> What does mean clie
t; and "realm" but de client can chose if send
"john...@example.com" as "user" and empty realm "johndoe" as "user"
and "example.com" as "realm".
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
to accomplish this? Meanwhile I'll keep searching Google, but when
> searching for postfix, it comes with tons of results, will have to sort them
> all.
>
> Thanks in advance and best regards.
>
>
> --
> Marcio Merlone
>
I already explain to you about this in local postfix mailling list.
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
nce to decide which program responds
> out of protocol.
>
> I will not participate in this discussion until you have
> proper evidence.
>
> Wietse
>
Daniel,
you can use:
1) tcpdump -nn -i ethX -s 0 -A port 25 # (maybe -i lo)
2) tcpdump -nn -i lo -s 0 -A port 225
3) tcpd
>
> http://www.postfix.org/postcat.1.html
>
> --
> Noel Jones
I use Korreio. :D
http://sourceforge.net/project/screenshots.php?group_id=206408&ssid=95520
Ps: i'd like postfix support for bounce by command. :)
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
Old box:
>
> /etc/postfix/main.cf:
>relayhost = [ip address of new box]
>
>Wietse
>
Run "postsuper -r ALL" to probe new transport is necessary?
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
On Thu, Jan 8, 2009 at 11:10 AM, Martin Spinassi
wrote:
> On Thu, 2009-01-08 at 10:10 -0300, Reinaldo de Carvalho wrote:
>> On Thu, Jan 8, 2009 at 9:20 AM, Martin Spinassi
>> wrote:
>> > main.cf:
>> >
>> > smtpd_sender_restrictions=
>> >
On Thu, Jan 8, 2009 at 9:20 AM, Martin Spinassi wrote:
> main.cf:
>
> smtpd_sender_restrictions=
>check_client_access hash:/etc/postfix/access
>reject
>
s/check_client_access/check_sender_access/
but this a problem if is a external MTA.
>
> Martín
>
tamail.comerror:typo error
# postmap /etc/postfix/transport
To apply in queue messages:
# postsuper -r ALL
You can to reduce maximal queue lifetime;
# postconf -e maximal_queue_lifetime=1d
# postfix reload
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
de is released via
> http://www.postfix.org/downloads.html.
>
>Wietse
>
http://www.postfix.org/download.html
;-)
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
on
action=DEFER Try again later.
# grep 'warning: restriction' /var/log/mail/mail.log
Jan 2 12:27:57 marajo postfix/smtpd[11688]: warning: restriction
`Try' after `defer' is ignored
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
e-
m...@hostname).
Note 2: u...@domain or user+extens...@domain lookup is
available in Postfix 2.0 and later.
...
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
Hi,
How hash table in transport_maps has '*' support and it in others
options (e.g. check_client_access) dont work? Postfix always query for
'*'?
Why it is necessary if relayhost exist?
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
gmail or any other destination.
If you need use Gmail as relay to any recipient you need configure a
account in smtp_sasl_password_maps and relayhost properly.
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
d a remote
text editor through SSH.
See screenhosts: http://sourceforge.net/project/screenshots.php?group_id=206408
Have fun.
--
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net
_fqdn_recipient,
> reject_rbl_client zen.spamhaus.org
>
> Terry
>
Avoid use implicit client check. Use check_client_access
hash:/etc/postfix/whitelist, check_client_access
regexp:/etc/postfix/spam_ip_regex
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
Hi,
The smtpd_discard_ehlo_keywords and
smtpd_discard_ehlo_keyword_address_maps can replace
disable_vrfy_command, then it can be removed?
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
xamples in other areas:
>
>
Agree!
The "local" domains have a same problem. Virtual domains also are
local (to be in same machine).
I prefer use the term "authoritative" (adapted from dns) for designate
postfix domains (local, virtual, relay).
--
Reinaldo de Carvalho
http://korreio.sf.net
http://python-cyrus.sf.net
s (i think that you want to know this value)
> How could I confirm that memory is used by a process A or B?
> Could It be something with Courier? Some trouble with Courier + PAM + MS AD
> integration?
>
> Thanks for any help ( I still have 12 days before next needed boot :( )
>
spfpolicy_time_limit:
>
> warning: problem talking to server private/spfpolicy: Connection timed
>
Run /usr/lib/postfix/policyd press Enter and if you see:
action=DUNNO
Its fine.
>
> Some ideas.
> --
> Márcio Luciano Donada
> Aurora Alimentos - Cooperativa Central Oeste Ca
>
> Which tcpdump version is this? Where are the time stamps and the
> packets with data (Len>0)?
>
>Wietse
>
tcpdump show only initial packet data by default and "-s0" show all
data. Is usefull when decode HEX (-xX) or ASCII (-A)
--
Reinaldo de Carv
1 - 100 of 121 matches
Mail list logo