<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic postfix missing 250-VRFY in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996800#M64088</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;I'm using postfix version 2.3.8 installed on debian etch stable, but if I try:&lt;BR /&gt;&lt;BR /&gt;# telnet localhost 25&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;ehlo localhost&lt;BR /&gt;&lt;BR /&gt;then I get the following:&lt;BR /&gt;&lt;BR /&gt;250-ext.undostres.ch&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-SIZE 10240000&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-STARTTLS&lt;BR /&gt;250-AUTH LOGIN PLAIN&lt;BR /&gt;250-AUTH=LOGIN PLAIN&lt;BR /&gt;250-ENHANCEDSTATUSCODES&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250 DSN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;250-VRFY is missing in my case !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/postfix/main.cf&lt;BR /&gt;&lt;BR /&gt;program_directory = /usr/lib/postfix&lt;BR /&gt;command_directory = /usr/sbin&lt;BR /&gt;daemon_directory = /usr/lib/postfix&lt;BR /&gt;soft_bounce = yes&lt;BR /&gt;&lt;BR /&gt;#header_checks = regexp:/etc/postfix/header_checks&lt;BR /&gt;&lt;BR /&gt;#smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)&lt;BR /&gt;biff = no&lt;BR /&gt;&lt;BR /&gt;# appending .domain is the MUA's job.&lt;BR /&gt;append_dot_mydomain = no&lt;BR /&gt;&lt;BR /&gt;# Uncomment the next line to generate "delayed mail" warnings&lt;BR /&gt;#delay_warning_time = 4h&lt;BR /&gt;&lt;BR /&gt;smtpd_helo_required = yes&lt;BR /&gt;disable_vrfy_command = yes&lt;BR /&gt;strict_rfc821_envelopes = yes&lt;BR /&gt;&lt;BR /&gt;myhostname = ext.mydomain.net&lt;BR /&gt;mydomain = mydomain.net&lt;BR /&gt;alias_maps = hash:/etc/aliases&lt;BR /&gt;alias_database = hash:/etc/aliases&lt;BR /&gt;myorigin = /etc/mailname&lt;BR /&gt;mydestination = localhost, $myhostname, $mydomain, localhost.$mydomain, localhost.$myhostname&lt;BR /&gt;virtual_maps = hash:/etc/postfix/virtusertable&lt;BR /&gt;&lt;BR /&gt;smtpd_banner = $myhostname ESMTP Mailserver&lt;BR /&gt;&lt;BR /&gt;smtpd_helo_restrictions = reject_invalid_hostname&lt;BR /&gt;smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination&lt;BR /&gt;smtpd_sender_restrictions = reject_unknown_address&lt;BR /&gt;smtpd_client_restrictions = reject_invalid_hostname, reject_rbl_client relays.ordb.org&lt;BR /&gt;&lt;BR /&gt;home_mailbox = Maildir/&lt;BR /&gt;#local_recipient_maps = proxy:unix:passwd.byname $alias_maps&lt;BR /&gt;#local_transport = local&lt;BR /&gt;&lt;BR /&gt;# TLS&lt;BR /&gt;smtpd_tls_cert_file = /etc/postfix/smtpd.cert&lt;BR /&gt;smtpd_tls_key_file = /etc/postfix/smtpd.key&lt;BR /&gt;smtpd_use_tls = yes&lt;BR /&gt;smtpd_enforce_tls = no&lt;BR /&gt;smtpd_tls_auth_only = no&lt;BR /&gt;&lt;BR /&gt;# SASL (Simple Authentication and Security Layer)&lt;BR /&gt;smtpd_sasl_auth_enable = yes&lt;BR /&gt;smtpd_sasl2_auth_enable = yes&lt;BR /&gt;smtpd_sasl_security_options = noanonymous&lt;BR /&gt;smtpd_sasl_local_domain = $myhostname&lt;BR /&gt;broken_sasl_auth_clients = yes&lt;BR /&gt;&lt;BR /&gt;mailbox_command =&lt;BR /&gt;recipient_delimiter = +&lt;BR /&gt;&lt;BR /&gt;mynetworks = 127.0.0.0/8 202.X.X.0/28 192.168.115.0/24&lt;BR /&gt;&lt;BR /&gt;# virtual email accounts&lt;BR /&gt;virtual_alias_domains =&lt;BR /&gt;virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf&lt;BR /&gt;virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf&lt;BR /&gt;virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf&lt;BR /&gt;virtual_mailbox_base = /var/vmail&lt;BR /&gt;virtual_uid_maps = static:5000&lt;BR /&gt;virtual_gid_maps = static:5000&lt;BR /&gt;transport_maps = mysql:/etc/postfix/mysql-virtual_transports.cf&lt;BR /&gt;virtual_create_maildirsize = yes&lt;BR /&gt;virtual_mailbox_extended = yes&lt;BR /&gt;virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf&lt;BR /&gt;virtual_mailbox_limit_override = yes&lt;BR /&gt;virtual_maildir_limit_message = "The user you are trying to reach is over quota."&lt;BR /&gt;virtual_overquota_bounce = yes&lt;BR /&gt;proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps&lt;BR /&gt;&lt;BR /&gt;relayhost =&lt;BR /&gt;#mailbox_size_limit = 51200000&lt;BR /&gt;mailbox_size_limit = 20240000&lt;BR /&gt;message_size_limit = 10240000&lt;BR /&gt;strict_rfc821_envelopes = yes&lt;BR /&gt;inet_interfaces = all&lt;BR /&gt;&lt;BR /&gt;content_filter = amavis:[127.0.0.1]:10024&lt;BR /&gt;receive_override_options = no_address_mappings&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what's wrong and howto solve this problem ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
    <pubDate>Wed, 09 May 2007 10:05:40 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2007-05-09T10:05:40Z</dc:date>
    <item>
      <title>postfix missing 250-VRFY</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996800#M64088</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I'm using postfix version 2.3.8 installed on debian etch stable, but if I try:&lt;BR /&gt;&lt;BR /&gt;# telnet localhost 25&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;ehlo localhost&lt;BR /&gt;&lt;BR /&gt;then I get the following:&lt;BR /&gt;&lt;BR /&gt;250-ext.undostres.ch&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-SIZE 10240000&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-STARTTLS&lt;BR /&gt;250-AUTH LOGIN PLAIN&lt;BR /&gt;250-AUTH=LOGIN PLAIN&lt;BR /&gt;250-ENHANCEDSTATUSCODES&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250 DSN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;250-VRFY is missing in my case !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/postfix/main.cf&lt;BR /&gt;&lt;BR /&gt;program_directory = /usr/lib/postfix&lt;BR /&gt;command_directory = /usr/sbin&lt;BR /&gt;daemon_directory = /usr/lib/postfix&lt;BR /&gt;soft_bounce = yes&lt;BR /&gt;&lt;BR /&gt;#header_checks = regexp:/etc/postfix/header_checks&lt;BR /&gt;&lt;BR /&gt;#smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)&lt;BR /&gt;biff = no&lt;BR /&gt;&lt;BR /&gt;# appending .domain is the MUA's job.&lt;BR /&gt;append_dot_mydomain = no&lt;BR /&gt;&lt;BR /&gt;# Uncomment the next line to generate "delayed mail" warnings&lt;BR /&gt;#delay_warning_time = 4h&lt;BR /&gt;&lt;BR /&gt;smtpd_helo_required = yes&lt;BR /&gt;disable_vrfy_command = yes&lt;BR /&gt;strict_rfc821_envelopes = yes&lt;BR /&gt;&lt;BR /&gt;myhostname = ext.mydomain.net&lt;BR /&gt;mydomain = mydomain.net&lt;BR /&gt;alias_maps = hash:/etc/aliases&lt;BR /&gt;alias_database = hash:/etc/aliases&lt;BR /&gt;myorigin = /etc/mailname&lt;BR /&gt;mydestination = localhost, $myhostname, $mydomain, localhost.$mydomain, localhost.$myhostname&lt;BR /&gt;virtual_maps = hash:/etc/postfix/virtusertable&lt;BR /&gt;&lt;BR /&gt;smtpd_banner = $myhostname ESMTP Mailserver&lt;BR /&gt;&lt;BR /&gt;smtpd_helo_restrictions = reject_invalid_hostname&lt;BR /&gt;smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination&lt;BR /&gt;smtpd_sender_restrictions = reject_unknown_address&lt;BR /&gt;smtpd_client_restrictions = reject_invalid_hostname, reject_rbl_client relays.ordb.org&lt;BR /&gt;&lt;BR /&gt;home_mailbox = Maildir/&lt;BR /&gt;#local_recipient_maps = proxy:unix:passwd.byname $alias_maps&lt;BR /&gt;#local_transport = local&lt;BR /&gt;&lt;BR /&gt;# TLS&lt;BR /&gt;smtpd_tls_cert_file = /etc/postfix/smtpd.cert&lt;BR /&gt;smtpd_tls_key_file = /etc/postfix/smtpd.key&lt;BR /&gt;smtpd_use_tls = yes&lt;BR /&gt;smtpd_enforce_tls = no&lt;BR /&gt;smtpd_tls_auth_only = no&lt;BR /&gt;&lt;BR /&gt;# SASL (Simple Authentication and Security Layer)&lt;BR /&gt;smtpd_sasl_auth_enable = yes&lt;BR /&gt;smtpd_sasl2_auth_enable = yes&lt;BR /&gt;smtpd_sasl_security_options = noanonymous&lt;BR /&gt;smtpd_sasl_local_domain = $myhostname&lt;BR /&gt;broken_sasl_auth_clients = yes&lt;BR /&gt;&lt;BR /&gt;mailbox_command =&lt;BR /&gt;recipient_delimiter = +&lt;BR /&gt;&lt;BR /&gt;mynetworks = 127.0.0.0/8 202.X.X.0/28 192.168.115.0/24&lt;BR /&gt;&lt;BR /&gt;# virtual email accounts&lt;BR /&gt;virtual_alias_domains =&lt;BR /&gt;virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf&lt;BR /&gt;virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf&lt;BR /&gt;virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf&lt;BR /&gt;virtual_mailbox_base = /var/vmail&lt;BR /&gt;virtual_uid_maps = static:5000&lt;BR /&gt;virtual_gid_maps = static:5000&lt;BR /&gt;transport_maps = mysql:/etc/postfix/mysql-virtual_transports.cf&lt;BR /&gt;virtual_create_maildirsize = yes&lt;BR /&gt;virtual_mailbox_extended = yes&lt;BR /&gt;virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf&lt;BR /&gt;virtual_mailbox_limit_override = yes&lt;BR /&gt;virtual_maildir_limit_message = "The user you are trying to reach is over quota."&lt;BR /&gt;virtual_overquota_bounce = yes&lt;BR /&gt;proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps&lt;BR /&gt;&lt;BR /&gt;relayhost =&lt;BR /&gt;#mailbox_size_limit = 51200000&lt;BR /&gt;mailbox_size_limit = 20240000&lt;BR /&gt;message_size_limit = 10240000&lt;BR /&gt;strict_rfc821_envelopes = yes&lt;BR /&gt;inet_interfaces = all&lt;BR /&gt;&lt;BR /&gt;content_filter = amavis:[127.0.0.1]:10024&lt;BR /&gt;receive_override_options = no_address_mappings&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what's wrong and howto solve this problem ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Wed, 09 May 2007 10:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996800#M64088</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-05-09T10:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: postfix missing 250-VRFY</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996801#M64089</link>
      <description>Change:&lt;BR /&gt;&lt;BR /&gt;disable_vrfy_command = yes&lt;BR /&gt;&lt;BR /&gt;To&lt;BR /&gt;&lt;BR /&gt;disable_vrfy_command = no&lt;BR /&gt;&lt;BR /&gt;And reload postfix.</description>
      <pubDate>Wed, 09 May 2007 11:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996801#M64089</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-05-09T11:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: postfix missing 250-VRFY</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996802#M64090</link>
      <description>One of the main problems of VRFY in these days is that spammers can and will use it to iterate through all possible short usernames (certainly at least up to 6 characters, maybe even longer) to find recipients for junk email.&lt;BR /&gt;&lt;BR /&gt;This is why VRFY is usually disabled by default in modern email system installations.&lt;BR /&gt;&lt;BR /&gt;MK&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 May 2007 00:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996802#M64090</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-05-11T00:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: postfix missing 250-VRFY</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996803#M64091</link>
      <description>thanks,&lt;BR /&gt;I'll leave this option disabled.&lt;BR /&gt;&lt;BR /&gt;I have other question:&lt;BR /&gt;is it my configuration correct &lt;BR /&gt;or there are some other options I can disable or enable ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 May 2007 04:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996803#M64091</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-05-11T04:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: postfix missing 250-VRFY</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996804#M64092</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You should only listen for mail on localhost if you don't need inbound mail.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.howtoforge.com/virtual_postfix_antispam" target="_blank"&gt;http://www.howtoforge.com/virtual_postfix_antispam&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.postfix.org/spam.html" target="_blank"&gt;http://www.postfix.org/spam.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 11 May 2007 06:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996804#M64092</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-11T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: postfix missing 250-VRFY</title>
      <link>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996805#M64093</link>
      <description>thanks, but I need inbound mails.&lt;BR /&gt;&lt;BR /&gt;this is an internt mail server for some virtual domains.</description>
      <pubDate>Sat, 12 May 2007 07:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/postfix-missing-250-vrfy/m-p/3996805#M64093</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-05-12T07:38:23Z</dc:date>
    </item>
  </channel>
</rss>

