Sponsored Content
Full Discussion: outgoing smtp slow
Special Forums IP Networking outgoing smtp slow Post 302208005 by mcraul on Sunday 22nd of June 2008 01:36:05 PM
Old 06-22-2008
outgoing smtp slow

Hi all,

Im having some issues with slow outgoing smtp I'm thinking maybe my internal ip is not on the whitelist?
How do I go about testing or checking this?
I did telnet into the port and it was not slow at all but when users send email using an email client or the webmail client it takes several minutes to send out a message. So i just want to see what areas i need to check to resolve this.

Im on a centos 5.x box with sendmail, spamassassin as spam filter, and using openwebmail as the webmail client.

Thanks again

Last edited by mcraul; 06-22-2008 at 02:59 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sendmail outgoing mail only setup.

Hi. I need to set up sendmail so that it can send mail to a mail relay. I have never touched sendmail before so I am not sure how to do this. All incoming mail is directed to a different server - this is just to enable me to get mail out. Running Solaris 8 on Sparc. Many thanks, ... (6 Replies)
Discussion started by: warrend
6 Replies

2. IP Networking

Redirecting outgoing packets

I'd like to find out how to redirect Outbound packets. So instead of having packets go to IP1 as they normally would, have them go to IP2 instead. I believe this is possible using IPFW but I'm not sure. I've played with it, but haven't gotten too far. Any ideas would be appreciated. (1 Reply)
Discussion started by: Seraph
1 Replies

3. UNIX for Dummies Questions & Answers

Need help for configuring outgoing mail in Solaris 9

G'day, I've a solaris 9 box that I want to configure so that users can send out mails to internet. How can I do it? Can someone pls list me the steps or direct me to a detailed website. Thanks in advance. (1 Reply)
Discussion started by: Albert J.
1 Replies

4. AIX

copy outgoing administrator privilege

Hi, How do I make sure I copied all privileges from previous administrator account? What files/path should I modify to make mine the same. Thanks in advance, Itik (1 Reply)
Discussion started by: itik
1 Replies

5. UNIX for Dummies Questions & Answers

Disable Outgoing Mail

I have a Solaris 2.6 server running sendmail (Version 8.9.3p2). It actually receives email and runs the sendmail process. I need to configure it so that it continues to receive email, but disable its ability to send email out. My initial ideas was to just rename the mail and mailx binaries. But... (0 Replies)
Discussion started by: Rosko
0 Replies

6. UNIX and Linux Applications

Sendmail outgoing email rate

Does anyone know what's Sendmail outgoing email rate? e.g. 1000 outgoing email per minutes. If so, can we modify it? Thanks. :) (1 Reply)
Discussion started by: sunmagic2003
1 Replies

7. Solaris

Can't bind to outgoing vnic

Hello all, I have set up three vnics on a machine running OSOL: LINK OVER SPEED MACADDRESS MACADDRTYPE VID vnic1 e1000g0 1000 2:8:20:f6:c8:50 random 0 vnic2 e1000g0 1000 2:8:20:56:41:6a random ... (3 Replies)
Discussion started by: PatrickBaer
3 Replies

8. UNIX for Dummies Questions & Answers

How to auto CC all outgoing e-mail?

I'm using Debian 5.0.4, exim4 and mutt. I would like all outgoing mail sent by any/all users CC (not BCC) to a specified e-mail account. (I do have it working for BCC using 'unseen'.) I have spent hours of searching/reading/testing how and have not been able to find out how. I have seen it... (0 Replies)
Discussion started by: mewbie
0 Replies

9. IP Networking

how to delay the outgoing packets ??

hello, i am searching a way to delay the incoming packets before it goes out of the system may i know how can i approach to this problem? (3 Replies)
Discussion started by: sameer kulkarni
3 Replies

10. Solaris

SFTP -- Outgoing IP

Hi Gurus; I had 2 interface. eth1 : 10.x.x.x eth2 : 30.x.x.x My default out is 10.x.x.x Now, I need to connect to public SFTP Server If I use sftp user@public IP. I can not connect. because my out is 10.x.x.x But I telnet it: telnet -z 30.x.x.x <public IP - sftp server>... (5 Replies)
Discussion started by: Mujakol
5 Replies
SPAMASS_MILTER(8)					    BSD System Manager's Manual 					 SPAMASS_MILTER(8)

