Displaying 20 results from an estimated 10868 matches for "reject".
2010 May 15
3
sendmail many emails
I was getting MANY emails from XXX.hinet.net - kind of filled my mqueue
directory.
I stopped sendmail. removed all the files in mqueue, added to sendmail
access a REJECT for hinet.net
This certainly seems to help - but is that the correct way to take care
of this sort of thing?
Thanks,
Jerry
2011 Mar 18
0
libvirtd -- iptables
...0 0 ACCEPT all -- * vbr0 0.0.0.0/0
10.10.0.0/24 state RELATED,ESTABLISHED
0 0 ACCEPT all -- vbr0 * 10.10.0.0/24
0.0.0.0/0
0 0 ACCEPT all -- vbr0 vbr0 0.0.0.0/0
0.0.0.0/0
0 0 REJECT all -- * vbr0 0.0.0.0/0
0.0.0.0/0 reject-with icmp-port-unreachable
0 0 REJECT all -- vbr0 * 0.0.0.0/0
0.0.0.0/0 reject-with icmp-port-unreachable
0 0 ACCEPT all -- * vbr1 0.0.0.0/0
10.10....
2006 May 26
3
Sendmail burst of "rejecting connections" - why?
...rounding entries in
/var/log/maillog are perfectly reasonable. As far as I can tell this
14-minute burst of sendmail activity exists in isolation.
Can anyone suggest a reason for these log entries?
Thanks.
-------------------------------------------------
May 25 07:09:24 server sendmail[2942]: rejecting connections on daemon MTA: load average: 24
May 25 07:09:39 server sendmail[2942]: rejecting connections on daemon MTA: load average: 25
May 25 07:09:54 server sendmail[2942]: rejecting connections on daemon MTA: load average: 26
May 25 07:10:09 server sendmail[2942]: rejecting connections on da...
2010 Apr 15
1
sieve plugin - reject sends MDN. Can it 550 reject ?
I'm using dovecot-1.2-sieve-0.1.15 with dovecot-1.2.11.
I have a reject test filter that looks like this:
require "reject";
if header :contains "subject" "reject" {
reject "bye";
}
Is there any way to get a "reject" filter to send back a 550 reject as
detailed in http://ietfreport.isoc.org/idref/rfc5429/#section-2.5...
2009 Sep 22
2
rescan usb hd
I have a usb hd that I use for backup. Occasionally it dies.
scsi 6:0:0:0: rejecting I/O to dead device
scsi 6:0:0:0: rejecting I/O to dead device
scsi 6:0:0:0: rejecting I/O to dead device
scsi 6:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdc1, logical block 0
lost page write due to I/O error on sdc1
EXT2-fs error (device sdc1): read_inode_bitmap: Cannot rea...
2012 Nov 06
6
sieve
Hi,
is there a sieve option that can reject a mail directly without creating a new mail and sending that out? I know about
reject "Reject message goes here";
but I am looking for a mechanism that can reject Mail. Postfix can use reject_unverified_recipient to connect to LMTP and ask if a mail would successfully be enqueued and wi...
2012 Jul 07
5
Feature request
Hi,
I am implementig Dovecot as a part of my new e-mail server, which is aimed
to be replacement for proprietary software I've been using sofar.
Appreciating all Dovecot rich features, I lack just one. And this is the
ability to customize the "quota exceeded, message rejected" message. I know
I can set it's default content using quota_exceeded_message parameter, but
i would also like to have ability to set:
- to whom the message is sent. Some mail systems send copy not only to the
sender, but also to the recipient. It makes sense in case rejected message
has...
2002 Dec 18
8
iptables: Invalid argument
2014 Apr 30
2
[Bug 917] New: Kernel OOPS on Kernel 3.14.2
...TPUT ACCEPT [0:0]
:TCP - [0:0]
:UDP - [0:0]
:UPNP - [0:0]
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A INPUT -m conntrack --ctstate INVALID -j DROP
-A INPUT -i lo -j ACCEPT
-A INPUT -s 10.0.0.0/8 -i eth0 -j LOG --log-prefix "fw-in "
-A INPUT -s 10.0.0.0/8 -i eth0 -j REJECT --reject-with icmp-port-unreachable
-A INPUT -i eth0 -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type 8 -m conntrack --ctstate NEW -j ACCEPT
-A INPUT -p udp -m conntrack --ctstate NEW -j UDP
-A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m conntrack --ctstate
NEW -j TCP
-A INPUT -m limit --l...
2012 Sep 26
1
Inconsistent iptables forwarding rules for virtual networks?
...ine:
-----------------------------------------------------------------------------------------
-A FORWARD -d 192.168.100.0/24 -o virbr1 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 192.168.100.0/24 -i virbr1 -j ACCEPT
-A FORWARD -i virbr1 -o virbr1 -j ACCEPT
-A FORWARD -o virbr1 -j REJECT --reject-with icmp-port-unreachable
-A FORWARD -i virbr1 -j REJECT --reject-with icmp-port-unreachable
-A FORWARD -d 192.168.122.0/24 -o virbr0 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT
-A FORWARD -i virbr0 -o virbr0 -j ACCEPT
-A FORWARD -o v...
2008 Jun 13
2
Compiling from source and networking problem
...nywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere 192.168.122.0/24 state
RELATED,ESTABLISHED
ACCEPT all -- 192.168.122.0/24 anywhere
ACCEPT all -- anywhere anywhere
REJECT all -- anywhere anywhere reject-with
icmp-port-unreachable
REJECT all -- anywhere anywhere reject-with
icmp-port-unreachable
ACCEPT all -- anywhere 192.168.122.0/24 state
RELATED,ESTABLISHED
ACCEPT all -- 192.168.1...
2018 May 08
2
Reject call from Asterisk dialplan
Hi,
I'm looking for a way to reject a call remotely using the Asterisk
dialplan.
For example, phone A is ringing - I'm at the other end of the room next to
phone B, and I want to reject the call to Phone A by dialing an extension.
I'm basically trying to reproduce the Polycom "reject" action but through
the...
2019 Jan 15
0
Solved: Sieve: reject certain mime-types and notify recipient
I case someone is interesed too, why it was not working:
Am 14.01.19 um 20:22 schrieb Ralf Becker:
> I have to reject office files for a certain domain plus notifying the
> original recipient about the rejection too.
>
> require ["fileinto","reject","body","enotify","variables"];
>
> if allof (address :contains ["To","TO","Cc...
2011 Dec 27
1
how to used SIPp for sip load testing
...d it properly.
how to configure with my server ? how to see logs on webpage ?
how to start call testing ....
when i start SIPp then found verious hits on myserver.
*CLI:- *
[Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite:
Call from '' to extension 'service' rejected because extension not found in
context 'default'.
== Using SIP RTP CoS mark 5
[Dec 27 17:37:54] NOTICE[28001]: chan_sip.c:20785 handle_request_invite:
Call from '' to extension 'service' rejected because extension not found in
context 'default'.
== Using SIP RT...
2019 Jan 14
2
Sieve: reject certain mime-types and notify recipient
I have to reject office files for a certain domain plus notifying the
original recipient about the rejection too.
require ["fileinto","reject","body","enotify","variables"];
if allof (address :contains ["To","TO","Cc","CC"]...
2017 Jun 20
2
guest A from virbr0 can talk to guest B in virbr1 but not vice versa
...ot opt in out source
destination
8967 14M ACCEPT all -- * virbr2 0.0.0.0/0
192.168.110.0/24 ctstate RELATED,ESTABLISHED
5262 279K ACCEPT all -- virbr2 * 192.168.110.0/24
0.0.0.0/0
0 0 ACCEPT all -- virbr2 virbr2 0.0.0.0/0
0.0.0.0/0
70 5832 REJECT all -- * virbr2 0.0.0.0/0
0.0.0.0/0 reject-with icmp-port-unreachable
0 0 REJECT all -- virbr2 * 0.0.0.0/0
0.0.0.0/0 reject-with icmp-port-unreachable
8510 13M ACCEPT all -- * virbr0 0.0.0.0/0
192.168.122.0/24 ctstate RELATED,...
2002 Jul 26
1
rejected the tconX - Error
I'm seeing the following error in the logs. It's only from one machine,
none of the others generate the error.
The basic error is:
"connect_to_client: machine KW1 rejected the tconX on the IPC$ share.
Error was : NT_STATUS_ACCESS_DENIED."
Following is a log excerpt:
Jul 22 15:50:56 server smbd[15267]: [2002/07/22 15:50:56, 0]
rpc_client/cli_spoolss_notify.c:spoolss_connect_to_client(133)
Jul 22 15:50:56 server smbd[15267]: connect_to_client: machine KW1
r...
2009 Jun 17
2
Postfix question: How to reject email with a certain subject header
Hello everyone,
Occasionally I get emails which have a subject header of "Rejected posting
to Blah", from a listserv I am on. Without going into a 10 page diatribe
of why, I'd like to reject these automatically, sending them to /dev/null.
I used to run Sendmail and that was pretty easy to do. How can I do this
under Postfix under CentOS 5.3?
Any help is appreciate...
2007 Oct 30
2
zoiper iax registation: "facility rejected"
I'm trying to setup zoiper ( formerly idefisk ) to use my asterisk
server at work from home.
I've setup zoiper for iax, set the ip address to work's fixed ip
address, user: home, password: password
but the zoiper log shows:
11:02:35 Rejected registration for 'home@<my-office-ip-address>' with
cause 'facility rejected'
11:03:35 Rejected registration for 'home@<my-office-ip-address>' with
cause 'facility rejected'
and on the asterisk server at work I get:
NOTICE[5072]: chan_iax2.c:525...
2010 May 24
2
adding one line to a plot
...ion
tstatistic (right below this sentence):
tstatistic = function(x,y){
m=length(x)
n=length(y)
sp=sqrt( ((m-1)*sd(x)^2 + (n-1)*sd(y)^2)/(m+n-2) )
t=(mean(x)-mean(y))/(sp*sqrt(1/m+1/n))
return(t)
}
alpha=.1; m=10; n=10 # sets alpha, m, n - for run 1
N=10000 # sets the number of simulations
n.reject=0 # counter of num. of rejections
tstat<-vector()
for (i in 1:N){
x = rnorm(m,mean=10,sd=2) # simulates xs from population 1
y=rexp(n,rate=1/10)
t = tstatistic(x,y) # computes the t statistic
tstat = c(tstat,t)
if (abs(t)>qt(1-alpha/2,n+m-2))
n.reject=n.reject+1 # reject if |t| exceeds...