Topic awaiting preservation: Sending Mail takes 10 seconds each! (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Australia |
posted 09-06-2006 10:19
I have a php script to send mail, if i use the built in php mail() function it basically sends the mail instantly. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-06-2006 11:55
Exiscan + Clamav + RBL + Spamassasin will easily take 10 seconds - on incoming mail!. |
Paranoid (IV) Inmate From: Australia |
posted 09-06-2006 13:23
Well when i do multiple mails i open one smtp connection, send them all, then close the connection. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-06-2006 15:15
You're using SMTP - ie. anyone sending mail via that host should be having that problem - what happens if you use a desktop mailer with the same host, username and password? Still 10s per mail? |
Paranoid (IV) Inmate From: Australia |
posted 09-06-2006 15:30
Hmm i will give that a go and see if it takes as long. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-06-2006 16:16
btw, is roundcube up to production level these days? |
Paranoid (IV) Inmate From: Australia |
posted 09-06-2006 16:35
Its quite good, im only using it because i have people that need to access webmail from work, since it works through http port 80 they can get past their work firewalls which block horde/squirell mail itc. Having said that im installing it for most of my clients now because most of the webmail applications have terrible interfaces. |
Paranoid (IV) Inmate From: Australia |
posted 09-07-2006 03:50
Okay got outlook express sending and email through the smtp server.... quote:
|
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-07-2006 11:04
Well, it kind of makes sense if you can't trust the users that are sending mail. |
Paranoid (IV) Inmate From: Australia |
posted 09-07-2006 15:15
Yeah i see what you mean, but how do you handle mail that fails to send? The good thing about not queing it where my script is concerned is that i can handle it immediately. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 09-08-2006 10:03
How do you handle mail that doesn't have a valid receipient address? |
Paranoid (IV) Inmate From: Australia |
posted 09-09-2006 01:43
Yeah but its a bit more complicated to setup handling a bounceback with a script, its much nicer if you can handle it there and then with direct feedback. Swift mail is pretty nice it has anti flood modules and stuff, really ideal for doing mail outs. |