NAME
spamass-milter -- sendmail milter for passing emails through SpamAssassin SYNOPSIS
spamass-milter -p socket [-b|-B spamaddress] [-d debugflags] [-D host] [-e defaultdomain] [-f] [-i networks] [-I] [-m] [-M] [-P pidfile] [-r nn] [-u defaultuser] [-x] [-- spamc flags ...] DESCRIPTION
The spamass-milter utility is a sendmail milter that checks and modifies incoming email messages with SpamAssassin. The following options are available: -p socket Specifies the pathname of a socket to create for communication with sendmail. If it is removed, sendmail will not be able to access the milter. This may cause messages to bounce, queue, or be passed through unmiltered, depending on the parameters in sendmail's .cf file. -b spamaddress Redirects tagged spam to the specified email address. All envelope recipients are removed, and inserted into the message as 'X-Spam-Orig-To:' headers. -B spamaddress Same as -b, except the original recipients are retained. Only one of -b and -B may be used. -d debugflags Enables logging. debugflags is a comma-separated list of tokens: func Entry and exit of internal functions. misc Other non-verbose logging. net Lookups of the ignored netblocks list. poll Low-level I/O to the child spamc process. rcpt Recipient processing. spamc High-level I/O to the child spamc process. str Calls to field lookup and string comparison functions. uori Calls to the update_or_insert function. 1 (historical) Same as func,misc. 2 (historical) Same as func,misc,poll. 3 (historical) Same as func,misc,poll,str,uori. -D host Connects to a remote spamd server on host, instead of using one on localhost. This option is deprecated; use -- -d host instead. -e defaultdomain Pass the full user@domain address to spamc. The default is to pass only the username part on the assumption that all users are local. This flag is useful if you are using an SQL (or other username) backend with spamassassin and have listed the full address there. If the recipient name has no domain part (if the recipient is on the local machine for example), defaultdomain is added. Requires the -u flag. -f Causes spamass-milter to fork into the background. -i networks Ignores messages if the originating IP is in the network(s) listed. The message will be passed through without calling SpamAssassin at all. networks is a comma-separated list, where each element can be either an IP address (nnn.nnn.nnn.nnn), a CIDR network (nnn.nnn.nnn.nnn/nn), or a network/netmask pair (nnn.nnn.nnn.nnn/nnn.nnn.nnn.nnn). Multiple -i flags will append to the list. For example, if you list all your internal networks, no outgoing emails will be filtered. -I Ignores messages if the sender has authenticated via SMTP AUTH. -m Disables modification of the 'Subject:' and 'Content-Type:' headers and message body. This is useful when SpamAssassin is configured with 'defang_mime 0' and 'report_header 1', or when SA is simply used to add headers for postprocessing later. Updating the body through the milter interface can be slow for large messages. -M Like -m, but also disables creation of any SpamAssassin 'X-Spam-*' headers as well. Both tagged and untagged mail gets passed through unchanged. To be useful, this option should be used with the -r, -b, or -B flags. If -b is used, the 'X-Spam-Orig-To:' headers will still be added. -P pidfile Create the file pidfile, containing the processid of the milter. -r nn Reject scanned email if it greater than or equal to nn. If -1, reject scanned email if SpamAssassin tags it as spam (useful if you are also using the -u flag, and users have changed their required_hits value). For example, if you usually use procmail to redirect tagged email into a separate folder just in case of false positives, you can use -r 15 and reject flagrant spam outright while still receiving low-scoring messages. -u defaultuser Pass the username part of the first recipient to spamc with the -u flag. This allows user preferences files to be used. If the mes- sage is addressed to multiple recipients, the username defaultuser is passed instead. Note that spamass-milter does not know whether an email is incoming or outgoing, so a message from <user1@localdomain.com> to <user2@yahoo.com> will make spamass-milter pass -u user2 to spamc. -x Pass the recipient address through sendmail -bv, which will perform virtusertable and alias expansion. The resulting username is then passed to spamc. Requires the -u flag. -- spamc flags ... Pass all remaining options to spamc. This allows you to connect to a remote spamd with -d or -p. FILES
/usr/bin/spamc client interface to SpamAssassin SEE ALSO
spamassassin(1), spamd(1) AUTHORS
Georg C. F. Greve <greve@gnu.org> Dan Nelson <dnelson@allantgroup.com> BSD
July 25, 2001 BSD
All times are GMT -4. The time now is 02:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy