Re: Getting automated sending feedback from SMTP server

2013-11-02 Thread Jeroen Geilman
On 10/31/2013 6:00 PM, Sergio Mira wrote: Guys, are you good? I have following scenario: [HTTP Server]: process messages [SMTP Server]: *only *send messages [HTTP Server] === connect to === [SMTP Server] === sends message === [world] Ok, this is going well. My point is: how to get feedback from

Re: Postscreen sqlgrey config questions

2013-11-02 Thread Benny Pedersen
/dev/rob0 skrev den 2013-11-02 02:20: Aside: I have actually thought about using list.dnswl.org 127.0.15.0 (email marketers, trust level none) as a +1 DNSBL. No, I would not, but it's fun to think about. :) or not used at all ?, here i put 1-3 into postscreen whitelist, saves dns, with is

Re: Getting automated sending feedback from SMTP server

2013-11-02 Thread li...@rhsoft.net
Am 02.11.2013 12:15, schrieb Jeroen Geilman: Using php-mailer or any language/api (in [HTTP Server]), I only have feedback for connection between servers: Connection to SMTP server was OK, but this is not a proof that my message was really sent. if the send-method() of phpmailer gives true

Re: Postscreen sqlgrey config questions

2013-11-02 Thread Alex
Hi, On Fri, Nov 1, 2013 at 9:20 PM, /dev/rob0 r...@gmx.co.uk wrote: On Fri, Nov 01, 2013 at 08:13:46PM -0400, Alex wrote: I have an fc18 box with postfix-2.9.6 and have configured postscreen and sqlgrey to help with spam. I don't understand why you'd want both postscreen and sqlgrey. If

Problem with mailbox_size_limit = 0

2013-11-02 Thread cl
Dear Internet, There is a problem with interaction between postfix and the VDA patch. When mailbox_size_limit is set to 0 (or any size smaller than a typical message size) in main.cf, incoming mail generates the following error Nov 3 01:54:25 vps-1015933-8657 postfix/virtual[4550]: panic:

Re: Problem with mailbox_size_limit = 0

2013-11-02 Thread Benny Pedersen
c...@qgenuity.com skrev den 2013-11-02 18:42: There is a problem with interaction between postfix and the VDA patch. so make another patch will fix it, more help show postconf -n

not logging outbound emails

2013-11-02 Thread c cc
Hi, In /var/log/maillog, I do not see any outbound emails being logged, only inbound emails. Did I misconfigure anything? Thanks! Charles

Re: not logging outbound emails

2013-11-02 Thread li...@rhsoft.net
Am 02.11.2013 22:17, schrieb c cc: In /var/log/maillog, I do not see any outbound emails being logged show logs only inbound emails show logs Did I misconfigure anything? who knows your config without a crystal ball and missing postconf -n

Re: not logging outbound emails

2013-11-02 Thread Viktor Dukhovni
On Sat, Nov 02, 2013 at 04:17:11PM -0500, c cc wrote: In /var/log/maillog, I do not see any outbound emails being logged, only inbound emails. Did I misconfigure anything? Thanks! Assuming you're talking about Postfix, if Postfix is logging incoming mail then Postfix incoming mail is handled

Re: not logging outbound emails

2013-11-02 Thread c cc
Hi, Thanks for your help! Here is the postconf -n. Charles [root@es1 log]# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix

Re: not logging outbound emails

2013-11-02 Thread Viktor Dukhovni
On Sat, Nov 02, 2013 at 04:51:57PM -0500, c cc wrote: Thanks for your help! Here is the postconf -n. Did I ask for just postconf -n? On Sat, Nov 2, 2013 at 4:30 PM, Viktor Dukhovni postfix-us...@dukhovni.orgwrote: On Sat, Nov 02, 2013 at 04:17:11PM -0500, c cc wrote: In

Re: Getting automated sending feedback from SMTP server

2013-11-02 Thread Jeroen Geilman
On 11/2/2013 3:00 PM, li...@rhsoft.net wrote: Am 02.11.2013 12:15, schrieb Jeroen Geilman: Using php-mailer or any language/api (in [HTTP Server]), I only have feedback for connection between servers: Connection to SMTP server was OK, but this is not a proof that my message was really sent.

Re: Getting automated sending feedback from SMTP server

2013-11-02 Thread Paul C
phpmailer, or any other mime class, is not giving you the actual response code of the end delivery of the email, unless you are directly sending your email from phpmailer (which is possible but not intelligent). It can be confusing to people when they don't understand the transport of the message