• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/amd/scripts/

Lines Matching refs:users

85 # @users = $users{@hosts[0]} : addresses to expand at this server
86 # $u = $users[0] : the current address being expanded
87 # $names{"$users[0] *** $server"} : the 'name' associated with the address
88 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
90 # $domainify_fallback{"$users[0] *** $server"} : alternative names to try
92 # $temporary_redirect{"$users[0] *** $server"} : when trying alternates,
157 @users = split(' ',$users{$server});
158 delete $users{$server};
168 next HOST if &mxredirect($server,*users);
176 &mxlookup(1,$server,"$server: could not resolve name",*users);
193 unless (&mxlookup(0,$server,"$server: could not connect: $!",*users)) {
214 if (&mxlookup(0,$server,"$server: did not respond with a 220 greeting",*users)) {
224 unless (&mxlookup(0,$server,"$server: did not respond with SMTP codes",*users)) {
244 # try the users, one by one
246 while(@users) {
247 $u = shift(@users);
340 # mixed with valid users?
431 push(@users,$user) if $user;
447 for $u (@users) {
460 @users = @remaining_users;
461 for $u (@users) {
581 # lists and vrfy against users. It doesn't appear to be
881 unshift(@hosts,$host) unless $users{$host};
883 push(@hosts,$host) unless $users{$host};
885 $users{$host} .= " $addr";
926 # re-queue users if an mx record dictates a redirect
930 local($server,*users) = @_;
937 for $u (@users) {
947 @users = @still_there;
948 if (! @users) {
994 local($lastchance,$server,$giveup,*users) = @_;
1003 return 1 if &mxredirect($server,*users);
1074 # redeploy the users
1075 unless (&mxredirect($server,*users)) {